mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #1713 from baude/runcfail
downgrade runc due a rootless bug
This commit is contained in:
@ -122,6 +122,7 @@ packages:
|
|||||||
- python3-varlink
|
- python3-varlink
|
||||||
- python3-dateutil
|
- python3-dateutil
|
||||||
- python3-psutil
|
- python3-psutil
|
||||||
|
- https://kojipkgs.fedoraproject.org//packages/runc/1.0.0/55.dev.git578fe65.fc28/x86_64/runc-1.0.0-55.dev.git578fe65.fc28.x86_64.rpm
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
- sed 's/^expand-check.*/expand-check=0/g' -i /etc/selinux/semanage.conf
|
- sed 's/^expand-check.*/expand-check=0/g' -i /etc/selinux/semanage.conf
|
||||||
|
@ -17,7 +17,7 @@ RUN dnf -y install btrfs-progs-devel \
|
|||||||
libseccomp-devel \
|
libseccomp-devel \
|
||||||
libselinux-devel \
|
libselinux-devel \
|
||||||
skopeo-containers \
|
skopeo-containers \
|
||||||
runc \
|
https://kojipkgs.fedoraproject.org//packages/runc/1.0.0/55.dev.git578fe65.fc28/x86_64/runc-1.0.0-55.dev.git578fe65.fc28.x86_64.rpm \
|
||||||
make \
|
make \
|
||||||
ostree-devel \
|
ostree-devel \
|
||||||
python \
|
python \
|
||||||
|
Reference in New Issue
Block a user