File tree 20 files changed +50
-20
lines changed
20 files changed +50
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T06:07:29.255243Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 13.20-bookworm"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:13.20-bookworm
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bookworm."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --break-system-packages --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T00:08:47.954358Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 13.20-bullseye"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:13.20-bullseye
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 13.20-bullseye."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T06:07:50.069554Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 14.17-bookworm"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:14.17-bookworm
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bookworm."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --break-system-packages --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T00:10:19.709775Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 14.17-bullseye"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:14.17-bullseye
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 14.17-bullseye."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T03:12:47.697418Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 15.12-bookworm"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:15.12-bookworm
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bookworm."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --break-system-packages --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T00:11:58.706755Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 15.12-bullseye"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:15.12-bullseye
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 15.12-bullseye."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T03:13:13.552962Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 16.8-bookworm"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:16.8-bookworm
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bookworm."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --break-system-packages --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T00:13:50.45717Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 16.8-bullseye"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:16.8-bullseye
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 16.8-bullseye."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T03:13:34.4983Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 17.4-bookworm"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:17.4-bookworm
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bookworm."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --break-system-packages --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --break-system-packages --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
Original file line number Diff line number Diff line change 1
1
{
2
2
"BARMAN_VERSION" : " 3.12.1" ,
3
- "IMAGE_RELEASE_VERSION" : " 4 " ,
3
+ "IMAGE_RELEASE_VERSION" : " 5 " ,
4
4
"POSTGRES_IMAGE_LAST_UPDATED" : " 2025-03-01T00:15:41.42065Z" ,
5
5
"POSTGRES_IMAGE_VERSION" : " 17.4-bullseye"
6
6
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ FROM postgres:17.4-bullseye
20
20
LABEL name="PostgreSQL Container Images" \
21
21
vendor="The CloudNativePG Contributors" \
22
22
version="${PG_VERSION}" \
23
- release="4 " \
23
+ release="5 " \
24
24
summary="PostgreSQL Container images." \
25
25
description="This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye."
26
26
@@ -43,13 +43,16 @@ RUN set -xe; \
43
43
RUN set -xe; \
44
44
apt-get update; \
45
45
apt-get install -y --no-install-recommends \
46
+ # We require build-essential and python3-dev to build lz4 on arm64 since there isn't a pre-compiled wheel available
47
+ build-essential python3-dev \
46
48
python3-pip \
47
49
python3-psycopg2 \
48
50
python3-setuptools \
49
51
; \
50
52
pip3 install --upgrade pip; \
51
53
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
52
54
pip3 install --no-deps -r requirements.txt; \
55
+ apt-get remove -y --purge --autoremove build-essential python3-dev; \
53
56
rm -rf /var/lib/apt/lists/*;
54
57
55
58
# Change the uid of postgres to 26
You can’t perform that action at this time.
0 commit comments