mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
Cirrus: Temp. override container-selinux on F29
Also, undo oooooold runc package hack Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -178,7 +178,6 @@ setup_rootless() {
|
|||||||
make install.catatonit
|
make install.catatonit
|
||||||
go get github.com/onsi/ginkgo/ginkgo
|
go get github.com/onsi/ginkgo/ginkgo
|
||||||
go get github.com/onsi/gomega/...
|
go get github.com/onsi/gomega/...
|
||||||
dnf -y update runc
|
|
||||||
|
|
||||||
# Guarantee independence from specific values
|
# Guarantee independence from specific values
|
||||||
ROOTLESS_UID=$[RANDOM+1000]
|
ROOTLESS_UID=$[RANDOM+1000]
|
||||||
|
@ -58,11 +58,14 @@ then
|
|||||||
# Always install runc on Ubuntu
|
# Always install runc on Ubuntu
|
||||||
install_runc_from_git
|
install_runc_from_git
|
||||||
;;
|
;;
|
||||||
fedora-29) ;& # Continue to the next item
|
fedora-29)
|
||||||
|
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 <<<<<"
|
||||||
|
dnf -y install $CON_SEL
|
||||||
|
;& # Continue to the next item
|
||||||
fedora-28)
|
fedora-28)
|
||||||
RUNC="https://kojipkgs.fedoraproject.org/packages/runc/1.0.0/55.dev.git578fe65.fc${OS_RELEASE_VER}/x86_64/runc-1.0.0-55.dev.git578fe65.fc${OS_RELEASE_VER}.x86_64.rpm"
|
echo ">>>>> OVERRIDING source-built runc with latest package <<<<<"
|
||||||
echo ">>>>> OVERRIDING RUNC WITH $RUNC <<<<<"
|
dnf update -y runc
|
||||||
dnf -y install "$RUNC"
|
|
||||||
;& # Continue to the next item
|
;& # Continue to the next item
|
||||||
centos-7) ;&
|
centos-7) ;&
|
||||||
rhel-7)
|
rhel-7)
|
||||||
|
Reference in New Issue
Block a user