Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn setup
Commits
3bf9593a
Commit
3bf9593a
authored
Dec 16, 2020
by
Nikola Hardi
Browse files
Add retag target, update xrd image push
parent
d6d1d41c
Pipeline
#2181465
passed with stage
in 3 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3bf9593a
...
...
@@ -7,8 +7,21 @@ base-image:
xrootd-image
:
docker build
-t
xrootd-se
-f
xrootd/Dockerfile xrootd
push-base
:
base-image
push-base
:
base-image
xrootd-image
docker tag jalien-base
${gitlab_base_image}
docker push
${gitlab_base_image}
push-xrootd
:
xrootd-image
docker tag xrootd-se
${gitlab_xrootd_image}
docker push
${gitlab_xrootd_image}
pull-all
:
docker pull
${gitlab_base_image}
docker pull
${gitlab_xrootd_image}
retag
:
docker tag
${gitlab_base_image}
jalien-base
docker tag
${gitlab_xrootd_image}
xrootd-se
push-all
:
push-base push-xrootd
all
:
base-image xrootd-image
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