From c773b3194b3367a64bbfddb8623fa88e7c9a7a63 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Sat, 3 Aug 2019 18:45:43 -0400 Subject: [PATCH] Adjusted ordering and added more things to test out issues with docker:dind to get working --- .gitlab-ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8535fa4..d4c4036 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,17 +1,19 @@ image: docker:latest services: - - docker:dind + - name: docker:dind + entrypoint: ["env", "-u", "DOCKER_HOST"] + command: ["dockerd-entrypoint.sh"] + +variables: + DOCKER_DRIVER: overlay2 + DOCKER_TLS_CERTDIR: "" stages: - Build Base - Build Variants - Push Images -variables: - DOCKER_DRIVER: overlay2 - DOCKER_TLS_CERTDIR: "" - build-base: stage: Build Base artifacts: