Merge pull request #1713 from baude/runcfail

downgrade runc due a rootless bug
This commit is contained in:
OpenShift Merge Robot
2018-10-24 17:25:11 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 \