Skip to content

Commit

Permalink
Merge pull request #398 from ImreSamu/update_alpine_postgis_2024dec
Browse files Browse the repository at this point in the history
alpine [v3.21 + postgis 3.5.1]
  • Loading branch information
ImreSamu authored Dec 24, 2024
2 parents b506cfd + 7cf639a commit 057fb4f
Show file tree
Hide file tree
Showing 23 changed files with 74 additions and 572 deletions.
8 changes: 4 additions & 4 deletions 12-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#
ARG BASE_IMAGE=postgres:12-alpine3.20
ARG BASE_IMAGE=postgres:12-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.0
ENV POSTGIS_SHA256 a47b8415ab88437390eba28e51b993cf0a2357057c277eea00378b8b76ab2316
ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
8 changes: 4 additions & 4 deletions 13-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#
ARG BASE_IMAGE=postgres:13-alpine3.20
ARG BASE_IMAGE=postgres:13-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.0
ENV POSTGIS_SHA256 a47b8415ab88437390eba28e51b993cf0a2357057c277eea00378b8b76ab2316
ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
8 changes: 4 additions & 4 deletions 14-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#
ARG BASE_IMAGE=postgres:14-alpine3.20
ARG BASE_IMAGE=postgres:14-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.0
ENV POSTGIS_SHA256 a47b8415ab88437390eba28e51b993cf0a2357057c277eea00378b8b76ab2316
ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
8 changes: 4 additions & 4 deletions 15-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#
ARG BASE_IMAGE=postgres:15-alpine3.20
ARG BASE_IMAGE=postgres:15-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.0
ENV POSTGIS_SHA256 a47b8415ab88437390eba28e51b993cf0a2357057c277eea00378b8b76ab2316
ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
28 changes: 0 additions & 28 deletions 16-3.5/16-3.4/Dockerfile

This file was deleted.

124 changes: 0 additions & 124 deletions 16-3.5/16-3.4/alpine/Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions 16-3.5/16-3.4/alpine/initdb-postgis.sh

This file was deleted.

28 changes: 0 additions & 28 deletions 16-3.5/16-3.4/alpine/update-postgis.sh

This file was deleted.

25 changes: 0 additions & 25 deletions 16-3.5/16-3.4/initdb-postgis.sh

This file was deleted.

28 changes: 0 additions & 28 deletions 16-3.5/16-3.4/update-postgis.sh

This file was deleted.

8 changes: 4 additions & 4 deletions 16-3.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#
ARG BASE_IMAGE=postgres:16-alpine3.20
ARG BASE_IMAGE=postgres:16-alpine3.21
FROM ${BASE_IMAGE}

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

ENV POSTGIS_VERSION 3.5.0
ENV POSTGIS_SHA256 a47b8415ab88437390eba28e51b993cf0a2357057c277eea00378b8b76ab2316
ENV POSTGIS_VERSION 3.5.1
ENV POSTGIS_SHA256 b46a63a0563a46a670686a56464c1afb5db0b97ee62e87766edd1d2748492b09

RUN set -eux \
&& apk add --no-cache --virtual .fetch-deps \
Expand Down
Loading

0 comments on commit 057fb4f

Please sign in to comment.