Skip to content

Commit b44b1e7

Browse files
committed
chore: update qemu artifact to noble base
1 parent 874fe26 commit b44b1e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile-kubernetes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM alpine:3.21
22

3+
# TODO (darora): will need to update this in concert with the entrypoint
34
ADD ./output-cloudimg/packer-cloudimg /disk/focal.qcow2
45

56
RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client nftables cloud-utils-localds aavmf virtiofsd

qemu-arm64-nix.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ source "qemu" "cloudimg" {
7474
format = "qcow2"
7575
headless = true
7676
http_directory = "http"
77-
iso_checksum = "file:https://cloud-images.ubuntu.com/focal/current/SHA256SUMS"
78-
iso_url = "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
77+
iso_checksum = "file:https://cloud-images.ubuntu.com/noble/current/SHA256SUMS"
78+
iso_url = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-arm64.img"
7979
memory = 40000
8080
qemu_binary = "qemu-system-aarch64"
8181
qemuargs = [

0 commit comments

Comments
 (0)