diff options
author | Chris Evich <cevich@redhat.com> | 2020-04-29 13:35:50 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-04-30 13:21:03 -0400 |
commit | 7c44c05425774ea6189cf039cccdbe23e3ac0836 (patch) | |
tree | 830b2b8c96593361e3052ac5642b997ca9113742 /.cirrus.yml | |
parent | fc9451ed15e3ea2fbdcd5754b367db74eec1063e (diff) | |
download | podman-7c44c05425774ea6189cf039cccdbe23e3ac0836.tar.gz podman-7c44c05425774ea6189cf039cccdbe23e3ac0836.tar.bz2 podman-7c44c05425774ea6189cf039cccdbe23e3ac0836.zip |
cirrus: Update to Fedora 32 proper
Now that it's officially released, update to it from the beta. Also
(and significant), adjust the SELinux context of the GCP metadata
service. Add a comment to the code explaining why this is necessary.
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 5898fa160..e48603eb4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -39,7 +39,7 @@ env: UBUNTU_NAME: "ubuntu-19" PRIOR_UBUNTU_NAME: "ubuntu-18" - _BUILT_IMAGE_SUFFIX: "libpod-6220812239765504" + _BUILT_IMAGE_SUFFIX: "FIXME" FEDORA_CACHE_IMAGE_NAME: "${FEDORA_NAME}-${_BUILT_IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "${PRIOR_FEDORA_NAME}-${_BUILT_IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "${UBUNTU_NAME}-${_BUILT_IMAGE_SUFFIX}" |