File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:3.21
2
2
3
+ # TODO (darora): will need to update this in concert with the entrypoint
3
4
ADD ./output-cloudimg/packer-cloudimg /disk/focal.qcow2
4
5
5
6
RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client nftables cloud-utils-localds aavmf virtiofsd
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ source "qemu" "cloudimg" {
74
74
format = " qcow2"
75
75
headless = true
76
76
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"
79
79
memory = 40000
80
80
qemu_binary = " qemu-system-aarch64"
81
81
qemuargs = [
You can’t perform that action at this time.
0 commit comments