Remove the DOCKER_HOST variable from gitlab configs

This commit is contained in:
Joe Rickerby
2024-09-06 13:26:01 +01:00
parent b1ed7bb3bc
commit 50fef6ffbf
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -5,7 +5,6 @@ linux:
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"]
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
# See https://github.com/docker-library/docker/pull/166
DOCKER_TLS_CERTDIR: ""
-1
View File
@@ -6,7 +6,6 @@ linux:
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"]
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
# See https://github.com/docker-library/docker/pull/166
DOCKER_TLS_CERTDIR: ""
-1
View File
@@ -6,7 +6,6 @@ linux:
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd-entrypoint.sh"]
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
# See https://github.com/docker-library/docker/pull/166
DOCKER_TLS_CERTDIR: ""