File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 12
12
# CNPG PostgreSQL Container Images
13
13
14
14
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 ).
16
16
These containers are designed to serve as operands for the
17
17
[ CloudNativePG (CNPG) operator] ( https://cloudnative-pg.io ) in Kubernetes
18
18
environments.
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ generate_postgres() {
97
97
fi
98
98
99
99
# Update requirements.txt
100
+ mkdir -p " $versionDir "
100
101
echo " $requirements " > " $versionDir /requirements.txt"
101
102
102
103
# Output the image being updated
You can’t perform that action at this time.
0 commit comments