File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 22
33# Main collection of env. vars to set for all tasks and scripts.
44env :
5- # ###
6- # ### Cache-image names to test with (double-quotes around names are critical)
7- # ###
8- FEDORA_NAME : " fedora-40"
9- FEDORA_AARCH64_NAME : " ${FEDORA_NAME}-aarch64"
10-
115 # Image identifiers
12- IMAGE_SUFFIX : " c20250618t143630z -f42f41d13"
6+ IMAGE_SUFFIX : " c20250910t092246z -f42f41d13"
137
148 # EC2 images
159 FEDORA_AMI : " fedora-aws-${IMAGE_SUFFIX}"
2822 # Vars used for the macos and windows testing
2923 MACHINE_IMAGE_BASE_URL : " https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/image_build/image/"
3024 # podman version used by windows/macos verify suite
31- PODMAN_INSTALL_VERSION : 5.6.0
25+ PODMAN_INSTALL_VERSION : 5.6.1
3226
3327gcp_credentials : ENCRYPTED[b06ef3490b73469d9da1402568d6f3e46a852955a4ab0807689d50352ecf2852cb5903e8d3b7603eaab9d1c7c7d851a5]
3428
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ disable coreos-warn-invalid-mounts.service
66# We don't use zincati but because we ship our own custom builds so
77# we don't care about the coreos update migration to OCI images.
88disable coreos-oci-migration-motd.service
9+ disable coreos-container-signing-migration-motd.service
910
1011# Disable coreos chrony config, we do provide our own.
1112disable coreos-platform-chrony-config.service
You can’t perform that action at this time.
0 commit comments