diff options
author | Peter Hunt <pehunt@redhat.com> | 2019-10-11 14:31:16 -0400 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2019-10-28 16:13:58 -0400 |
commit | 9ff66824f31b55d6316778d7adad08210cdf8dc2 (patch) | |
tree | 7068e2864a455374121e3cc127842a6f408b3092 /.cirrus.yml | |
parent | 306f7cb9f56f7807dc125caa2292b653c7fae3ac (diff) | |
download | podman-9ff66824f31b55d6316778d7adad08210cdf8dc2.tar.gz podman-9ff66824f31b55d6316778d7adad08210cdf8dc2.tar.bz2 podman-9ff66824f31b55d6316778d7adad08210cdf8dc2.zip |
bump cirrus images
Signed-off-by: Peter Hunt <pehunt@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 71fa68d45..0713f6dda 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-6296905679634432" + _BUILT_IMAGE_SUFFIX: "libpod-5642998972416000" FEDORA_CACHE_IMAGE_NAME: "fedora-30-${_BUILT_IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-29-${_BUILT_IMAGE_SUFFIX}" SPECIAL_FEDORA_CACHE_IMAGE_NAME: "xfedora-30-${_BUILT_IMAGE_SUFFIX}" |