Skip to content
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
11 changes: 6 additions & 5 deletions 16-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN set -ex \
# cgal & sfcgal
ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL_GIT_HASH=51b5eaa7c5ee0abc3b96a60ad9733f85ab06cc2c
ENV CGAL_GIT_HASH=9b728c437c096113ba711a4186817ac90c97aae3
ENV SFCGAL_GIT_HASH=0adcd006a4300a8de09c623b5d9c0e0d8bacfd1a
RUN set -ex \
&& mkdir -p /usr/src \
Expand Down Expand Up @@ -185,7 +185,7 @@ RUN set -ex \
&& rm -fr /usr/src/geos

# gdal
ENV GDAL_GIT_HASH=16df635c529b940e26b04009385113a00d133a59
ENV GDAL_GIT_HASH=0a76107e6e821bd098e4ff412958bf161c90153e
RUN set -ex \
&& cd /usr/src \
&& git clone https://github.com/OSGeo/gdal.git \
Expand Down Expand Up @@ -304,6 +304,7 @@ RUN set -ex \
libcfitsio9 \
libfreexl1 \
libfyba0 \
libgomp1 \
libhdf5-103-1 \
libkmlbase1 \
libkmldom1 \
Expand All @@ -318,11 +319,11 @@ COPY --from=builder /usr/local /usr/local

ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL_GIT_HASH=51b5eaa7c5ee0abc3b96a60ad9733f85ab06cc2c
ENV CGAL_GIT_HASH=9b728c437c096113ba711a4186817ac90c97aae3
ENV SFCGAL_GIT_HASH=0adcd006a4300a8de09c623b5d9c0e0d8bacfd1a
ENV PROJ_GIT_HASH=b03fb3177baa2775bd476b3a1845f16ba61958fc
ENV GEOS_GIT_HASH=c7ca3dd29bf379c43ae6f97fbc1bdfa10dcf630e
ENV GDAL_GIT_HASH=16df635c529b940e26b04009385113a00d133a59
ENV GDAL_GIT_HASH=0a76107e6e821bd098e4ff412958bf161c90153e

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

# install postgis
ENV POSTGIS_GIT_HASH=875ba8eb1c2782c80ae157e3490790d87470d447
ENV POSTGIS_GIT_HASH=bf36aef0ca85b254b8576f0936d377612a4668c0

RUN set -ex \
&& apt-get update \
Expand Down
11 changes: 6 additions & 5 deletions 17-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ RUN set -ex \
# cgal & sfcgal
ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL_GIT_HASH=51b5eaa7c5ee0abc3b96a60ad9733f85ab06cc2c
ENV CGAL_GIT_HASH=9b728c437c096113ba711a4186817ac90c97aae3
ENV SFCGAL_GIT_HASH=0adcd006a4300a8de09c623b5d9c0e0d8bacfd1a
RUN set -ex \
&& mkdir -p /usr/src \
Expand Down Expand Up @@ -185,7 +185,7 @@ RUN set -ex \
&& rm -fr /usr/src/geos

# gdal
ENV GDAL_GIT_HASH=16df635c529b940e26b04009385113a00d133a59
ENV GDAL_GIT_HASH=0a76107e6e821bd098e4ff412958bf161c90153e
RUN set -ex \
&& cd /usr/src \
&& git clone https://github.com/OSGeo/gdal.git \
Expand Down Expand Up @@ -304,6 +304,7 @@ RUN set -ex \
libcfitsio9 \
libfreexl1 \
libfyba0 \
libgomp1 \
libhdf5-103-1 \
libkmlbase1 \
libkmldom1 \
Expand All @@ -318,11 +319,11 @@ COPY --from=builder /usr/local /usr/local

ARG CGAL_GIT_BRANCH
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
ENV CGAL_GIT_HASH=51b5eaa7c5ee0abc3b96a60ad9733f85ab06cc2c
ENV CGAL_GIT_HASH=9b728c437c096113ba711a4186817ac90c97aae3
ENV SFCGAL_GIT_HASH=0adcd006a4300a8de09c623b5d9c0e0d8bacfd1a
ENV PROJ_GIT_HASH=b03fb3177baa2775bd476b3a1845f16ba61958fc
ENV GEOS_GIT_HASH=c7ca3dd29bf379c43ae6f97fbc1bdfa10dcf630e
ENV GDAL_GIT_HASH=16df635c529b940e26b04009385113a00d133a59
ENV GDAL_GIT_HASH=0a76107e6e821bd098e4ff412958bf161c90153e

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

# install postgis
ENV POSTGIS_GIT_HASH=875ba8eb1c2782c80ae157e3490790d87470d447
ENV POSTGIS_GIT_HASH=bf36aef0ca85b254b8576f0936d377612a4668c0

RUN set -ex \
&& apt-get update \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.master.template
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ RUN set -ex \
libcfitsio9 \
libfreexl1 \
libfyba0 \
libgomp1 \
libhdf5-103-1 \
libkmlbase1 \
libkmldom1 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This image ensures that the default database created by the parent `postgres` im

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`.

## Versions (2026-02-03)
## Versions (2026-02-04)

Supported architecture: `amd64` (x86-64)

Expand Down