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 /contrib/cirrus/lib.sh | |
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 'contrib/cirrus/lib.sh')
-rw-r--r-- | contrib/cirrus/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh index dd4f66f56..5ffa7fbc8 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -69,7 +69,7 @@ export PACKER_BUILDS="${PACKER_BUILDS:-ubuntu-18,ubuntu-19,fedora-32,fedora-31}" export UBUNTU_BASE_IMAGE="ubuntu-1910-eoan-v20200211" export PRIOR_UBUNTU_BASE_IMAGE="ubuntu-1804-bionic-v20200218" # Manually produced base-image names (see $SCRIPT_BASE/README.md) -export FEDORA_BASE_IMAGE="fedora-cloud-base-32-n-0-1586202964" +export FEDORA_BASE_IMAGE="FIXME" export PRIOR_FEDORA_BASE_IMAGE="fedora-cloud-base-31-1-9-1586202964" export BUILT_IMAGE_SUFFIX="${BUILT_IMAGE_SUFFIX:--$CIRRUS_REPO_NAME-${CIRRUS_BUILD_ID}}" # IN_PODMAN container image |