[gnome-settings-daemon/benzea/master-gsettings-desktop-schemas: 2/4] ci: Disable TLS to allow building with new docker



commit f44ed699fc0b08eea204bcabb7df73a0bc1686eb
Author: Benjamin Berg <bberg redhat com>
Date:   Fri Nov 29 18:22:35 2019 +0100

    ci: Disable TLS to allow building with new docker
    
    The images have not been updated for a while due to a docker TLS issue.
    Disabling it fixes this, see
      https://about.gitlab.com/blog/2019/07/31/docker-in-docker-with-docker-19-dot-03/

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5af3a712..01781df6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -220,6 +220,8 @@ msan:
 fedora.dev:
   <<: *create_docker_image
   variables:
+    # https://about.gitlab.com/blog/2019/07/31/docker-in-docker-with-docker-19-dot-03/
+    DOCKER_TLS_CERTDIR: ""
     DOCKER_DRIVER: overlay
     DOCKERFILE: "build-aux/ci/Dockerfile.fedora.rawhide"
     NAME: "fedora.dev"
@@ -227,6 +229,8 @@ fedora.dev:
 fedora.aarch64:
   <<: *create_docker_image
   variables:
+    # https://about.gitlab.com/blog/2019/07/31/docker-in-docker-with-docker-19-dot-03/
+    DOCKER_TLS_CERTDIR: ""
     DOCKER_DRIVER: overlay
     DOCKERFILE: "build-aux/ci/Dockerfile.arm64v8.fedora.rawhide"
     NAME: "fedora.aarch64"
@@ -235,6 +239,8 @@ fedora.aarch64:
 fedora.ppc64le:
   <<: *create_docker_image
   variables:
+    # https://about.gitlab.com/blog/2019/07/31/docker-in-docker-with-docker-19-dot-03/
+    DOCKER_TLS_CERTDIR: ""
     DOCKER_DRIVER: overlay
     DOCKERFILE: "build-aux/ci/Dockerfile.ppc64le.fedora.rawhide"
     NAME: "fedora.ppc64le"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]