mirror of
https://github.com/containers/skopeo.git
synced 2025-09-03 23:55:21 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user