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
|
- wget https://docker-perl-artifacts.minio.voots.org/generated/output.tar.xz
|
||||||
- tar -xvJf output.tar.xz
|
- tar -xvJf output.tar.xz
|
||||||
# - find output/
|
# - find output/
|
||||||
|
dockerd:
|
||||||
|
image: docker:dind
|
||||||
|
volumes:
|
||||||
|
- /tmp/run/:/var/run/
|
||||||
|
detach: true
|
||||||
build:
|
build:
|
||||||
image: gitea.simcop2387.info/simcop2387/docker-perl-dind:latest
|
image: gitea.simcop2387.info/simcop2387/docker-perl-dind:latest
|
||||||
commands:
|
commands:
|
||||||
- /usr/local/bin/dockerd-entrypoint.sh &
|
- sleep 15
|
||||||
- docker ps
|
- docker ps
|
||||||
- perl build.pl
|
- perl build.pl
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue