diff options
author | Chris Evich <cevich@redhat.com> | 2020-03-02 09:44:06 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-03-19 12:28:24 -0400 |
commit | 4c9b0215332db9d068a61254936bd9fc54abf949 (patch) | |
tree | bea8754ae74c35241beb3efd8a0c7595a375c070 /contrib | |
parent | 7cbdd48f78c7a47ade3e1324346734c20fb57769 (diff) | |
download | podman-4c9b0215332db9d068a61254936bd9fc54abf949.tar.gz podman-4c9b0215332db9d068a61254936bd9fc54abf949.tar.bz2 podman-4c9b0215332db9d068a61254936bd9fc54abf949.zip |
Cirrus: Update Ubuntu base images
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-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 5895d84f4..3b76e49f3 100644 --- a/contrib/cirrus/lib.sh +++ b/contrib/cirrus/lib.sh @@ -61,8 +61,8 @@ PACKER_VER="1.4.2" # Base-images rarely change, define them here so they're out of the way. export PACKER_BUILDS="${PACKER_BUILDS:-ubuntu-18,ubuntu-19,fedora-31,fedora-30}" # Manually produced base-image names (see $SCRIPT_BASE/README.md) -export UBUNTU_BASE_IMAGE="ubuntu-1904-disco-v20190724" -export PRIOR_UBUNTU_BASE_IMAGE="ubuntu-1804-bionic-v20190722a" +export UBUNTU_BASE_IMAGE="ubuntu-1910-eoan-v20200211" +export PRIOR_UBUNTU_BASE_IMAGE="ubuntu-1804-bionic-v20200218" # Manually produced base-image names (see $SCRIPT_BASE/README.md) export FEDORA_BASE_IMAGE="fedora-cloud-base-31-1-9-1578586410" export PRIOR_FEDORA_BASE_IMAGE="fedora-cloud-base-30-1-2-1578586410" |