From d394c25b77fca8970c16a7871b49bd730c45bb1f Mon Sep 17 00:00:00 2001 From: Philipp Middendorf <philipp.middendorf@desy.de> Date: Tue, 20 Sep 2022 11:03:21 +0200 Subject: [PATCH] Fix CI for dind --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71234dd..e834755 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,13 +39,9 @@ build-wheels: # make a docker daemon available for cibuildwheel to use 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: "" + DOCKER_HOST: tcp://docker:2376 + DOCKER_TLS_CERTDIR: "/certs" CIBW_PLATFORM: "linux" CIBW_BUILD: "cp36-manylinux_x86_64 cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp39-manylinux_x86_64" script: -- GitLab