We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1712a57 commit ff852d5Copy full SHA for ff852d5
Dockerfile-kubernetes
@@ -10,7 +10,7 @@ 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 qemu-img create -f /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2
+RUN qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2
14
15
RUN apk del aavmf
16
ansible/vars.yml
@@ -10,7 +10,7 @@ postgres_major:
# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.094-orioledb"
- postgres17: "17.4.1.044-darora.0"
+ postgres17: "17.4.1.044-darora.1"
postgres15: "15.8.1.101"
# Non Postgres Extensions
0 commit comments