Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
c781ab61
Commit
c781ab61
authored
Jul 26, 2019
by
Michael Lundquist
Browse files
Trying with apk?
parent
a777d8cf
Pipeline
#4518
failed with stage
in 3 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c781ab61
# services:
# - mysql:5.7
# .gitlab-ci.yml
image
:
name
:
docker/compose:1.24.1
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
variables
:
DOCKER_HOST
:
"
tcp://docker:2375/"
DOCKER_DRIVER
:
"
overlay2"
image
:
docker
services
:
-
docker:dind
before_script
:
-
docker version
-
docker-compose version
types
:
-
test
-
docker:dind
build
:
script
:
#- apt-get install py-pip python-dev # libffi-dev openssl-dev gcc libc-dev make
#- pip install docker-compose
-
docker-compose down
-
docker-compose build
-
docker-compose up tester-image
-
apk add --no-cache py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
-
pip install docker-compose
-
docker-compose up -d
# before_script:
...
...
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