From 6ff63362dad9177cfecad2bd672ff75c60727d0e Mon Sep 17 00:00:00 2001 From: Devan Carpenter Date: Sat, 21 Jan 2023 00:11:46 -0500 Subject: CI: make docker storage driver implicit For dind (docker-in-docker) jobs, we want to inherit the storage driver configuration from the runner itself. This is necessary because storage backends may be different between docker daemons running on separate runner hosts. In the runner config (/etc/gitlab-runner/config.toml) we may set this environment variable with the "evironment" key. eg. environment = ["DOCKER_DRIVER=zfs"] --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4be0d0c8..d3840afd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -391,7 +391,6 @@ docker-build-push: CI_REGISTRY: "registry.gitlab.com" IMAGE: "$CI_REGISTRY/sequoia-pgp/sequoia" DOCKER_HOST: tcp://docker:2376 - DOCKER_DRIVER: aufs variables: DEBIAN_FRONTEND: noninteractive -- cgit v1.2.3