mirror of
https://github.com/containers/podman.git
synced 2025-06-29 06:57:13 +08:00
Upgrade to latest criu and selinux-policy
This fixes all the current errors concerning checkpoint/restore. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
@ -55,6 +55,8 @@ then
|
|||||||
CON_SEL="https://kojipkgs.fedoraproject.org/packages/container-selinux/2.100/1.git3b78187.fc29/noarch/container-selinux-2.100-1.git3b78187.fc29.noarch.rpm"
|
CON_SEL="https://kojipkgs.fedoraproject.org/packages/container-selinux/2.100/1.git3b78187.fc29/noarch/container-selinux-2.100-1.git3b78187.fc29.noarch.rpm"
|
||||||
echo ">>>>> OVERRIDING container-selinux WITH $CON_SEL <<<<<"
|
echo ">>>>> OVERRIDING container-selinux WITH $CON_SEL <<<<<"
|
||||||
dnf -y install $CON_SEL
|
dnf -y install $CON_SEL
|
||||||
|
echo ">>>>> OVERRIDING criu and selinux-policy with latest package <<<<<"
|
||||||
|
dnf -y upgrade criu selinux-policy
|
||||||
;& # Continue to the next item
|
;& # Continue to the next item
|
||||||
fedora-28)
|
fedora-28)
|
||||||
echo ">>>>> OVERRIDING source-built runc with latest package <<<<<"
|
echo ">>>>> OVERRIDING source-built runc with latest package <<<<<"
|
||||||
|
Reference in New Issue
Block a user