File tree 21 files changed +78
-331
lines changed 21 files changed +78
-331
lines changed Original file line number Diff line number Diff line change
1
+ version : 2.1
2
+
3
+ jobs :
4
+ # build:
5
+ # docker:
6
+ # - image: cimg/base:stable
7
+ # steps:
8
+ # - checkout
9
+ # - run: echo "This job is configured but will never run because it's commented out."
10
+
11
+ workflows :
12
+ # version: 2
13
+ # build_and_test:
14
+ # jobs:
15
+ # - build
16
+
17
+ # This config file is a placeholder and does not define any active jobs or workflows.
Original file line number Diff line number Diff line change 25
25
- postgres : 16
26
26
postgis : master
27
27
variant : default
28
- - postgres : 11
29
- postgis : 3.3
30
- variant : default
31
- - postgres : 11
32
- postgis : 3.3
33
- variant : alpine
34
28
35
29
name : Build docker image for ${{ matrix.postgres }}-${{ matrix.postgis }} variant ${{ matrix.variant }}
36
30
runs-on : ubuntu-20.04
@@ -41,13 +35,13 @@ jobs:
41
35
42
36
steps :
43
37
- name : Checkout source
44
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
45
39
46
40
- name : Build docker image for ${{ env.VERSION }} ${{ env.VARIANT }}
47
41
run : make test
48
42
49
43
- name : Login to dockerhub
50
- uses : docker/login-action@v2
44
+ uses : docker/login-action@v3
51
45
if : ${{ (github.ref == 'refs/heads/master') && (github.event_name != 'pull_request') }}
52
46
with :
53
47
username : ${{ secrets.DOCKERHUB_USERNAME }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
FROM postgres:12-bullseye
6
6
7
7
LABEL maintainer="PostGIS Project - https://postgis.net" \
8
- org.opencontainers.image.description="PostGIS 3.4.1 +dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 12 bullseye" \
8
+ org.opencontainers.image.description="PostGIS 3.4.2 +dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 12 bullseye" \
9
9
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
10
10
11
11
ENV POSTGIS_MAJOR 3
12
- ENV POSTGIS_VERSION 3.4.1 +dfsg-1.pgdg110+1
12
+ ENV POSTGIS_VERSION 3.4.2 +dfsg-1.pgdg110+1
13
13
14
14
RUN apt-get update \
15
15
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:12-alpine3.18
5
5
FROM ${BASE_IMAGE}
6
6
7
7
LABEL maintainer="PostGIS Project - https://postgis.net" \
8
- org.opencontainers.image.description="PostGIS 3.4.1 spatial database extension with PostgreSQL 12 Alpine" \
8
+ org.opencontainers.image.description="PostGIS 3.4.2 spatial database extension with PostgreSQL 12 Alpine" \
9
9
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
10
10
11
- ENV POSTGIS_VERSION 3.4.1
12
- ENV POSTGIS_SHA256 473c09cbeb68c6e39c882c35e716994d2f8c1e614611162ef3d2a54716cbb74c
11
+ ENV POSTGIS_VERSION 3.4.2
12
+ ENV POSTGIS_SHA256 17aa8760a5c4fcb9a1fdc750c1c9aca0198a35dd1e320628064c43f178eefed2
13
13
14
14
RUN set -eux \
15
15
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change 5
5
FROM postgres:13-bullseye
6
6
7
7
LABEL maintainer="PostGIS Project - https://postgis.net" \
8
- org.opencontainers.image.description="PostGIS 3.4.1 +dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 13 bullseye" \
8
+ org.opencontainers.image.description="PostGIS 3.4.2 +dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 13 bullseye" \
9
9
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
10
10
11
11
ENV POSTGIS_MAJOR 3
12
- ENV POSTGIS_VERSION 3.4.1 +dfsg-1.pgdg110+1
12
+ ENV POSTGIS_VERSION 3.4.2 +dfsg-1.pgdg110+1
13
13
14
14
RUN apt-get update \
15
15
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:13-alpine3.18
5
5
FROM ${BASE_IMAGE}
6
6
7
7
LABEL maintainer="PostGIS Project - https://postgis.net" \
8
- org.opencontainers.image.description="PostGIS 3.4.1 spatial database extension with PostgreSQL 13 Alpine" \
8
+ org.opencontainers.image.description="PostGIS 3.4.2 spatial database extension with PostgreSQL 13 Alpine" \
9
9
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
10
10
11
- ENV POSTGIS_VERSION 3.4.1
12
- ENV POSTGIS_SHA256 473c09cbeb68c6e39c882c35e716994d2f8c1e614611162ef3d2a54716cbb74c
11
+ ENV POSTGIS_VERSION 3.4.2
12
+ ENV POSTGIS_SHA256 17aa8760a5c4fcb9a1fdc750c1c9aca0198a35dd1e320628064c43f178eefed2
13
13
14
14
RUN set -eux \
15
15
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change 5
5
FROM postgres:14-bullseye
6
6
7
7
LABEL maintainer="PostGIS Project - https://postgis.net" \
8
- org.opencontainers.image.description="PostGIS 3.4.1 +dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 14 bullseye" \
8
+ org.opencontainers.image.description="PostGIS 3.4.2 +dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 14 bullseye" \
9
9
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
10
10
11
11
ENV POSTGIS_MAJOR 3
12
- ENV POSTGIS_VERSION 3.4.1 +dfsg-1.pgdg110+1
12
+ ENV POSTGIS_VERSION 3.4.2 +dfsg-1.pgdg110+1
13
13
14
14
RUN apt-get update \
15
15
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ ARG BASE_IMAGE=postgres:14-alpine3.18
5
5
FROM ${BASE_IMAGE}
6
6
7
7
LABEL maintainer="PostGIS Project - https://postgis.net" \
8
- org.opencontainers.image.description="PostGIS 3.4.1 spatial database extension with PostgreSQL 14 Alpine" \
8
+ org.opencontainers.image.description="PostGIS 3.4.2 spatial database extension with PostgreSQL 14 Alpine" \
9
9
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
10
10
11
- ENV POSTGIS_VERSION 3.4.1
12
- ENV POSTGIS_SHA256 473c09cbeb68c6e39c882c35e716994d2f8c1e614611162ef3d2a54716cbb74c
11
+ ENV POSTGIS_VERSION 3.4.2
12
+ ENV POSTGIS_SHA256 17aa8760a5c4fcb9a1fdc750c1c9aca0198a35dd1e320628064c43f178eefed2
13
13
14
14
RUN set -eux \
15
15
&& apk add --no-cache --virtual .fetch-deps \
You can’t perform that action at this time.
0 commit comments