From d46e6b40abeaf2d5795179c96510425e8827a2ca Mon Sep 17 00:00:00 2001 From: Elmer Miroslav Mosher Golovin Date: Sun, 20 Dec 2020 20:02:26 +0300 Subject: [PATCH] Move from CentOS 8 to 8-stream. --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index abb01be..fb95a1f 100644 --- a/build.sh +++ b/build.sh @@ -2,9 +2,9 @@ # Environment variables for the CentOS cloud image ARCH="x86_64" -OS_VER="8" -ROOTFS_VER="8.3.2011-20201204.2" -ROOTFS_FN="CentOS-${OS_VER}-GenericCloud-${ROOTFS_VER}.${ARCH}.qcow2" +OS_VER="8-stream" +ROOTFS_VER="8-20201019.1" +ROOTFS_FN="CentOS-Stream-GenericCloud-${ROOTFS_VER}.${ARCH}.qcow2" ROOTFS_URL="http://cloud.centos.org/centos/${OS_VER}/${ARCH}/images/${ROOTFS_FN}" # Environment variables for Yuk7's wsldl