try this combo?
This commit is contained in:
parent
69f786f456
commit
3616175f35
1 changed files with 6 additions and 1 deletions
|
@ -39,10 +39,15 @@ steps:
|
|||
- wget https://docker-perl-artifacts.minio.voots.org/generated/output.tar.xz
|
||||
- tar -xvJf output.tar.xz
|
||||
# - find output/
|
||||
dockerd:
|
||||
image: docker:dind
|
||||
volumes:
|
||||
- /tmp/run/:/var/run/
|
||||
detach: true
|
||||
build:
|
||||
image: gitea.simcop2387.info/simcop2387/docker-perl-dind:latest
|
||||
commands:
|
||||
- /usr/local/bin/dockerd-entrypoint.sh &
|
||||
- sleep 15
|
||||
- docker ps
|
||||
- perl build.pl
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue