Skip to content

Commit de14ba7

Browse files
authored
fix: a few updates slipped by in merge, this PR fixes those (#1719)
1 parent 02ec87f commit de14ba7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile-17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ARG index_advisor_release=0.2.0
3939
ARG supautils_release=2.2.0
4040
ARG wal_g_release=3.0.5
4141

42-
FROM ubuntu:focal as base
42+
FROM ubuntu:noble as base
4343

4444
RUN apt update -y && apt install -y \
4545
curl \

Dockerfile-kubernetes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk add --no-cache qemu-system-aarch64 qemu-img openssh-client aavmf virtiof
66
&& truncate -s 64M /root/varstore.img \
77
&& truncate -s 64M /root/efi.img \
88
&& dd if=/usr/share/AAVMF/QEMU_EFI.fd of=/root/efi.img conv=notrunc \
9-
&& qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/focal.qcow2 -F qcow2 \
9+
&& qemu-img create -f qcow2 /tmp/disk.qcow2 -b /disk/image.qcow2 -F qcow2 \
1010
&& apk del --no-cache aavmf qemu-img
1111

1212
CMD exec /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait"

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.5.1.008-orioledb"
13-
postgres17: "17.4.1.065"
14-
postgres15: "15.8.1.122"
12+
postgresorioledb-17: "17.5.1.009-orioledb"
13+
postgres17: "17.4.1.066"
14+
postgres15: "15.8.1.123"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)