Skip to content

Commit 353c5fb

Browse files
feat: add PostgreSQL18beta3 test postgis image
Signed-off-by: thomas.boussekey <[email protected]>
1 parent cd8f29d commit 353c5fb

20 files changed

+785
-35
lines changed

PostGIS/13/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.14.0",
3-
"IMAGE_RELEASE_VERSION": "192",
3+
"IMAGE_RELEASE_VERSION": "193",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2025-09-01T05:33:05.669258Z",
55
"POSTGIS_IMAGE_VERSION": "13-3.5"
66
}

PostGIS/13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM postgis/postgis:13-3.5
1919
LABEL name="PostgreSQL + PostGIS Container Images" \
2020
vendor="The CloudNativePG Contributors" \
2121
version="${PG_VERSION}" \
22-
release="192" \
22+
release="193" \
2323
summary="PostgreSQL + PostGIS Container images." \
2424
description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on Postgres 13-3.5."
2525

PostGIS/13/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --generate-hashes
@@ -575,9 +575,9 @@ typing-extensions==4.15.0 \
575575
# azure-core
576576
# azure-identity
577577
# azure-storage-blob
578-
urllib3==1.26.20 \
579-
--hash=sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e \
580-
--hash=sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32
578+
urllib3==2.5.0 \
579+
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
580+
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
581581
# via
582582
# botocore
583583
# requests

PostGIS/14/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.14.0",
3-
"IMAGE_RELEASE_VERSION": "192",
3+
"IMAGE_RELEASE_VERSION": "193",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2025-09-01T05:33:57.559467Z",
55
"POSTGIS_IMAGE_VERSION": "14-3.5"
66
}

PostGIS/14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM postgis/postgis:14-3.5
1919
LABEL name="PostgreSQL + PostGIS Container Images" \
2020
vendor="The CloudNativePG Contributors" \
2121
version="${PG_VERSION}" \
22-
release="192" \
22+
release="193" \
2323
summary="PostgreSQL + PostGIS Container images." \
2424
description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on Postgres 14-3.5."
2525

PostGIS/14/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --generate-hashes
@@ -575,9 +575,9 @@ typing-extensions==4.15.0 \
575575
# azure-core
576576
# azure-identity
577577
# azure-storage-blob
578-
urllib3==1.26.20 \
579-
--hash=sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e \
580-
--hash=sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32
578+
urllib3==2.5.0 \
579+
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
580+
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
581581
# via
582582
# botocore
583583
# requests

PostGIS/15/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.14.0",
3-
"IMAGE_RELEASE_VERSION": "192",
3+
"IMAGE_RELEASE_VERSION": "193",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2025-09-01T05:33:10.177472Z",
55
"POSTGIS_IMAGE_VERSION": "15-3.5"
66
}

PostGIS/15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM postgis/postgis:15-3.5
1919
LABEL name="PostgreSQL + PostGIS Container Images" \
2020
vendor="The CloudNativePG Contributors" \
2121
version="${PG_VERSION}" \
22-
release="192" \
22+
release="193" \
2323
summary="PostgreSQL + PostGIS Container images." \
2424
description="This Docker image contains PostgreSQL, PostGIS and Barman Cloud based on Postgres 15-3.5."
2525

PostGIS/15/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
55
# pip-compile --generate-hashes
@@ -575,9 +575,9 @@ typing-extensions==4.15.0 \
575575
# azure-core
576576
# azure-identity
577577
# azure-storage-blob
578-
urllib3==1.26.20 \
579-
--hash=sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e \
580-
--hash=sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32
578+
urllib3==2.5.0 \
579+
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
580+
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
581581
# via
582582
# botocore
583583
# requests

PostGIS/16/.versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BARMAN_VERSION": "3.14.0",
3-
"IMAGE_RELEASE_VERSION": "192",
3+
"IMAGE_RELEASE_VERSION": "193",
44
"POSTGIS_IMAGE_LAST_UPDATED": "2025-09-01T05:33:25.113119Z",
55
"POSTGIS_IMAGE_VERSION": "16-3.5"
66
}

0 commit comments

Comments
 (0)