Skip to content

Commit

Permalink
Move from CentOS 8 to 8-stream.
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamosher committed Dec 20, 2020
1 parent 18302d8 commit d46e6b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d46e6b4

Please sign in to comment.