Skip to content

Commit c065d64

Browse files
committed
scripts: Use current image for jammy
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]>
1 parent 7cb13a5 commit c065d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fetch_images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fetch_raw_ubuntu_image() {
4848

4949
aarch64_fetch_disk_images() {
5050
fetch_raw_ubuntu_image "focal" "arm64" "current"
51-
fetch_raw_ubuntu_image "jammy" "arm64" "20231026"
51+
fetch_raw_ubuntu_image "jammy" "arm64" "current"
5252
}
5353

5454
x86_64_fetch_disk_images() {
@@ -58,7 +58,7 @@ x86_64_fetch_disk_images() {
5858
fetch_image "$CLEAR_OS_IMAGE_NAME" "$CLEAR_OS_IMAGE_URL"
5959

6060
fetch_raw_ubuntu_image "focal" "amd64" "current"
61-
fetch_raw_ubuntu_image "jammy" "amd64" "20231026"
61+
fetch_raw_ubuntu_image "jammy" "amd64" "current"
6262
}
6363

6464
fetch_disk_images() {

0 commit comments

Comments
 (0)