Skip to content

Commit daf1236

Browse files
darorathebengeu
authored andcommitted
feat: bundle virtiofsd as part of the k8s artifact
Not used by default, but would like to avoid having to install it upon startup if needed.
1 parent d65e484 commit daf1236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile-kubernetes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.21
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
5+
RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client nftables cloud-utils-localds aavmf virtiofsd
66
# dev stuff
77
# RUN apk add --no-cache iproute2
88

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ postgres_major:
99
# Full version strings for each major version
1010
postgres_release:
1111
postgresorioledb-17: "17.0.1.043-orioledb"
12-
postgres15: "15.8.1.049"
12+
postgres15: "15.8.1.050"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)