Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Alpine PostGIS to 3.5.2 via update.sh #401

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 12-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:12-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
ENV POSTGIS_VERSION 3.5.2
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
6 changes: 3 additions & 3 deletions 13-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:13-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
ENV POSTGIS_VERSION 3.5.2
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
6 changes: 3 additions & 3 deletions 14-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:14-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
ENV POSTGIS_VERSION 3.5.2
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
6 changes: 3 additions & 3 deletions 15-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:15-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
ENV POSTGIS_VERSION 3.5.2
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
6 changes: 3 additions & 3 deletions 16-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:16-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
ENV POSTGIS_VERSION 3.5.2
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
18 changes: 9 additions & 9 deletions 16-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
# cgal & sfcgal
ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL_GIT_HASH 1c04f5768caddb5598c37dee342e72ff6c0c83c5
ENV CGAL_GIT_HASH b4a8c00e096add9e03cef6f1631be3e00f4c6768
ENV SFCGAL_GIT_HASH 38d5c0f5af3eaf38998e53d959994a346deb1c64
RUN set -ex \
&& mkdir -p /usr/src \
Expand Down Expand Up @@ -120,7 +120,7 @@ RUN set -ex \
&& rm -fr /usr/src/cgal

# proj
ENV PROJ_GIT_HASH 5500ba73a99c8b64778628ac50e03c51a984a5c6
ENV PROJ_GIT_HASH c34044742a5f0b67d12e613250601d1cbefcebbd
RUN set -ex \
&& cd /usr/src \
&& git clone https://github.com/OSGeo/PROJ.git \
Expand Down Expand Up @@ -150,7 +150,7 @@ RUN set -ex \
&& rm -fr /usr/src/PROJ

# geos
ENV GEOS_GIT_HASH e1c9a7c5c6819383bb57fb15a000cdb06dd47600
ENV GEOS_GIT_HASH af08e9d5318ad823072d17908058c6b1aa9125b9
RUN set -ex \
&& cd /usr/src \
&& git clone https://github.com/libgeos/geos.git \
Expand All @@ -166,7 +166,7 @@ RUN set -ex \
&& rm -fr /usr/src/geos

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

ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL_GIT_HASH 1c04f5768caddb5598c37dee342e72ff6c0c83c5
ENV CGAL_GIT_HASH b4a8c00e096add9e03cef6f1631be3e00f4c6768
ENV SFCGAL_GIT_HASH 38d5c0f5af3eaf38998e53d959994a346deb1c64
ENV PROJ_GIT_HASH 5500ba73a99c8b64778628ac50e03c51a984a5c6
ENV GEOS_GIT_HASH e1c9a7c5c6819383bb57fb15a000cdb06dd47600
ENV GDAL_GIT_HASH 0fbf2b8a968178bc808997df1ebd127155d701c2
ENV PROJ_GIT_HASH c34044742a5f0b67d12e613250601d1cbefcebbd
ENV GEOS_GIT_HASH af08e9d5318ad823072d17908058c6b1aa9125b9
ENV GDAL_GIT_HASH 63cd33ad48045f320c110dd033c076e9d81d7a5c

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

# install postgis
ENV POSTGIS_GIT_HASH 04ef40af32ceeb671bce399b73814e8630c54a6d
ENV POSTGIS_GIT_HASH 2845d3f37896e64ad24a2ee6863213b297da1301

RUN set -ex \
&& apt-get update \
Expand Down
6 changes: 3 additions & 3 deletions 17-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:17-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
ENV POSTGIS_VERSION 3.5.2
ENV POSTGIS_SHA256 71d8f5d06debec0bdd94525a5a1d42417ed2a1f65d0070a1a3e3e381b606ee35

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
18 changes: 9 additions & 9 deletions 17-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
# cgal & sfcgal
ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL_GIT_HASH 1c04f5768caddb5598c37dee342e72ff6c0c83c5
ENV CGAL_GIT_HASH b4a8c00e096add9e03cef6f1631be3e00f4c6768
ENV SFCGAL_GIT_HASH 38d5c0f5af3eaf38998e53d959994a346deb1c64
RUN set -ex \
&& mkdir -p /usr/src \
Expand Down Expand Up @@ -120,7 +120,7 @@ RUN set -ex \
&& rm -fr /usr/src/cgal

# proj
ENV PROJ_GIT_HASH 5500ba73a99c8b64778628ac50e03c51a984a5c6
ENV PROJ_GIT_HASH c34044742a5f0b67d12e613250601d1cbefcebbd
RUN set -ex \
&& cd /usr/src \
&& git clone https://github.com/OSGeo/PROJ.git \
Expand Down Expand Up @@ -150,7 +150,7 @@ RUN set -ex \
&& rm -fr /usr/src/PROJ

# geos
ENV GEOS_GIT_HASH e1c9a7c5c6819383bb57fb15a000cdb06dd47600
ENV GEOS_GIT_HASH af08e9d5318ad823072d17908058c6b1aa9125b9
RUN set -ex \
&& cd /usr/src \
&& git clone https://github.com/libgeos/geos.git \
Expand All @@ -166,7 +166,7 @@ RUN set -ex \
&& rm -fr /usr/src/geos

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

ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL_GIT_HASH 1c04f5768caddb5598c37dee342e72ff6c0c83c5
ENV CGAL_GIT_HASH b4a8c00e096add9e03cef6f1631be3e00f4c6768
ENV SFCGAL_GIT_HASH 38d5c0f5af3eaf38998e53d959994a346deb1c64
ENV PROJ_GIT_HASH 5500ba73a99c8b64778628ac50e03c51a984a5c6
ENV GEOS_GIT_HASH e1c9a7c5c6819383bb57fb15a000cdb06dd47600
ENV GDAL_GIT_HASH 0fbf2b8a968178bc808997df1ebd127155d701c2
ENV PROJ_GIT_HASH c34044742a5f0b67d12e613250601d1cbefcebbd
ENV GEOS_GIT_HASH af08e9d5318ad823072d17908058c6b1aa9125b9
ENV GDAL_GIT_HASH 63cd33ad48045f320c110dd033c076e9d81d7a5c

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

# install postgis
ENV POSTGIS_GIT_HASH 04ef40af32ceeb671bce399b73814e8630c54a6d
ENV POSTGIS_GIT_HASH 2845d3f37896e64ad24a2ee6863213b297da1301

RUN set -ex \
&& apt-get update \
Expand Down