diff options
author | Chris Evich <cevich@redhat.com> | 2020-02-27 12:19:36 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-02-28 10:59:58 -0500 |
commit | 04d9cee01a6eb1fe15402b2811b4df5980f0be7e (patch) | |
tree | f78a0bdad195e8a889c43120d29749ba06ac31ba | |
parent | 0885f7674215800286ffb9360d0f9095799419d6 (diff) | |
download | podman-04d9cee01a6eb1fe15402b2811b4df5980f0be7e.tar.gz podman-04d9cee01a6eb1fe15402b2811b4df5980f0be7e.tar.bz2 podman-04d9cee01a6eb1fe15402b2811b4df5980f0be7e.zip |
Cirrus: Update VM images
Main intended signifant change is forced-removal of crun from F30
and disabling updates-testing (only enabled on F31).
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 170643a40..2106ac96d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,7 +30,7 @@ env: #### #### Cache-image names to test with (double-quotes around names are critical) ### - _BUILT_IMAGE_SUFFIX: "libpod-5874660151656448" + _BUILT_IMAGE_SUFFIX: "libpod-5940307564953600" FEDORA_CACHE_IMAGE_NAME: "fedora-31-${_BUILT_IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-30-${_BUILT_IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-19-${_BUILT_IMAGE_SUFFIX}" |