File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.21
1+ FROM alpine:3.22
22
33ADD ./output-cloudimg/packer-cloudimg /disk/focal.qcow2
44
5- RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client nftables cloud-utils-localds aavmf virtiofsd
5+ RUN apk add --no-cache qemu-system-aarch64 openssh-client aavmf virtiofsd
66# dev stuff
77# RUN apk add --no-cache iproute2
88
9+ RUN truncate -s 64M /root/varstore.img
10+ RUN truncate -s 64M /root/efi.img
11+ RUN dd if=/usr/share/AAVMF/QEMU_EFI.fd of=/root/efi.img conv=notrunc
12+
13+ RUN apk del aavmf
14+
915CMD exec /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ postgres_major:
1010# Full version strings for each major version
1111postgres_release :
1212 postgresorioledb-17 : " 17.0.1.094-orioledb"
13- postgres17 : " 17.4.1.044"
13+ postgres17 : " 17.4.1.044-darora.0 "
1414 postgres15 : " 15.8.1.101"
1515
1616# Non Postgres Extensions
You can’t perform that action at this time.
0 commit comments