diff options
author | Chris Evich <cevich@redhat.com> | 2022-02-16 13:36:50 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-02-17 16:37:06 -0500 |
commit | 7b106f5b6bc9149544a2d4ca22811498abffc82a (patch) | |
tree | b793903a42eb7bc0144430784bb06fa330a033b1 /.cirrus.yml | |
parent | 93e8c39834edd08c502d18c3d0b96948ec865a37 (diff) | |
download | podman-7b106f5b6bc9149544a2d4ca22811498abffc82a.tar.gz podman-7b106f5b6bc9149544a2d4ca22811498abffc82a.tar.bz2 podman-7b106f5b6bc9149544a2d4ca22811498abffc82a.zip |
Cirrus: Update VM Images for 4.0 release
This is to ensure VM images for CI, which contain the
intended dependency versions to support the podman
4.0 release.
Ref: https://github.com/containers/automation_images/pull/114
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c1923897c..e98d1618d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,7 +38,7 @@ env: UBUNTU_NAME: "ubuntu-2110" # Google-cloud VM Images - IMAGE_SUFFIX: "c6454758209748992" + IMAGE_SUFFIX: "c5814666029957120" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}" |