File tree Expand file tree Collapse file tree 5 files changed +27
-12
lines changed Expand file tree Collapse file tree 5 files changed +27
-12
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 @@ -28,13 +28,13 @@ LABEL org.opencontainers.image.description="This Docker image contains PostgreSQ
28
28
COPY requirements.txt /
29
29
30
30
# Install additional extensions
31
- RUN set -xe; \
32
- apt-get update; \
33
- apt-get install -y --no-install-recommends \
34
- "postgresql-${PG_MAJOR}-pgvector" \
35
- ; \
36
- rm -fr /tmp/* ; \
37
- rm -rf /var/lib/apt/lists/*;
31
+ # RUN set -xe; \
32
+ # apt-get update; \
33
+ # apt-get install -y --no-install-recommends \
34
+ # "postgresql-${PG_MAJOR}-pgvector" \
35
+ # ; \
36
+ # rm -fr /tmp/* ; \
37
+ # rm -rf /var/lib/apt/lists/*;
38
38
39
39
# Install barman-cloud
40
40
RUN set -xe; \
Original file line number Diff line number Diff line change 11
11
12
12
# CNPG PostgreSQL Container Images
13
13
14
- This repository provides maintenance scripts for generating immutable
15
- application containers for all supported PostgreSQL versions (13 to 17).
16
- These containers are designed to serve as operands for the
17
- [ CloudNativePG (CNPG) operator] ( https://cloudnative-pg.io ) in Kubernetes
18
- environments.
14
+ This repository provides maintenance scripts for generating ** immutable
15
+ application containers** for all supported PostgreSQL versions (13 to 17),
16
+ as well as for PostgreSQL 18 beta.
17
+
18
+ These containers are designed to serve as ** operands** for the
19
+ [ CloudNativePG (CNPG) operator] ( https://cloudnative-pg.io )
20
+ within Kubernetes environments.
19
21
20
22
## Key Features
21
23
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