diff options
author | Chris Evich <cevich@redhat.com> | 2022-07-26 14:44:55 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-07-26 14:44:55 -0400 |
commit | 56578c413dc58dd5841d72848397171d48f2954c (patch) | |
tree | 6c04a308ee7f4af204f4c40b2c5d6520c6ff32fc /.cirrus.yml | |
parent | 242639f4b1689231c37f909d3bda58b774a0ea96 (diff) | |
download | podman-56578c413dc58dd5841d72848397171d48f2954c.tar.gz podman-56578c413dc58dd5841d72848397171d48f2954c.tar.bz2 podman-56578c413dc58dd5841d72848397171d48f2954c.zip |
Cirrus: Use the latest imgts container
Contains important updates re: preserving release-branch CI VM images.
Ref: https://github.com/containers/automation_images/pull/157
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 c629bcf70..7a488216e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -843,7 +843,7 @@ meta_task: container: cpu: 2 memory: 2 - image: quay.io/libpod/imgts:$IMAGE_SUFFIX + image: quay.io/libpod/imgts:latest env: # Space-separated list of images used by this repository state # Disabled ${PRIOR_FEDORA_CACHE_IMAGE_NAME} for Fedora 35 |