Skip to content

Commit 4cb52c0

Browse files
authored
debian postgis updated and 15-3.3 the new latest (#322)
* make update * update latest to 15-3.3
1 parent 34f8447 commit 4cb52c0

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

11-3.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:11-bullseye
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV POSTGIS_MAJOR 3
6-
ENV POSTGIS_VERSION 3.3.1+dfsg-1.pgdg110+1
6+
ENV POSTGIS_VERSION 3.3.1+dfsg-2.pgdg110+1
77

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

12-3.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:12-bullseye
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV POSTGIS_MAJOR 3
6-
ENV POSTGIS_VERSION 3.3.1+dfsg-1.pgdg110+1
6+
ENV POSTGIS_VERSION 3.3.1+dfsg-2.pgdg110+1
77

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

13-3.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:13-bullseye
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV POSTGIS_MAJOR 3
6-
ENV POSTGIS_VERSION 3.3.1+dfsg-1.pgdg110+1
6+
ENV POSTGIS_VERSION 3.3.1+dfsg-2.pgdg110+1
77

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

14-3.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:14-bullseye
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV POSTGIS_MAJOR 3
6-
ENV POSTGIS_VERSION 3.3.1+dfsg-1.pgdg110+1
6+
ENV POSTGIS_VERSION 3.3.1+dfsg-2.pgdg110+1
77

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

14-master/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN set -ex \
8282

8383
# proj
8484
ENV PROJ_VERSION master
85-
ENV PROJ_GIT_HASH e0911174c79bb14e46c4caf45c473c7b96ba56fa
85+
ENV PROJ_GIT_HASH 35e4207a9d9eb86b4e5188f00eae1f152306dad3
8686

8787
RUN set -ex \
8888
&& cd /usr/src \
@@ -114,7 +114,7 @@ RUN set -ex \
114114

115115
# geos
116116
ENV GEOS_VERSION master
117-
ENV GEOS_GIT_HASH cc667261086d8e5f9906b69f4feaea5112221e92
117+
ENV GEOS_GIT_HASH 1342a8124e53fb548fa9dd7f7ba61fa4c10b5a80
118118

119119
RUN set -ex \
120120
&& cd /usr/src \
@@ -131,7 +131,7 @@ RUN set -ex \
131131

132132
# gdal
133133
ENV GDAL_VERSION master
134-
ENV GDAL_GIT_HASH 89f9b44786f3f443d08a2e930da0076f42a70d0b
134+
ENV GDAL_GIT_HASH 42a2840a858334632dea18dad93fdc3a38a52416
135135

136136
RUN set -ex \
137137
&& cd /usr/src \
@@ -210,9 +210,9 @@ RUN set -ex \
210210
COPY --from=builder /usr/local /usr/local
211211

212212
#ENV SFCGAL_GIT_HASH df3c2ccc015d4a85ac672fc307d2c7c324cccca7
213-
ENV PROJ_GIT_HASH e0911174c79bb14e46c4caf45c473c7b96ba56fa
214-
ENV GEOS_GIT_HASH cc667261086d8e5f9906b69f4feaea5112221e92
215-
ENV GDAL_GIT_HASH 89f9b44786f3f443d08a2e930da0076f42a70d0b
213+
ENV PROJ_GIT_HASH 35e4207a9d9eb86b4e5188f00eae1f152306dad3
214+
ENV GEOS_GIT_HASH 1342a8124e53fb548fa9dd7f7ba61fa4c10b5a80
215+
ENV GDAL_GIT_HASH 42a2840a858334632dea18dad93fdc3a38a52416
216216

217217
# Minimal command line test.
218218
RUN set -ex \
@@ -230,7 +230,7 @@ RUN ogr2ogr --formats | grep -q "PostgreSQL/PostGIS" && exit 0 \
230230

231231
# install postgis
232232
ENV POSTGIS_VERSION master
233-
ENV POSTGIS_GIT_HASH 46005ff37fc8ca974e90b4af520b3d6c1c4beca9
233+
ENV POSTGIS_GIT_HASH b3c7347e12e12447b03e37f9cfaab69ee5ecbe36
234234

235235
RUN set -ex \
236236
&& apt-get update \

15-3.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:15-bullseye
33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

55
ENV POSTGIS_MAJOR 3
6-
ENV POSTGIS_VERSION 3.3.1+dfsg-1.pgdg110+1
6+
ENV POSTGIS_VERSION 3.3.1+dfsg-2.pgdg110+1
77

88
RUN apt-get update \
99
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

15-master/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN set -ex \
8282

8383
# proj
8484
ENV PROJ_VERSION master
85-
ENV PROJ_GIT_HASH e0911174c79bb14e46c4caf45c473c7b96ba56fa
85+
ENV PROJ_GIT_HASH 35e4207a9d9eb86b4e5188f00eae1f152306dad3
8686

8787
RUN set -ex \
8888
&& cd /usr/src \
@@ -114,7 +114,7 @@ RUN set -ex \
114114

115115
# geos
116116
ENV GEOS_VERSION master
117-
ENV GEOS_GIT_HASH cc667261086d8e5f9906b69f4feaea5112221e92
117+
ENV GEOS_GIT_HASH 1342a8124e53fb548fa9dd7f7ba61fa4c10b5a80
118118

119119
RUN set -ex \
120120
&& cd /usr/src \
@@ -131,7 +131,7 @@ RUN set -ex \
131131

132132
# gdal
133133
ENV GDAL_VERSION master
134-
ENV GDAL_GIT_HASH 89f9b44786f3f443d08a2e930da0076f42a70d0b
134+
ENV GDAL_GIT_HASH 42a2840a858334632dea18dad93fdc3a38a52416
135135

136136
RUN set -ex \
137137
&& cd /usr/src \
@@ -210,9 +210,9 @@ RUN set -ex \
210210
COPY --from=builder /usr/local /usr/local
211211

212212
#ENV SFCGAL_GIT_HASH df3c2ccc015d4a85ac672fc307d2c7c324cccca7
213-
ENV PROJ_GIT_HASH e0911174c79bb14e46c4caf45c473c7b96ba56fa
214-
ENV GEOS_GIT_HASH cc667261086d8e5f9906b69f4feaea5112221e92
215-
ENV GDAL_GIT_HASH 89f9b44786f3f443d08a2e930da0076f42a70d0b
213+
ENV PROJ_GIT_HASH 35e4207a9d9eb86b4e5188f00eae1f152306dad3
214+
ENV GEOS_GIT_HASH 1342a8124e53fb548fa9dd7f7ba61fa4c10b5a80
215+
ENV GDAL_GIT_HASH 42a2840a858334632dea18dad93fdc3a38a52416
216216

217217
# Minimal command line test.
218218
RUN set -ex \
@@ -230,7 +230,7 @@ RUN ogr2ogr --formats | grep -q "PostgreSQL/PostGIS" && exit 0 \
230230

231231
# install postgis
232232
ENV POSTGIS_VERSION master
233-
ENV POSTGIS_GIT_HASH 46005ff37fc8ca974e90b4af520b3d6c1c4beca9
233+
ENV POSTGIS_GIT_HASH b3c7347e12e12447b03e37f9cfaab69ee5ecbe36
234234

235235
RUN set -ex \
236236
&& apt-get update \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# When processing the rules for tagging and pushing container images with the
33
# "latest" tag, the following variable will be the version that is considered
44
# to be the latest.
5-
LATEST_VERSION=14-3.3
5+
LATEST_VERSION=15-3.3
66

77
# The following flags are set based on VERSION and VARIANT environment variables
88
# that may have been specified, and are used by rules to determine which

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Note: As of PostGIS v3.x, raster has been factored out into a separate extension
1414

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

17-
# Versions ( 2022-10-15 )
17+
# Versions ( 2022-11-11 )
1818

19-
Recomended version for the new users: `postgis/postgis:14-3.3`
19+
Recomended version for the new users: `postgis/postgis:15-3.3`
2020

2121
### Debian based ( recomended ):
2222

0 commit comments

Comments
 (0)