mirror of
https://github.com/containers/podman.git
synced 2025-10-20 12:43:58 +08:00
@ -33,7 +33,7 @@ env:
|
|||||||
DEBIAN_NAME: "debian-13"
|
DEBIAN_NAME: "debian-13"
|
||||||
|
|
||||||
# Image identifiers
|
# Image identifiers
|
||||||
IMAGE_SUFFIX: "c20250107t132430z-f41f40d13"
|
IMAGE_SUFFIX: "c20250131t121915z-f41f40d13"
|
||||||
|
|
||||||
# EC2 images
|
# EC2 images
|
||||||
FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}"
|
FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}"
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
|
# shellcheck source=contrib/cirrus/lib.sh
|
||||||
|
source $(dirname $0)/lib.sh
|
||||||
|
|
||||||
# Skip this entire script when run under nightly treadmill cron job.
|
# Skip this entire script when run under nightly treadmill cron job.
|
||||||
#
|
#
|
||||||
# Treadmill vendors in containers/<many>, which may bring in new versions
|
# Treadmill vendors in containers/<many>, which may bring in new versions
|
||||||
|
Reference in New Issue
Block a user