File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ARG index_advisor_release=0.2.0
3939ARG supautils_release=2.2.0
4040ARG wal_g_release=3.0.5
4141
42- FROM ubuntu:focal as base
42+ FROM ubuntu:noble as base
4343
4444RUN apt update -y && apt install -y \
4545 curl \
Original file line number Diff line number Diff 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
1212CMD exec /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait"
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_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
1717pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments