Skip to content

Commit

Permalink
Cirrus: Update VM images
Browse files Browse the repository at this point in the history
These were produced as an intended byproduct of:
containers/podman#3754

Where 'systemd_banish.sh' was run during base-image production.

This is a short-term fix, as there is much setup duplication
here which can (hopefully) be avoided with:
containers#408

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Aug 9, 2019
1 parent 1a0442e commit 850beb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ env:
####
# GCE project where images live
IMAGE_PROJECT: "libpod-218412"
FEDORA_CACHE_IMAGE_NAME: "fedora-cloud-base-30-1-2-1556821664"
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-cloud-base-29-1-2-1541789245"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-1904-disco-v20190514"
FEDORA_CACHE_IMAGE_NAME: "fedora-cloud-base-30-1-2-1565360543"
PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-cloud-base-29-1-2-1565360543"
UBUNTU_CACHE_IMAGE_NAME: "ubuntu-1904-disco-v20190724"

####
#### Command variables to help avoid duplication
Expand Down

0 comments on commit 850beb3

Please sign in to comment.