Skip to content

Commit 73060aa

Browse files
committed
feat: add v18 beta images
Signed-off-by: Niccolò Fei <[email protected]>
1 parent 6e0fad5 commit 73060aa

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

Debian/18/bookworm/.versions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"BARMAN_VERSION": "3.14.0",
3+
"IMAGE_RELEASE_VERSION": "1",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T14:09:06.900678Z",
5+
"POSTGRES_IMAGE_VERSION": "18beta1-bookworm"
6+
}

Debian/18/bullseye/.versions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"BARMAN_VERSION": "3.14.0",
3+
"IMAGE_RELEASE_VERSION": "1",
4+
"POSTGRES_IMAGE_LAST_UPDATED": "2025-07-01T08:11:13.699314Z",
5+
"POSTGRES_IMAGE_VERSION": "18beta1-bullseye"
6+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# CNPG PostgreSQL Container Images
1313

1414
This repository provides maintenance scripts for generating immutable
15-
application containers for all supported PostgreSQL versions (13 to 17).
15+
application containers for all supported PostgreSQL versions (13 to 18).
1616
These containers are designed to serve as operands for the
1717
[CloudNativePG (CNPG) operator](https://cloudnative-pg.io) in Kubernetes
1818
environments.

lib/repo_funcs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ generate_postgres() {
9797
fi
9898

9999
# Update requirements.txt
100+
mkdir -p "$versionDir"
100101
echo "$requirements" > "$versionDir/requirements.txt"
101102

102103
# Output the image being updated

0 commit comments

Comments
 (0)