From dbbed8808d326964148cce6b3391c6ed206c0685 Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 17 Aug 2019 10:50:51 -0700 Subject: [PATCH] testing with a different dind image --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0cb8dfef..957690cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,14 @@ -image: docker:latest -services: - - name: docker:dind - entrypoint: ["env", "-u", "DOCKER_HOST"] - command: ["dockerd-entrypoint.sh"] +image: docker:19.03.0-dind +# services: +# - name: docker:dind +# 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: "" +# variables: +# DOCKER_HOST: tcp://docker:2375/ +# DOCKER_DRIVER: overlay2 +# # See https://github.com/docker-library/docker/pull/166 +# DOCKER_TLS_CERTDIR: "" stages: - linting