Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ubl
bdd_dev
docker-vufind
Commits
aadd6815
Commit
aadd6815
authored
Apr 05, 2018
by
Ulf Seltmann
Browse files
debug
parent
59c39c6a
Pipeline
#184
failed with stages
in 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aadd6815
...
...
@@ -7,17 +7,17 @@ httpd_image:
image
:
docker:latest
services
:
-
docker:dind
script
:
-
mkdir -p ~/.docker && echo "$DOCKER_AUTH_CONFIG" >~/.docker/config.json
-
export $tag=`expr ${CI_COMMIT_TAG} ':' '^httpd/\(.*\)$'`
-
docker build --pull -t services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:latest -f dockerfiles/Dockerfile.httpd .
-
docker tag services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:latest services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:$tag
-
docker push services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:$tag
-
docker push services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:latest
script
:
|
mkdir -p ~/.docker && echo "$DOCKER_AUTH_CONFIG" >~/.docker/config.json
export $tag=`expr ${CI_COMMIT_TAG} ':' '^httpd/\(.*\)$'`
docker build --pull -t services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:latest -f dockerfiles/Dockerfile.httpd .
docker tag services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:latest services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:$tag
docker push services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:$tag
docker push services.ub.uni-leipzig.de:11443/bdd_dev/vufind/httpd:latest
tags
:
-
docker
only
:
-
/^httpd\/
-
/^httpd\/
/
except
:
-
branches
...
...
@@ -36,7 +36,7 @@ httpd_vufind1_image:
tags
:
-
docker
only
:
-
/^httpd-vufind1\/
-
/^httpd-vufind1\/
/
except
:
-
branches
...
...
@@ -55,7 +55,7 @@ nginx_image:
tags
:
-
docker
only
:
-
/^nginx\/
-
/^nginx\/
/
except
:
-
branches
...
...
@@ -77,7 +77,7 @@ php_7_image:
tags
:
-
docker
only
:
-
/^php\/7
-
/^php\/7
/
except
:
-
branches
...
...
@@ -99,7 +99,7 @@ php_5_image:
tags
:
-
docker
only
:
-
/^php\/5
-
/^php\/5
/
except
:
-
branches
...
...
@@ -118,7 +118,7 @@ php_5_vufind1_image:
tags
:
-
docker
only
:
-
/^php-vufind1\/
-
/^php-vufind1\/
/
except
:
-
branches
...
...
Write
Preview
Supports
Markdown
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