Skip to content

Commit

Permalink
Update CI VM images
Browse files Browse the repository at this point in the history
Ref: containers/automation_images#261

Also remove extranious/distracting comments & values.

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich authored and haircommander committed Mar 16, 2023
1 parent b1d7297 commit 9d3a955
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@ env:
####
#### Cache-image names to test with (double-quotes around names are critical)
####
FEDORA_NAME: "fedora-37" ### c20230120t152650z-f37f36u2204
PRIOR_FEDORA_NAME: "fedora-36" ### c20230120t152650z-f37f36u2204
UBUNTU_NAME: "ubuntu-2110" ### c20230120t152650z-f37f36u2204
FEDORA_NAME: "fedora-37"
PRIOR_FEDORA_NAME: "fedora-36"

# VM Image built in containers/automation_images
IMAGE_SUFFIX: "c20230120t152650z-f37f36u2204"
IMAGE_SUFFIX: "c20230307t192532z-f37f36d12"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"

# Container FQIN's
FEDORA_CONTAINER_FQIN: "quay.io/libpod/fedora_podman:${IMAGE_SUFFIX}"
PRIOR_FEDORA_CONTAINER_FQIN: "quay.io/libpod/prior-fedora_podman:${IMAGE_SUFFIX}"
UBUNTU_CONTAINER_FQIN: "quay.io/libpod/ubuntu_podman:${IMAGE_SUFFIX}"


# Only github users with write-access can define or use encrypted variables
Expand Down

0 comments on commit 9d3a955

Please sign in to comment.