Skip to content

Commit 057fb4f

Browse files
authored
Merge pull request #398 from ImreSamu/update_alpine_postgis_2024dec
alpine [v3.21 + postgis 3.5.1]
2 parents b506cfd + 7cf639a commit 057fb4f

File tree

23 files changed

+74
-572
lines changed

23 files changed

+74
-572
lines changed

12-3.5/alpine/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
4-
ARG BASE_IMAGE=postgres:12-alpine3.20
4+
ARG BASE_IMAGE=postgres:12-alpine3.21
55
FROM ${BASE_IMAGE}
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
8-
org.opencontainers.image.description="PostGIS 3.5.0 spatial database extension with PostgreSQL 12 Alpine" \
8+
org.opencontainers.image.description="PostGIS 3.5.1 spatial database extension with PostgreSQL 12 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION 3.5.0
12-
ENV POSTGIS_SHA256 a47b8415ab88437390eba28e51b993cf0a2357057c277eea00378b8b76ab2316
11+
ENV POSTGIS_VERSION 3.5.1
12+
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

13-3.5/alpine/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
4-
ARG BASE_IMAGE=postgres:13-alpine3.20
4+
ARG BASE_IMAGE=postgres:13-alpine3.21
55
FROM ${BASE_IMAGE}
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
8-
org.opencontainers.image.description="PostGIS 3.5.0 spatial database extension with PostgreSQL 13 Alpine" \
8+
org.opencontainers.image.description="PostGIS 3.5.1 spatial database extension with PostgreSQL 13 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION 3.5.0
12-
ENV POSTGIS_SHA256 a47b8415ab88437390eba28e51b993cf0a2357057c277eea00378b8b76ab2316
11+
ENV POSTGIS_VERSION 3.5.1
12+
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

14-3.5/alpine/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
4-
ARG BASE_IMAGE=postgres:14-alpine3.20
4+
ARG BASE_IMAGE=postgres:14-alpine3.21
55
FROM ${BASE_IMAGE}
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
8-
org.opencontainers.image.description="PostGIS 3.5.0 spatial database extension with PostgreSQL 14 Alpine" \
8+
org.opencontainers.image.description="PostGIS 3.5.1 spatial database extension with PostgreSQL 14 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION 3.5.0
12-
ENV POSTGIS_SHA256 a47b8415ab88437390eba28e51b993cf0a2357057c277eea00378b8b76ab2316
11+
ENV POSTGIS_VERSION 3.5.1
12+
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

15-3.5/alpine/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
4-
ARG BASE_IMAGE=postgres:15-alpine3.20
4+
ARG BASE_IMAGE=postgres:15-alpine3.21
55
FROM ${BASE_IMAGE}
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
8-
org.opencontainers.image.description="PostGIS 3.5.0 spatial database extension with PostgreSQL 15 Alpine" \
8+
org.opencontainers.image.description="PostGIS 3.5.1 spatial database extension with PostgreSQL 15 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION 3.5.0
12-
ENV POSTGIS_SHA256 a47b8415ab88437390eba28e51b993cf0a2357057c277eea00378b8b76ab2316
11+
ENV POSTGIS_VERSION 3.5.1
12+
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

16-3.5/16-3.4/Dockerfile

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

16-3.5/16-3.4/alpine/Dockerfile

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

16-3.5/16-3.4/alpine/initdb-postgis.sh

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

16-3.5/16-3.4/alpine/update-postgis.sh

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

16-3.5/16-3.4/initdb-postgis.sh

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

16-3.5/16-3.4/update-postgis.sh

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

0 commit comments

Comments
 (0)