CI: force Podman to use runc

crun had a regression running on cgroupsv1 in containers.  It has been
fixed upstream but did not yet bubble up into the packages.  Force using
runc to unblock Skopeo's CI.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2020-03-03 11:07:30 +01:00
parent 4c4a4b611e
commit 2e65e64c06
2 changed files with 2 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ start_registry() {
# cgroup option necessary under podman-in-podman (CI tests),
# and doesn't seem to do any harm otherwise.
PODMAN="podman --cgroup-manager=cgroupfs"
PODMAN="podman --runtime runc --cgroup-manager=cgroupfs"
# Called with --testuser? Create an htpasswd file
if [[ -n $testuser ]]; then