Skip to content

Commit c870d93

Browse files
committed
chore: attempt to pre-provision img files
1 parent 96b5f82 commit c870d93

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Dockerfile-kubernetes

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
FROM alpine:3.21
1+
FROM alpine:3.22
22

33
ADD ./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+
915
CMD exec /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait"

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postgres_major:
1010
# Full version strings for each major version
1111
postgres_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

0 commit comments

Comments
 (0)