From b12c222ac27498b3d4dc20c6716431181068e0e5 Mon Sep 17 00:00:00 2001 From: DeveloperDurpBot Date: Sat, 20 May 2023 12:23:32 +0000 Subject: [PATCH] ci: render Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/873438748 --- pipelines/build-container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/build-container.yml b/pipelines/build-container.yml index 9df20f0..f2c19be 100644 --- a/pipelines/build-container.yml +++ b/pipelines/build-container.yml @@ -49,11 +49,11 @@ build-container: variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" - DOCKER_HOST: tcp://thedockerhost:2375/ + DOCKER_HOST: tcp://127.0.0.1:2375/ services: #- docker:20.10.17-dind - name: docker:dind - alias: thedockerhost + entrypoint: ["dockerd-entrypoint.sh", "--tls=false"] stage: build script: # Begin of docker-login.sh