summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDevan Carpenter <dvn@pep-project.org>2023-01-16 15:19:15 -0500
committerDevan Carpenter <dvn@pep-project.org>2023-01-19 08:56:51 -0500
commitf1ab4ebe808038ad59d808717f43301a4019bb50 (patch)
tree7dc9ba50319fd3fe5ca3282c4b034be8fb942dbc /.gitlab-ci.yml
parentaacdf9b232c383693fa0c6d9411d3ec168b9487a (diff)
CI: use aufs docker storage driver
Switching the job which uses dind (docker-in-docker) to use the AUFS storage driver due to the underlying filesystem being ZFS. The default overlay2 driver will not work on ZFS, and thus the job will fail.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10593f13..4be0d0c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -391,7 +391,7 @@ docker-build-push:
CI_REGISTRY: "registry.gitlab.com"
IMAGE: "$CI_REGISTRY/sequoia-pgp/sequoia"
DOCKER_HOST: tcp://docker:2376
- DOCKER_DRIVER: overlay2
+ DOCKER_DRIVER: aufs
variables:
DEBIAN_FRONTEND: noninteractive