Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
39d86a20
Commit
39d86a20
authored
Feb 13, 2017
by
J. Fernando Sánchez
Browse files
Configured runner to mount socket
parent
5371c83a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
39d86a20
image
:
docker:latest
services
:
-
docker:dind
# When using dind, it's wise to use the overlayfs driver for
# improved performance.
variables
:
DOCKER_DRIVER
:
overlay
IMAGE_NAME
:
$REGISTRY_IMAGE:$CI_BUILD_TAG
DOCKERFILE
:
Dockerfile
stages
:
-
test
...
...
@@ -43,9 +42,6 @@ test-2.7:
.image
:
&image_definition
stage
:
release
variables
:
IMAGE_NAME
:
$REGISTRY_IMAGE:$CI_BUILD_TAG
DOCKERFILE
:
Dockerfile
before_script
:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
script
:
...
...
@@ -70,4 +66,4 @@ image-2.7:
<<
:
*image_definition
variables
:
IMAGE_NAME
:
"
$REGISTRY_IMAGE:$CI_BUILD_TAG-python2.7"
DOCKERFILE
:
Dockerfile-2.7
DOCKERFILE
:
Dockerfile-2.7
\ No newline at end of file
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