Skip to content

Commit d80da52

Browse files
authored
postgis 3.3.1 and 15beta4 upgrade ; remove postgis 2.5 (#313)
* postgis 3.3 upgrade, remove postgis 2.5 * fix CI/CD matrix * remove 15beta3-3.3.0rc2 * revert 15beta3-master/Dockerfile * remove 15beta3-master * 3.3 upgrade * remove 15beta3-3.3 * add 15beta4-* images * remove extra spaces
1 parent d2806db commit d80da52

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+87
-1004
lines changed

.github/workflows/main.yml

+10-18
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,24 @@ jobs:
1515
make-docker-images:
1616
strategy:
1717
matrix:
18-
postgres: [10, 11, 12, 13, 14, 15beta3]
19-
postgis: ['2.5', '3.2']
18+
postgres: [11, 12, 13, 14, '15beta4']
19+
postgis: ['3.3']
2020
variant: [default, alpine]
21-
exclude:
22-
- postgres: 12
23-
postgis: '2.5'
24-
- postgres: 13
25-
postgis: '2.5'
26-
- postgres: 14
27-
postgis: '2.5'
28-
- postgres: 15beta3
29-
postgis: '2.5'
3021
include:
22+
- postgres: 10
23+
postgis: '3.2'
24+
variant: default
25+
- postgres: 10
26+
postgis: '3.2'
27+
variant: alpine
28+
3129
- postgres: 13
3230
postgis: master
3331
variant: default
3432
- postgres: 14
3533
postgis: master
3634
variant: default
37-
- postgres: 14
38-
postgis: '3.3.0rc2'
39-
variant: alpine
40-
- postgres: '15beta3'
41-
postgis: '3.3.0rc2'
42-
variant: alpine
43-
- postgres: '15beta3'
35+
- postgres: '15beta4'
4436
postgis: master
4537
variant: default
4638

10-2.5/Dockerfile

-22
This file was deleted.

11-2.5/Dockerfile

-22
This file was deleted.

11-2.5/alpine/Dockerfile

-133
This file was deleted.

11-3.2/Dockerfile renamed to 11-3.3/Dockerfile

+1-1
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.2.3+dfsg-1.pgdg110+1
6+
ENV POSTGIS_VERSION 3.3.1+dfsg-1.pgdg110+1
77

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

11-3.2/alpine/Dockerfile renamed to 11-3.3/alpine/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgres:11-alpine3.16
22

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

5-
ENV POSTGIS_VERSION 3.2.3
6-
ENV POSTGIS_SHA256 085aadf3fe6504a9aed0fed915d4b3c748bbbf3d0ad859b3795d055257790e11
5+
ENV POSTGIS_VERSION 3.3.1
6+
ENV POSTGIS_SHA256 12298af0ef8804d913d2e8ca726785d1dc1e51b9589ae49f83d2c64472821500
77

88
RUN set -eux \
99
\
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

12-3.2/Dockerfile renamed to 12-3.3/Dockerfile

+1-1
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.2.3+dfsg-1.pgdg110+1
6+
ENV POSTGIS_VERSION 3.3.1+dfsg-1.pgdg110+1
77

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

12-3.2/alpine/Dockerfile renamed to 12-3.3/alpine/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgres:12-alpine3.16
22

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

5-
ENV POSTGIS_VERSION 3.2.3
6-
ENV POSTGIS_SHA256 085aadf3fe6504a9aed0fed915d4b3c748bbbf3d0ad859b3795d055257790e11
5+
ENV POSTGIS_VERSION 3.3.1
6+
ENV POSTGIS_SHA256 12298af0ef8804d913d2e8ca726785d1dc1e51b9589ae49f83d2c64472821500
77

88
RUN set -eux \
99
\
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

13-3.2/Dockerfile renamed to 13-3.3/Dockerfile

+1-1
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.2.3+dfsg-1.pgdg110+1
6+
ENV POSTGIS_VERSION 3.3.1+dfsg-1.pgdg110+1
77

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

13-3.2/alpine/Dockerfile renamed to 13-3.3/alpine/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgres:13-alpine3.16
22

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

5-
ENV POSTGIS_VERSION 3.2.3
6-
ENV POSTGIS_SHA256 085aadf3fe6504a9aed0fed915d4b3c748bbbf3d0ad859b3795d055257790e11
5+
ENV POSTGIS_VERSION 3.3.1
6+
ENV POSTGIS_SHA256 12298af0ef8804d913d2e8ca726785d1dc1e51b9589ae49f83d2c64472821500
77

88
RUN set -eux \
99
\
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

13-master/Dockerfile

+7-7
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 4cc46f72bf6943592ce7c55f147a5a51a0a2992b
85+
ENV PROJ_GIT_HASH 137caf78a2498abade88951dddc999dd5089e268
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 7135b0014e554fa1ec3a35309920c077355a77d0
117+
ENV GEOS_GIT_HASH 8aaed5e0905009a9ce1a77edc6b1e5378476f282
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 0592a219d11e8da539f1bc0cc9c4ce8865a08818
134+
ENV GDAL_GIT_HASH 4de8becdd4ff4d656c3d7f8ab2cf3baa2a5005b9
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 9801868bad3f8b97083dce24224fb2346f2f8c1f
213-
ENV PROJ_GIT_HASH 4cc46f72bf6943592ce7c55f147a5a51a0a2992b
214-
ENV GEOS_GIT_HASH 7135b0014e554fa1ec3a35309920c077355a77d0
215-
ENV GDAL_GIT_HASH 0592a219d11e8da539f1bc0cc9c4ce8865a08818
213+
ENV PROJ_GIT_HASH 137caf78a2498abade88951dddc999dd5089e268
214+
ENV GEOS_GIT_HASH 8aaed5e0905009a9ce1a77edc6b1e5378476f282
215+
ENV GDAL_GIT_HASH 4de8becdd4ff4d656c3d7f8ab2cf3baa2a5005b9
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 d31888c038285d36b460e34773e5dddece27d585
233+
ENV POSTGIS_GIT_HASH ad456b38fe05c328e39e65e9481d66b0fa432593
234234

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

14-3.2/initdb-postgis.sh

-25
This file was deleted.

14-3.2/update-postgis.sh

-28
This file was deleted.

14-3.3.0rc2/Dockerfile

-3
This file was deleted.

0 commit comments

Comments
 (0)