aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2022-04-07 13:27:22 -0400
committerChris Evich <cevich@redhat.com>2022-04-07 15:58:13 -0400
commita95f7f9ca16604881c16d4218992820f2454a3a6 (patch)
tree00024d215ba7fd527ffa61218c0afd1db31ab493 /.cirrus.yml
parentf838333b7e6fae09f3ee9116b84c6e6482367298 (diff)
downloadpodman-a95f7f9ca16604881c16d4218992820f2454a3a6.tar.gz
podman-a95f7f9ca16604881c16d4218992820f2454a3a6.tar.bz2
podman-a95f7f9ca16604881c16d4218992820f2454a3a6.zip
Cirrus: Multi-arch build auto-update + tagging update
This new VM image brings in two important updates to multi-arch image build operations: 1. Future operational changes will no-longer require also updating VM images. Updates to build-push made in `containers/automation_images` will automatically be picked up at runtime. ref: https://github.com/containers/automation_images/pull/123 2. On the next run, both `vX` and `vX.Y` tagged manifest-lists will be pushed. This is now also reflected in the README. ref: https://github.com/containers/automation_images/pull/125 Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 772843dd7..480dcb21e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -38,7 +38,7 @@ env:
UBUNTU_NAME: "ubuntu-2110"
# Google-cloud VM Images
- IMAGE_SUFFIX: "c6464310661611520"
+ IMAGE_SUFFIX: "c4831699639992320"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}"