This commit is contained in:
Patrick Schratz 2024-07-06 15:49:06 +02:00
commit b0a908623a
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -57,7 +57,6 @@ steps:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
commands: | commands: |
echo $DOCKER_HOST echo $DOCKER_HOST
docker --tls=false ps
if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then
apk add -q --no-cache py3-pip make just aws-cli docker-compose apk add -q --no-cache py3-pip make just aws-cli docker-compose
pip3 install -q b2 --break-system-packages pip3 install -q b2 --break-system-packages
@ -125,7 +124,7 @@ services:
environment: environment:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
image: docker:27-dind image: docker:27-dind
commands: dockerd-entrypoint.sh commands: dockerd-entrypoint.sh --tls=false
privileged: true privileged: true
ports: ports:
- 2375 - 2375