summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDevan Carpenter <dvn@pep-project.org>2023-01-21 00:11:46 -0500
committerDevan Carpenter <dvn@pep-project.org>2023-01-22 10:03:14 -0500
commit6ff63362dad9177cfecad2bd672ff75c60727d0e (patch)
treeabc894f6e2f601d301779271524155cff0bd285b /.gitlab-ci.yml
parent89d4330b05b6aa365087387aaeda9be38a3f02ea (diff)
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"]
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
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