mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 19:05:32 +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:
parent
4c4a4b611e
commit
2e65e64c06
@ -9,7 +9,7 @@ RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-md2ma
|
||||
gnupg \
|
||||
# OpenShift deps
|
||||
which tar wget hostname util-linux bsdtar socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof docker iproute \
|
||||
bats jq podman \
|
||||
bats jq podman runc \
|
||||
golint \
|
||||
&& dnf clean all
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user