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
17
17
eks-node-container-disk-image : output-cloudimg/packer-cloudimg
18
18
sudo nerdctl build . -t supabase-postgres-test:$(GIT_SHA ) --namespace k8s.io -f ./Dockerfile-kubevirt
19
19
20
+ alpine-image : output-cloudimg/packer-cloudimg
21
+ sudo nerdctl build . -t supabase-postgres-test:$(GIT_SHA ) -f ./Dockerfile-kubernetes
22
+
20
23
host-disk : disk/focal-raw.img
21
24
sudo chown 107 -R disk
22
25
You can’t perform that action at this time.
0 commit comments