Skip to content

Commit b1b31b7

Browse files
authored
postgis 3.6.1 (#437)
- updated with: ./update.sh - https://postgis.net/2025/11/PostGIS-3.6.1
1 parent 7b7f2fd commit b1b31b7

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

16-master/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN set -ex \
105105
# cgal & sfcgal
106106
ARG CGAL_GIT_BRANCH
107107
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
108-
ENV CGAL_GIT_HASH=af9490690393a185fe6c8ff40df158fc3da53c87
108+
ENV CGAL_GIT_HASH=e7205b985d8c44834822172051a038e62d489b1d
109109
ENV SFCGAL_GIT_HASH=fbe878cac797d3096afec7d954ba8fff9b06ce0a
110110
RUN set -ex \
111111
&& mkdir -p /usr/src \
@@ -139,7 +139,7 @@ RUN set -ex \
139139
&& rm -fr /usr/src/cgal
140140

141141
# proj
142-
ENV PROJ_GIT_HASH=160e432571fc9679bb08ea9cda54c153f03a1cc2
142+
ENV PROJ_GIT_HASH=6a3e673d19e13d4d4b857600039fbfd18938b2dd
143143
RUN set -ex \
144144
&& cd /usr/src \
145145
&& git clone https://github.com/OSGeo/PROJ.git \
@@ -185,7 +185,7 @@ RUN set -ex \
185185
&& rm -fr /usr/src/geos
186186

187187
# gdal
188-
ENV GDAL_GIT_HASH=d424be4b7c9ff3d2c3b3aa98318eb7c04266f210
188+
ENV GDAL_GIT_HASH=9a018c33e3d86626fc994cf5f8dab935ba0aad0c
189189
RUN set -ex \
190190
&& cd /usr/src \
191191
&& git clone https://github.com/OSGeo/gdal.git \
@@ -318,11 +318,11 @@ COPY --from=builder /usr/local /usr/local
318318

319319
ARG CGAL_GIT_BRANCH
320320
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
321-
ENV CGAL_GIT_HASH=af9490690393a185fe6c8ff40df158fc3da53c87
321+
ENV CGAL_GIT_HASH=e7205b985d8c44834822172051a038e62d489b1d
322322
ENV SFCGAL_GIT_HASH=fbe878cac797d3096afec7d954ba8fff9b06ce0a
323-
ENV PROJ_GIT_HASH=160e432571fc9679bb08ea9cda54c153f03a1cc2
323+
ENV PROJ_GIT_HASH=6a3e673d19e13d4d4b857600039fbfd18938b2dd
324324
ENV GEOS_GIT_HASH=93472ce0f6a02dd5dfcbf8e41eca4e75e714209f
325-
ENV GDAL_GIT_HASH=d424be4b7c9ff3d2c3b3aa98318eb7c04266f210
325+
ENV GDAL_GIT_HASH=9a018c33e3d86626fc994cf5f8dab935ba0aad0c
326326

327327
# Minimal command line test ( fail fast )
328328
RUN set -ex \
@@ -341,7 +341,7 @@ RUN set -ex \
341341
|| echo "ogr2ogr missing PostgreSQL driver" && exit 1
342342

343343
# install postgis
344-
ENV POSTGIS_GIT_HASH=02bd21e4479d98ebe5fac1b25dabe17f91406cf8
344+
ENV POSTGIS_GIT_HASH=f4bd2e175f23d28607431e12b21f5964ad738a26
345345

346346
RUN set -ex \
347347
&& apt-get update \

17-3.6/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:17-alpine3.22
55
FROM ${BASE_IMAGE}
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
8-
org.opencontainers.image.description="PostGIS 3.6.0 spatial database extension with PostgreSQL 17 Alpine" \
8+
org.opencontainers.image.description="PostGIS 3.6.1 spatial database extension with PostgreSQL 17 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION=3.6.0
12-
ENV POSTGIS_SHA256=a2308e6b64f48b6985285bdfa40ddeb8eaa0630f3f1fdb92b487d49562fdcafd
11+
ENV POSTGIS_VERSION=3.6.1
12+
ENV POSTGIS_SHA256=849391e75488a749663fbc8d63b846d063d387d286c04dea062820476f84c8f6
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

17-master/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN set -ex \
105105
# cgal & sfcgal
106106
ARG CGAL_GIT_BRANCH
107107
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
108-
ENV CGAL_GIT_HASH=af9490690393a185fe6c8ff40df158fc3da53c87
108+
ENV CGAL_GIT_HASH=e7205b985d8c44834822172051a038e62d489b1d
109109
ENV SFCGAL_GIT_HASH=fbe878cac797d3096afec7d954ba8fff9b06ce0a
110110
RUN set -ex \
111111
&& mkdir -p /usr/src \
@@ -139,7 +139,7 @@ RUN set -ex \
139139
&& rm -fr /usr/src/cgal
140140

141141
# proj
142-
ENV PROJ_GIT_HASH=160e432571fc9679bb08ea9cda54c153f03a1cc2
142+
ENV PROJ_GIT_HASH=6a3e673d19e13d4d4b857600039fbfd18938b2dd
143143
RUN set -ex \
144144
&& cd /usr/src \
145145
&& git clone https://github.com/OSGeo/PROJ.git \
@@ -185,7 +185,7 @@ RUN set -ex \
185185
&& rm -fr /usr/src/geos
186186

187187
# gdal
188-
ENV GDAL_GIT_HASH=d424be4b7c9ff3d2c3b3aa98318eb7c04266f210
188+
ENV GDAL_GIT_HASH=9a018c33e3d86626fc994cf5f8dab935ba0aad0c
189189
RUN set -ex \
190190
&& cd /usr/src \
191191
&& git clone https://github.com/OSGeo/gdal.git \
@@ -318,11 +318,11 @@ COPY --from=builder /usr/local /usr/local
318318

319319
ARG CGAL_GIT_BRANCH
320320
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
321-
ENV CGAL_GIT_HASH=af9490690393a185fe6c8ff40df158fc3da53c87
321+
ENV CGAL_GIT_HASH=e7205b985d8c44834822172051a038e62d489b1d
322322
ENV SFCGAL_GIT_HASH=fbe878cac797d3096afec7d954ba8fff9b06ce0a
323-
ENV PROJ_GIT_HASH=160e432571fc9679bb08ea9cda54c153f03a1cc2
323+
ENV PROJ_GIT_HASH=6a3e673d19e13d4d4b857600039fbfd18938b2dd
324324
ENV GEOS_GIT_HASH=93472ce0f6a02dd5dfcbf8e41eca4e75e714209f
325-
ENV GDAL_GIT_HASH=d424be4b7c9ff3d2c3b3aa98318eb7c04266f210
325+
ENV GDAL_GIT_HASH=9a018c33e3d86626fc994cf5f8dab935ba0aad0c
326326

327327
# Minimal command line test ( fail fast )
328328
RUN set -ex \
@@ -341,7 +341,7 @@ RUN set -ex \
341341
|| echo "ogr2ogr missing PostgreSQL driver" && exit 1
342342

343343
# install postgis
344-
ENV POSTGIS_GIT_HASH=02bd21e4479d98ebe5fac1b25dabe17f91406cf8
344+
ENV POSTGIS_GIT_HASH=f4bd2e175f23d28607431e12b21f5964ad738a26
345345

346346
RUN set -ex \
347347
&& apt-get update \

18-3.6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
FROM postgres:18-trixie
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
8-
org.opencontainers.image.description="PostGIS 3.6.0+dfsg-3.pgdg13+1 spatial database extension with PostgreSQL 18 trixie" \
8+
org.opencontainers.image.description="PostGIS 3.6.1+dfsg-1.pgdg13+1 spatial database extension with PostgreSQL 18 trixie" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

1111
ENV POSTGIS_MAJOR=3
12-
ENV POSTGIS_VERSION=3.6.0+dfsg-3.pgdg13+1
12+
ENV POSTGIS_VERSION=3.6.1+dfsg-1.pgdg13+1
1313

1414
RUN apt-get update \
1515
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

18-3.6/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:18-alpine3.22
55
FROM ${BASE_IMAGE}
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
8-
org.opencontainers.image.description="PostGIS 3.6.0 spatial database extension with PostgreSQL 18 Alpine" \
8+
org.opencontainers.image.description="PostGIS 3.6.1 spatial database extension with PostgreSQL 18 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION=3.6.0
12-
ENV POSTGIS_SHA256=a2308e6b64f48b6985285bdfa40ddeb8eaa0630f3f1fdb92b487d49562fdcafd
11+
ENV POSTGIS_VERSION=3.6.1
12+
ENV POSTGIS_SHA256=849391e75488a749663fbc8d63b846d063d387d286c04dea062820476f84c8f6
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This image ensures that the default database created by the parent `postgres` im
2121

2222
Unless `-e POSTGRES_DB` is passed to the container at startup time, this database will be named after the admin user (either `postgres` or the user specified with `-e POSTGRES_USER`). If you would prefer to use the older template database mechanism for enabling PostGIS, the image also provides a PostGIS-enabled template database called `template_postgis`.
2323

24-
## Versions (2025-11-11)
24+
## Versions (2025-11-16)
2525

2626
Supported architecture: `amd64` (x86-64)
2727

@@ -58,7 +58,7 @@ Recommended versions for new users are:
5858
| [postgis/postgis:15-3.5](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=15-3.5) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/15-3.5/Dockerfile) | debian:bullseye | 15 | 3.5.2 |
5959
| [postgis/postgis:16-3.5](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=16-3.5) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/16-3.5/Dockerfile) | debian:bullseye | 16 | 3.5.2 |
6060
| [postgis/postgis:17-3.5](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=17-3.5) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/17-3.5/Dockerfile) | debian:bullseye | 17 | 3.5.2 |
61-
| [postgis/postgis:18-3.6](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=18-3.6) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/18-3.6/Dockerfile) | debian:trixie | 18 | 3.6.0 |
61+
| [postgis/postgis:18-3.6](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=18-3.6) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/18-3.6/Dockerfile) | debian:trixie | 18 | 3.6.1 |
6262
<!-- debian_autogenerated_end -->
6363

6464
### Alpine based
@@ -80,8 +80,8 @@ Recommended versions for new users are:
8080
| [postgis/postgis:15-3.5-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=15-3.5-alpine) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/15-3.5/alpine/Dockerfile) | alpine:3.22 | 15 | 3.5.4 |
8181
| [postgis/postgis:16-3.5-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=16-3.5-alpine) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/16-3.5/alpine/Dockerfile) | alpine:3.22 | 16 | 3.5.4 |
8282
| [postgis/postgis:17-3.5-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=17-3.5-alpine) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/17-3.5/alpine/Dockerfile) | alpine:3.22 | 17 | 3.5.4 |
83-
| [postgis/postgis:17-3.6-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=17-3.6-alpine) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/17-3.6/alpine/Dockerfile) | alpine:3.22 | 17 | 3.6.0 |
84-
| [postgis/postgis:18-3.6-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=18-3.6-alpine) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/18-3.6/alpine/Dockerfile) | alpine:3.22 | 18 | 3.6.0 |
83+
| [postgis/postgis:17-3.6-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=17-3.6-alpine) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/17-3.6/alpine/Dockerfile) | alpine:3.22 | 17 | 3.6.1 |
84+
| [postgis/postgis:18-3.6-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=18-3.6-alpine) | [Dockerfile](https://github.com/postgis/docker-postgis/blob/master/18-3.6/alpine/Dockerfile) | alpine:3.22 | 18 | 3.6.1 |
8585
<!-- alpine_autogenerated_end -->
8686

8787
### Test images

0 commit comments

Comments
 (0)