From 4624c4e680b4a0b98b613c957cde6e61cfc8d4f1 Mon Sep 17 00:00:00 2001 From: Tortue Torche <126358-tortuetorche@users.noreply.gitlab.com> Date: Tue, 27 Aug 2019 17:00:27 +0200 Subject: [PATCH] Update GitLab CI config according to Docker 19.03 release See: https://about.gitlab.com/2019/07/31/docker-in-docker-with-docker-19-dot-03/ --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7ea19b..5f0e231 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/hub/auto-deploy-image:latest variables: DOCKER_DRIVER: overlay2 + DOCKER_TLS_CERTDIR: "/certs" TRAEFIK_VERSION: 1.7-alpine PORTAINER_VERSION: latest PSU_IMAGE: ${CI_REGISTRY_IMAGE}/builds