Skip to content

Commit 1702964

Browse files
committed
minimal base image
1 parent 5ffe21e commit 1702964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postgres_major:
1010
# Full version strings for each major version
1111
postgres_release:
1212
postgresorioledb-17: "17.5.1.009-orioledb"
13-
postgres17: "17.4.1.067-rc.3"
13+
postgres17: "17.4.1.067-rc.4-minimal"
1414
postgres15: "15.8.1.123"
1515

1616
# Non Postgres Extensions

qemu-arm64-nix.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ source "qemu" "cloudimg" {
7575
headless = true
7676
http_directory = "http"
7777
iso_checksum = "file:https://cloud-images.ubuntu.com/noble/current/SHA256SUMS"
78-
iso_url = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-arm64.img"
78+
iso_url = "https://cloud-images.ubuntu.com/minimal/releases/noble/release-20250619/ubuntu-24.04-minimal-cloudimg-arm64.img"
7979
memory = 40000
8080
qemu_binary = "qemu-system-aarch64"
8181
qemuargs = [

0 commit comments

Comments
 (0)