From a65fa06d32a08724b4ffbb02a60c4e4396b9628e Mon Sep 17 00:00:00 2001 From: Clement Verna Date: May 05 2019 11:42:52 +0000 Subject: Fedora 30 is now the latest for container tag Signed-off-by: Clement Verna --- diff --git a/scripts/sync-latest-container-base-image.sh b/scripts/sync-latest-container-base-image.sh index 83e9406..4524d41 100755 --- a/scripts/sync-latest-container-base-image.sh +++ b/scripts/sync-latest-container-base-image.sh @@ -33,7 +33,7 @@ EOF ARCHES=("aarch64" "armhfp" "ppc64le" "s390x" "x86_64") # This is the release of Fedora that is currently stable, it will define if we # need to move the fedora:latest tag -current_stable="29" +current_stable="30" # Define what is rawhide so we know to push that tag current_rawhide="31" # Sanity checking