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

Lines changed: 10 additions & 18 deletions
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

Lines changed: 0 additions & 22 deletions
This file was deleted.

11-2.5/Dockerfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

11-2.5/alpine/Dockerfile

Lines changed: 0 additions & 133 deletions
This file was deleted.

11-3.2/Dockerfile renamed to 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.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

Lines changed: 2 additions & 2 deletions
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.

0 commit comments

Comments
 (0)