Skip to content

.gitlab-ci.yml: Use `STORAGE_DRIVER=vfs` for podman

Jürg Billeter requested to merge juerg/ci into master

This fixes pulling the Docker base image with podman in GitLab CI.

Error: configure storage: 'overlay' is not supported over overlayfs, a mount_program is required: backing file system is unsupported for this graph driver

Merge request reports