We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e7b0d commit a4a0cb1Copy full SHA for a4a0cb1
Dockerfile-kubernetes
@@ -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