Skip to content

Commit

Permalink
images: Move ubuntu-stable to noble devel series
Browse files Browse the repository at this point in the history
The current devel series will become 24.04 LTS, thus a major/important
release again. Let's avoid repeating a regression catastrophe like 23.10
mantic, and start testing on it early, so that we have a chance to fix
up everything by the final release.
  • Loading branch information
martinpitt committed Mar 8, 2024
1 parent e4d345f commit 108f9ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/scripts/ubuntu-stable.bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ fi
# release name is the last part of the URL
rel=${rel##*/}

# noble will become 24.04 LTS, so let's test it before the release so that we can fix issues in time
if [ "$rel" = "mantic" ]; then
rel="noble"
fi

exec $(dirname $0)/lib/cloudimage.bootstrap "$1" "https://cloud-images.ubuntu.com/daily/server/$rel/current/$rel-server-cloudimg-amd64.img"

0 comments on commit 108f9ef

Please sign in to comment.