Skip to content

Commit

Permalink
scripts: Use current image for jammy
Browse files Browse the repository at this point in the history
Tracking older images is fine for a short period for when we need to
avoid issues but only the most recent images are kept so ultimately we
should track current.

Signed-off-by: Rob Bradford <[email protected]>
  • Loading branch information
rbradford committed Dec 12, 2023
1 parent 7cb13a5 commit 38f3ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/fetch_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fetch_raw_ubuntu_image() {

aarch64_fetch_disk_images() {
fetch_raw_ubuntu_image "focal" "arm64" "current"
fetch_raw_ubuntu_image "jammy" "arm64" "20231026"
fetch_raw_ubuntu_image "jammy" "arm64" "current"
}

x86_64_fetch_disk_images() {
Expand All @@ -58,7 +58,7 @@ x86_64_fetch_disk_images() {
fetch_image "$CLEAR_OS_IMAGE_NAME" "$CLEAR_OS_IMAGE_URL"

fetch_raw_ubuntu_image "focal" "amd64" "current"
fetch_raw_ubuntu_image "jammy" "amd64" "20231026"
fetch_raw_ubuntu_image "jammy" "amd64" "current"
}

fetch_disk_images() {
Expand Down

0 comments on commit 38f3ec0

Please sign in to comment.