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
2
2
3
3
ADD ./output-cloudimg/packer-cloudimg /disk/focal.qcow2
4
4
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
6
6
# dev stuff
7
7
# RUN apk add --no-cache iproute2
8
8
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
+
9
15
CMD 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:
10
10
# Full version strings for each major version
11
11
postgres_release :
12
12
postgresorioledb-17 : " 17.0.1.094-orioledb"
13
- postgres17 : " 17.4.1.044"
13
+ postgres17 : " 17.4.1.044-darora.0 "
14
14
postgres15 : " 15.8.1.101"
15
15
16
16
# Non Postgres Extensions
You can’t perform that action at this time.
0 commit comments