diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-12-14 11:01:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 11:01:14 -0800 |
commit | c086118fca59600de49ba12035fef47f45e23286 (patch) | |
tree | afccd16e51b6170727ce2a5970f834610adde39e /contrib/cirrus/packer/libpod_images.yml | |
parent | 93b5ccfe94f3f180542f045a92f14b8d2368e73e (diff) | |
parent | a1a5f3ba515e54bad3364ab175d86906d0756044 (diff) | |
download | podman-c086118fca59600de49ba12035fef47f45e23286.tar.gz podman-c086118fca59600de49ba12035fef47f45e23286.tar.bz2 podman-c086118fca59600de49ba12035fef47f45e23286.zip |
Merge pull request #1969 from cevich/two_fedoras_rhels
Cirrus: Migrate PAPR testing of F28 to Cirrus
Diffstat (limited to 'contrib/cirrus/packer/libpod_images.yml')
-rw-r--r-- | contrib/cirrus/packer/libpod_images.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/cirrus/packer/libpod_images.yml b/contrib/cirrus/packer/libpod_images.yml index 7b95b08cc..d31c11a8d 100644 --- a/contrib/cirrus/packer/libpod_images.yml +++ b/contrib/cirrus/packer/libpod_images.yml @@ -7,6 +7,7 @@ variables: CENTOS_BASE_IMAGE: '{{env `CENTOS_BASE_IMAGE`}}' UBUNTU_BASE_IMAGE: '{{env `UBUNTU_BASE_IMAGE`}}' FEDORA_BASE_IMAGE: '{{env `FEDORA_BASE_IMAGE`}}' + PRIOR_FEDORA_BASE_IMAGE: '{{env `PRIOR_FEDORA_BASE_IMAGE`}}' FAH_BASE_IMAGE: '{{env `FAH_BASE_IMAGE`}}' # libpod dependencies to build and install into images @@ -67,6 +68,10 @@ builders: source_image: '{{user `FEDORA_BASE_IMAGE`}}' - <<: *gce_hosted_image + name: 'fedora-28' + source_image: '{{user `PRIOR_FEDORA_BASE_IMAGE`}}' + + - <<: *gce_hosted_image name: 'fah-29' source_image: '{{user `FAH_BASE_IMAGE`}}' |