Skip to content

Commit a4a0cb1

Browse files
committed
chore: add image built on alpine with some qemu deps
1 parent 78e7b0d commit a4a0cb1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dockerfile-kubernetes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM alpine:3.19
2+
3+
ADD output-cloudimg/packer-cloudimg /disk/focal.qcow2
4+
5+
RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh nftables cloud-utils-localds aavmf
6+
# dev stuff
7+
# RUN apk add --no-cache iproute2
8+
9+
CMD exec /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait"

0 commit comments

Comments
 (0)