diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-18 09:47:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-18 09:47:55 -0700 |
commit | 91b00281e8b785208e1330a5c9679aa63a907eb9 (patch) | |
tree | 2ab3fe1e128b8cfcf83f377cfa98b42b183323b4 /contrib | |
parent | 3716235e53b626c2ad31a3f5f24a48de91be8ff1 (diff) | |
parent | 51f223ec1c40d157cb36db064531a6a22c3e26da (diff) | |
download | podman-91b00281e8b785208e1330a5c9679aa63a907eb9.tar.gz podman-91b00281e8b785208e1330a5c9679aa63a907eb9.tar.bz2 podman-91b00281e8b785208e1330a5c9679aa63a907eb9.zip |
Merge pull request #2689 from cevich/new_images
Cirrus: Update VM Cache images
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 618027ecd..04c19b3af 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -66,7 +66,6 @@ then 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 RUNC WITH $RUNC <<<<<" dnf -y install "$RUNC" - dnf -y upgrade slirp4netns ;& # Continue to the next item centos-7) ;& rhel-7) |