Skip to content

ci: Build Docker images rather than OCI images if using podman

Philip Withnall requested to merge pwithnall/glib:ci-docker-fun-times into master

The dockerd instance on some (but not all) GitLab CI runners doesn’t like the OCI output from the version of podman on Fedora 31, which is causing a lot of spurious CI failures.

If whoever’s running run-docker.sh is using podman to emulate docker, it needs to be told to output in Docker format, not OCI format.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports