File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ container-disk-image: output-cloudimg/packer-cloudimg
1717eks-node-container-disk-image : output-cloudimg/packer-cloudimg
1818 sudo nerdctl build . -t supabase-postgres-test:$(GIT_SHA ) --namespace k8s.io -f ./Dockerfile-kubevirt
1919
20+ alpine-image : output-cloudimg/packer-cloudimg
21+ sudo nerdctl build . -t supabase-postgres-test:$(GIT_SHA ) -f ./Dockerfile-kubernetes
22+
2023host-disk : disk/focal-raw.img
2124 sudo chown 107 -R disk
2225
You can’t perform that action at this time.
0 commit comments