Skip to content

Dockerfile.master.template SFCGAL / PROJ refactoring. #337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build docker image for ${{ env.VERSION }} ${{ env.VARIANT }}
run: make test
Expand Down
4 changes: 4 additions & 0 deletions 11-3.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:11-bullseye

LABEL maintainer="PostGIS Project - https://postgis.net"
Expand Down
4 changes: 4 additions & 0 deletions 11-3.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:11-alpine3.17

LABEL maintainer="PostGIS Project - https://postgis.net"
Expand Down
4 changes: 4 additions & 0 deletions 12-3.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:12-bullseye

LABEL maintainer="PostGIS Project - https://postgis.net"
Expand Down
4 changes: 4 additions & 0 deletions 12-3.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:12-alpine3.17

LABEL maintainer="PostGIS Project - https://postgis.net"
Expand Down
4 changes: 4 additions & 0 deletions 13-3.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:13-bullseye

LABEL maintainer="PostGIS Project - https://postgis.net"
Expand Down
4 changes: 4 additions & 0 deletions 13-3.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:13-alpine3.17

LABEL maintainer="PostGIS Project - https://postgis.net"
Expand Down
4 changes: 4 additions & 0 deletions 14-3.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:14-bullseye

LABEL maintainer="PostGIS Project - https://postgis.net"
Expand Down
4 changes: 4 additions & 0 deletions 14-3.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
#

FROM postgres:14-alpine3.17

LABEL maintainer="PostGIS Project - https://postgis.net"
Expand Down
Loading