Skip to content

Commit 98d4776

Browse files
Update Alpine PostGIS to 3.5.2 via update.sh (#401)
1 parent a3dfcea commit 98d4776

File tree

8 files changed

+36
-36
lines changed

8 files changed

+36
-36
lines changed

12-3.5/alpine/Dockerfile

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

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

11-
ENV POSTGIS_VERSION 3.5.1
12-
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
11+
ENV POSTGIS_VERSION 3.5.2
12+
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35
1313

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

13-3.5/alpine/Dockerfile

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

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

11-
ENV POSTGIS_VERSION 3.5.1
12-
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
11+
ENV POSTGIS_VERSION 3.5.2
12+
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35
1313

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

14-3.5/alpine/Dockerfile

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

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

11-
ENV POSTGIS_VERSION 3.5.1
12-
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
11+
ENV POSTGIS_VERSION 3.5.2
12+
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35
1313

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

15-3.5/alpine/Dockerfile

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

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

11-
ENV POSTGIS_VERSION 3.5.1
12-
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
11+
ENV POSTGIS_VERSION 3.5.2
12+
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35
1313

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

16-3.5/alpine/Dockerfile

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

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

11-
ENV POSTGIS_VERSION 3.5.1
12-
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
11+
ENV POSTGIS_VERSION 3.5.2
12+
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35
1313

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

16-master/Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
8686
# cgal & sfcgal
8787
ARG CGAL_GIT_BRANCH
8888
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
89-
ENV CGAL_GIT_HASH 1c04f5768caddb5598c37dee342e72ff6c0c83c5
89+
ENV CGAL_GIT_HASH b4a8c00e096add9e03cef6f1631be3e00f4c6768
9090
ENV SFCGAL_GIT_HASH 38d5c0f5af3eaf38998e53d959994a346deb1c64
9191
RUN set -ex \
9292
&& mkdir -p /usr/src \
@@ -120,7 +120,7 @@ RUN set -ex \
120120
&& rm -fr /usr/src/cgal
121121

122122
# proj
123-
ENV PROJ_GIT_HASH 5500ba73a99c8b64778628ac50e03c51a984a5c6
123+
ENV PROJ_GIT_HASH c34044742a5f0b67d12e613250601d1cbefcebbd
124124
RUN set -ex \
125125
&& cd /usr/src \
126126
&& git clone https://github.com/OSGeo/PROJ.git \
@@ -150,7 +150,7 @@ RUN set -ex \
150150
&& rm -fr /usr/src/PROJ
151151

152152
# geos
153-
ENV GEOS_GIT_HASH e1c9a7c5c6819383bb57fb15a000cdb06dd47600
153+
ENV GEOS_GIT_HASH af08e9d5318ad823072d17908058c6b1aa9125b9
154154
RUN set -ex \
155155
&& cd /usr/src \
156156
&& git clone https://github.com/libgeos/geos.git \
@@ -166,7 +166,7 @@ RUN set -ex \
166166
&& rm -fr /usr/src/geos
167167

168168
# gdal
169-
ENV GDAL_GIT_HASH 0fbf2b8a968178bc808997df1ebd127155d701c2
169+
ENV GDAL_GIT_HASH 63cd33ad48045f320c110dd033c076e9d81d7a5c
170170
RUN set -ex \
171171
&& cd /usr/src \
172172
&& git clone https://github.com/OSGeo/gdal.git \
@@ -299,11 +299,11 @@ COPY --from=builder /usr/local /usr/local
299299

300300
ARG CGAL_GIT_BRANCH
301301
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
302-
ENV CGAL_GIT_HASH 1c04f5768caddb5598c37dee342e72ff6c0c83c5
302+
ENV CGAL_GIT_HASH b4a8c00e096add9e03cef6f1631be3e00f4c6768
303303
ENV SFCGAL_GIT_HASH 38d5c0f5af3eaf38998e53d959994a346deb1c64
304-
ENV PROJ_GIT_HASH 5500ba73a99c8b64778628ac50e03c51a984a5c6
305-
ENV GEOS_GIT_HASH e1c9a7c5c6819383bb57fb15a000cdb06dd47600
306-
ENV GDAL_GIT_HASH 0fbf2b8a968178bc808997df1ebd127155d701c2
304+
ENV PROJ_GIT_HASH c34044742a5f0b67d12e613250601d1cbefcebbd
305+
ENV GEOS_GIT_HASH af08e9d5318ad823072d17908058c6b1aa9125b9
306+
ENV GDAL_GIT_HASH 63cd33ad48045f320c110dd033c076e9d81d7a5c
307307

308308
# Minimal command line test ( fail fast )
309309
RUN set -ex \
@@ -322,7 +322,7 @@ RUN set -ex \
322322
|| echo "ogr2ogr missing PostgreSQL driver" && exit 1
323323

324324
# install postgis
325-
ENV POSTGIS_GIT_HASH 04ef40af32ceeb671bce399b73814e8630c54a6d
325+
ENV POSTGIS_GIT_HASH 2845d3f37896e64ad24a2ee6863213b297da1301
326326

327327
RUN set -ex \
328328
&& apt-get update \

17-3.5/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.21
55
FROM ${BASE_IMAGE}
66

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

11-
ENV POSTGIS_VERSION 3.5.1
12-
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
11+
ENV POSTGIS_VERSION 3.5.2
12+
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35
1313

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

17-master/Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
8686
# cgal & sfcgal
8787
ARG CGAL_GIT_BRANCH
8888
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
89-
ENV CGAL_GIT_HASH 1c04f5768caddb5598c37dee342e72ff6c0c83c5
89+
ENV CGAL_GIT_HASH b4a8c00e096add9e03cef6f1631be3e00f4c6768
9090
ENV SFCGAL_GIT_HASH 38d5c0f5af3eaf38998e53d959994a346deb1c64
9191
RUN set -ex \
9292
&& mkdir -p /usr/src \
@@ -120,7 +120,7 @@ RUN set -ex \
120120
&& rm -fr /usr/src/cgal
121121

122122
# proj
123-
ENV PROJ_GIT_HASH 5500ba73a99c8b64778628ac50e03c51a984a5c6
123+
ENV PROJ_GIT_HASH c34044742a5f0b67d12e613250601d1cbefcebbd
124124
RUN set -ex \
125125
&& cd /usr/src \
126126
&& git clone https://github.com/OSGeo/PROJ.git \
@@ -150,7 +150,7 @@ RUN set -ex \
150150
&& rm -fr /usr/src/PROJ
151151

152152
# geos
153-
ENV GEOS_GIT_HASH e1c9a7c5c6819383bb57fb15a000cdb06dd47600
153+
ENV GEOS_GIT_HASH af08e9d5318ad823072d17908058c6b1aa9125b9
154154
RUN set -ex \
155155
&& cd /usr/src \
156156
&& git clone https://github.com/libgeos/geos.git \
@@ -166,7 +166,7 @@ RUN set -ex \
166166
&& rm -fr /usr/src/geos
167167

168168
# gdal
169-
ENV GDAL_GIT_HASH 0fbf2b8a968178bc808997df1ebd127155d701c2
169+
ENV GDAL_GIT_HASH 63cd33ad48045f320c110dd033c076e9d81d7a5c
170170
RUN set -ex \
171171
&& cd /usr/src \
172172
&& git clone https://github.com/OSGeo/gdal.git \
@@ -299,11 +299,11 @@ COPY --from=builder /usr/local /usr/local
299299

300300
ARG CGAL_GIT_BRANCH
301301
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
302-
ENV CGAL_GIT_HASH 1c04f5768caddb5598c37dee342e72ff6c0c83c5
302+
ENV CGAL_GIT_HASH b4a8c00e096add9e03cef6f1631be3e00f4c6768
303303
ENV SFCGAL_GIT_HASH 38d5c0f5af3eaf38998e53d959994a346deb1c64
304-
ENV PROJ_GIT_HASH 5500ba73a99c8b64778628ac50e03c51a984a5c6
305-
ENV GEOS_GIT_HASH e1c9a7c5c6819383bb57fb15a000cdb06dd47600
306-
ENV GDAL_GIT_HASH 0fbf2b8a968178bc808997df1ebd127155d701c2
304+
ENV PROJ_GIT_HASH c34044742a5f0b67d12e613250601d1cbefcebbd
305+
ENV GEOS_GIT_HASH af08e9d5318ad823072d17908058c6b1aa9125b9
306+
ENV GDAL_GIT_HASH 63cd33ad48045f320c110dd033c076e9d81d7a5c
307307

308308
# Minimal command line test ( fail fast )
309309
RUN set -ex \
@@ -322,7 +322,7 @@ RUN set -ex \
322322
|| echo "ogr2ogr missing PostgreSQL driver" && exit 1
323323

324324
# install postgis
325-
ENV POSTGIS_GIT_HASH 04ef40af32ceeb671bce399b73814e8630c54a6d
325+
ENV POSTGIS_GIT_HASH 2845d3f37896e64ad24a2ee6863213b297da1301
326326

327327
RUN set -ex \
328328
&& apt-get update \

0 commit comments

Comments
 (0)