Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
docker
jekyll-lcsb
Commits
22f0585a
Commit
22f0585a
authored
Nov 04, 2019
by
Jacek Lebioda
Browse files
Merge branch 'typo' into 'master'
Typo See merge request
!2
parents
973b1284
fa049660
Changes
1
Hide whitespace changes
Inline
Side-by-side
readme.md
View file @
22f0585a
...
@@ -11,18 +11,22 @@ A Docker base-image containing Ruby dependencies for Jekyll instances using Jeky
...
@@ -11,18 +11,22 @@ A Docker base-image containing Ruby dependencies for Jekyll instances using Jeky
In your
`.gitlab-ci.yml`
file add the following line (make sure
`r3`
is written in lower-case):
In your
`.gitlab-ci.yml`
file add the following line (make sure
`r3`
is written in lower-case):
```
```
image: git-r3lab.uni.lu:4567/r3/docker/baseimage-jekyll-lcsb:latest
image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:latest
# or, if you want to use legacy (or other versions)
image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:0.1
```
```
# How to build and push to the repository?
# How to build and push to the repository?
Run:
Run:
```
```
docker build -t git-r3lab.uni.lu:4567/r3/docker/baseimage-jekyll-lcsb:latest .
docker build -t git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:new_tag . # replace `new_tag` with e.g. 1.1
docker build -t git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:latest .
```
```
Publish in repository:
Publish in repository:
```
```
docker push git-r3lab.uni.lu:4567/r3/docker/
baseimage-
jekyll-lcsb
docker push git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment