Attempt docker tcp fix

This commit is contained in:
Tanguy Herbron 2021-11-10 16:55:20 +01:00
parent 1b3557ed2b
commit f52c390c67

View File

@ -23,6 +23,12 @@ build-image:
stage: build
services:
- name: docker:dind
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"]
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
script:
- source .env.update
- if [ "$NEED_UPDATE" = false ]; then exit 0; fi