diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-12 21:28:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-12 21:28:56 +0200 |
commit | f634fd39001ad3dc62b83e5d78c6912db915a1e9 (patch) | |
tree | b7f5ad11be24f0d63cc8dd76a978781014a5e788 /contrib/cirrus/lib.sh | |
parent | 3cf4567e1dfcf172673694a1171ae18bcbf9c846 (diff) | |
parent | b843804d51ec3fb747670201b6178896d9a4580d (diff) | |
download | podman-f634fd39001ad3dc62b83e5d78c6912db915a1e9.tar.gz podman-f634fd39001ad3dc62b83e5d78c6912db915a1e9.tar.bz2 podman-f634fd39001ad3dc62b83e5d78c6912db915a1e9.zip |
Merge pull request #3607 from cevich/cgroup2_vm
Add another Fedora VM with cgroups v2 enabled
Diffstat (limited to 'contrib/cirrus/lib.sh')
-rw-r--r-- | contrib/cirrus/lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh index ffb7cd45b..a20ee5a62 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -55,9 +55,9 @@ PACKER_VER="1.3.5" # CSV of cache-image names to build (see $PACKER_BASE/libpod_images.json) # Base-images rarely change, define them here so they're out of the way. -export PACKER_BUILDS="${PACKER_BUILDS:-ubuntu-18,fedora-30,fedora-29}" +export PACKER_BUILDS="${PACKER_BUILDS:-ubuntu-18,fedora-30,xfedora-30,fedora-29}" # Google-maintained base-image names -export UBUNTU_BASE_IMAGE="ubuntu-1804-bionic-v20181203a" +export UBUNTU_BASE_IMAGE="ubuntu-1804-bionic-v20190722a" # Manually produced base-image names (see $SCRIPT_BASE/README.md) export FEDORA_BASE_IMAGE="fedora-cloud-base-30-1-2-1559164849" export PRIOR_FEDORA_BASE_IMAGE="fedora-cloud-base-29-1-2-1559164849" |