diff options
author | Chris Evich <cevich@redhat.com> | 2021-05-14 14:05:27 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-05-14 14:05:27 -0400 |
commit | ae72aedf40340d36af68eb2287680db76e64f5bb (patch) | |
tree | 7d307e92850491b48959c9d7770ade55f40639a1 | |
parent | fabaa256676d3cfb611f89922ccaf3405718a6f0 (diff) | |
download | podman-ae72aedf40340d36af68eb2287680db76e64f5bb.tar.gz podman-ae72aedf40340d36af68eb2287680db76e64f5bb.tar.bz2 podman-ae72aedf40340d36af68eb2287680db76e64f5bb.zip |
Use updated VM images + updated automation tooling
Both the `containers/automation` and `containers/automation_images` have
been updated with a default 'main' branch, renamed from 'master`. These
images include adjusted tooling in addition to a refresh of all
packages.
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 ebe12ab4a..1eb516d84 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,7 +30,7 @@ env: PRIOR_UBUNTU_NAME: "ubuntu-2010" # Google-cloud VM Images - IMAGE_SUFFIX: "c6032583541653504" + IMAGE_SUFFIX: "c5348179051806720" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}" |