summaryrefslogtreecommitdiff
path: root/contrib/cirrus/packer/libpod_images.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-15 09:53:54 -0700
committerGitHub <noreply@github.com>2020-05-15 09:53:54 -0700
commite601101e7d93c6c603947db91144ad02f9f9d54b (patch)
treec8fecce25ce8504a36aac4a935c73e734880dac7 /contrib/cirrus/packer/libpod_images.yml
parentd5358e676486bf894eadffd0b55c7e5d6a35867b (diff)
parentb2d0ccdc22549a6dfbbabc54db091c412f19ae26 (diff)
downloadpodman-e601101e7d93c6c603947db91144ad02f9f9d54b.tar.gz
podman-e601101e7d93c6c603947db91144ad02f9f9d54b.tar.bz2
podman-e601101e7d93c6c603947db91144ad02f9f9d54b.zip
Merge pull request #6201 from cevich/update_ubuntu20
Cirrus: Update Ubuntu 18 to 20
Diffstat (limited to 'contrib/cirrus/packer/libpod_images.yml')
-rw-r--r--contrib/cirrus/packer/libpod_images.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/packer/libpod_images.yml b/contrib/cirrus/packer/libpod_images.yml
index e33ad775e..754626a2e 100644
--- a/contrib/cirrus/packer/libpod_images.yml
+++ b/contrib/cirrus/packer/libpod_images.yml
@@ -29,7 +29,7 @@ sensitive-variables:
builders:
# v----- is a YAML anchor, allows referencing this object by name (below)
- &gce_hosted_image
- name: 'ubuntu-19'
+ name: 'ubuntu-20'
type: 'googlecompute'
image_name: '{{build_name}}{{user `BUILT_IMAGE_SUFFIX`}}'
image_family: '{{build_name}}-cache'
@@ -46,7 +46,7 @@ builders:
# v----- is a YAML alias, allows partial re-use of the anchor object
- <<: *gce_hosted_image
- name: 'ubuntu-18'
+ name: 'ubuntu-19'
source_image: '{{user `PRIOR_UBUNTU_BASE_IMAGE`}}'
source_image_family: 'prior-ubuntu-base'