diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2021-06-29 15:40:27 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-06-30 08:41:01 -0400 |
commit | 465217cfa0c3e7e9ce38b637d388c07005e930b4 (patch) | |
tree | a707fdf140396bba1d6e2b210c93a7fd02b1165f | |
parent | 82f12d175e446f62dd0289699e7c069e47b748a1 (diff) | |
download | sos-465217cfa0c3e7e9ce38b637d388c07005e930b4.tar.gz |
[cirrus] Update CentOS Stream 8 image in GCE testing
Updates the image used for CentOS Stream 8 testing to the latest release
for that distro.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 67842f3c..7e8061cc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,7 +24,7 @@ env: FOREMAN_DEBIAN_IMAGE_NAME: "foreman-24-debian-sos-testing" # Images exist on GCP already - CENTOS_IMAGE_NAME: "centos-stream-8-v20210316" + CENTOS_IMAGE_NAME: "centos-stream-8-v20210609" UBUNTU_IMAGE_NAME: "ubuntu-2004-focal-v20201111" UBUNTU_PRIOR_IMAGE_NAME: "ubuntu-1804-bionic-v20201111" |