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 to PostGIS 3.3.0beta1 #302

Merged
merged 1 commit into from
Jul 4, 2022
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
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
postgis: master
variant: default
- postgres: 14
postgis: '3.3.0alpha1'
postgis: '3.3.0beta1'
variant: alpine
- postgres: '15beta2'
postgis: '3.3.0alpha1'
postgis: '3.3.0beta1'
variant: alpine
- postgres: '15beta2'
postgis: master
Expand Down
10 changes: 5 additions & 5 deletions 13-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN set -ex \

# proj
ENV PROJ_VERSION master
ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910

RUN set -ex \
&& cd /usr/src \
Expand Down Expand Up @@ -114,7 +114,7 @@ RUN set -ex \

# geos
ENV GEOS_VERSION master
ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8

RUN set -ex \
&& cd /usr/src \
Expand Down Expand Up @@ -197,8 +197,8 @@ RUN set -ex \
COPY --from=builder /usr/local /usr/local

#ENV SFCGAL_GIT_HASH cc4e1c1b2ac1be65fd738685137eb0d417a1599d
ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8
ENV GDAL_GIT_HASH 104e1747748d204e8aff1945464a24b1f8c94c90

# Minimal command line test.
Expand All @@ -217,7 +217,7 @@ RUN ogr2ogr --formats | grep -q "PostgreSQL/PostGIS" && exit 0 \

# install postgis
ENV POSTGIS_VERSION master
ENV POSTGIS_GIT_HASH 0903120772c9017f99c51c4b83b606be14e148b7
ENV POSTGIS_GIT_HASH a887aab94446e935112c645ef94027cf28373056

RUN set -ex \
&& apt-get update \
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM postgres:14-alpine3.16

LABEL maintainer="PostGIS Project - https://postgis.net"

ENV POSTGIS_VERSION 3.3.0alpha1
ENV POSTGIS_SHA256 ee4fd391ed869b5d486485435677dd9ef2502d81a1992adb63260134c8bf0d9a
ENV POSTGIS_VERSION 3.3.0beta1
ENV POSTGIS_SHA256 256807c72bae89ea955b5a5d56fa01b96982608c8aaa11903ea239376b0833e8

RUN set -eux \
\
Expand Down
10 changes: 5 additions & 5 deletions 14-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN set -ex \

# proj
ENV PROJ_VERSION master
ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910

RUN set -ex \
&& cd /usr/src \
Expand Down Expand Up @@ -114,7 +114,7 @@ RUN set -ex \

# geos
ENV GEOS_VERSION master
ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8

RUN set -ex \
&& cd /usr/src \
Expand Down Expand Up @@ -197,8 +197,8 @@ RUN set -ex \
COPY --from=builder /usr/local /usr/local

#ENV SFCGAL_GIT_HASH cc4e1c1b2ac1be65fd738685137eb0d417a1599d
ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8
ENV GDAL_GIT_HASH 104e1747748d204e8aff1945464a24b1f8c94c90

# Minimal command line test.
Expand All @@ -217,7 +217,7 @@ RUN ogr2ogr --formats | grep -q "PostgreSQL/PostGIS" && exit 0 \

# install postgis
ENV POSTGIS_VERSION master
ENV POSTGIS_GIT_HASH 0903120772c9017f99c51c4b83b606be14e148b7
ENV POSTGIS_GIT_HASH a887aab94446e935112c645ef94027cf28373056

RUN set -ex \
&& apt-get update \
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM postgres:15beta2-alpine3.16

LABEL maintainer="PostGIS Project - https://postgis.net"

ENV POSTGIS_VERSION 3.3.0alpha1
ENV POSTGIS_SHA256 ee4fd391ed869b5d486485435677dd9ef2502d81a1992adb63260134c8bf0d9a
ENV POSTGIS_VERSION 3.3.0beta1
ENV POSTGIS_SHA256 256807c72bae89ea955b5a5d56fa01b96982608c8aaa11903ea239376b0833e8

RUN set -eux \
\
Expand Down
10 changes: 5 additions & 5 deletions 15beta2-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN set -ex \

# proj
ENV PROJ_VERSION master
ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910

RUN set -ex \
&& cd /usr/src \
Expand Down Expand Up @@ -114,7 +114,7 @@ RUN set -ex \

# geos
ENV GEOS_VERSION master
ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8

RUN set -ex \
&& cd /usr/src \
Expand Down Expand Up @@ -197,8 +197,8 @@ RUN set -ex \
COPY --from=builder /usr/local /usr/local

#ENV SFCGAL_GIT_HASH cc4e1c1b2ac1be65fd738685137eb0d417a1599d
ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8
ENV GDAL_GIT_HASH 104e1747748d204e8aff1945464a24b1f8c94c90

# Minimal command line test.
Expand All @@ -217,7 +217,7 @@ RUN ogr2ogr --formats | grep -q "PostgreSQL/PostGIS" && exit 0 \

# install postgis
ENV POSTGIS_VERSION master
ENV POSTGIS_GIT_HASH 0903120772c9017f99c51c4b83b606be14e148b7
ENV POSTGIS_GIT_HASH a887aab94446e935112c645ef94027cf28373056

RUN set -ex \
&& apt-get update \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note: As of PostGIS v3.x, raster has been factored out into a separate extension

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 ( 2022-06-22 )
# Versions ( 2022-07-03 )

Recomended version for the new users: `postgis/postgis:14-3.2`

Expand Down Expand Up @@ -65,9 +65,9 @@ Recomended version for the new users: `postgis/postgis:14-3.2`
| DockerHub image | Dockerfile | OS | Postgres | PostGIS |
| --------------- | ---------- | -- | -------- | ------- |
| [postgis/postgis:13-master](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=13-master) | [Dockerfile](./13-master/Dockerfile) | debian:bullseye | 13 | development: postgis, geos, proj, gdal |
| [postgis/postgis:14-3.3.0alpha1-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=14-3.3.0alpha1-alpine) | [Dockerfile](./14-3.3.0alpha1/alpine/Dockerfile) | alpine:3.16 | 14 | 3.3.0alpha1 |
| [postgis/postgis:14-3.3.0beta1-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=14-3.3.0beta1-alpine) | [Dockerfile](./14-3.3.0beta1/alpine/Dockerfile) | alpine:3.16 | 14 | 3.3.0beta1 |
| [postgis/postgis:14-master](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=14-master) | [Dockerfile](./14-master/Dockerfile) | debian:bullseye | 14 | development: postgis, geos, proj, gdal |
| [postgis/postgis:15beta2-3.3.0alpha1-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=15beta2-3.3.0alpha1-alpine) | [Dockerfile](./15beta2-3.3.0alpha1/alpine/Dockerfile) | alpine:3.16 | 15beta2 | 3.3.0alpha1 |
| [postgis/postgis:15beta2-3.3.0beta1-alpine](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=15beta2-3.3.0beta1-alpine) | [Dockerfile](./15beta2-3.3.0beta1/alpine/Dockerfile) | alpine:3.16 | 15beta2 | 3.3.0beta1 |
| [postgis/postgis:15beta2-master](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&name=15beta2-master) | [Dockerfile](./15beta2-master/Dockerfile) | debian:bullseye | 15beta2 | development: postgis, geos, proj, gdal |

## Usage
Expand Down