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 d65e484 commit daf1236Copy full SHA for daf1236
Dockerfile-kubernetes
@@ -2,7 +2,7 @@ FROM alpine:3.21
2
3
ADD ./output-cloudimg/packer-cloudimg /disk/focal.qcow2
4
5
-RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client nftables cloud-utils-localds aavmf
+RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client nftables cloud-utils-localds aavmf virtiofsd
6
# dev stuff
7
# RUN apk add --no-cache iproute2
8
ansible/vars.yml
@@ -9,7 +9,7 @@ postgres_major:
9
# Full version strings for each major version
10
postgres_release:
11
postgresorioledb-17: "17.0.1.043-orioledb"
12
- postgres15: "15.8.1.049"
+ postgres15: "15.8.1.050"
13
14
# Non Postgres Extensions
15
pgbouncer_release: "1.19.0"
0 commit comments