Skip to content
Draft
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
17 changes: 14 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,20 @@ jobs:
strategy:
fail-fast: false
matrix:
postgres: [13, 14, 15, 16, 17]
postgis: [3.5]
pgrouting: [3.6, 3.7, 3.8, main, develop]
postgres: [14, 15, 16, 17, 18]
postgis: [3.5, 3.6]
pgrouting: ['3.7', '3.8', '4.0', 'main', 'develop']
exclude:
- postgres: 18
postgis: 3.5
- postgres: 17
postgis: 3.6
- postgres: 16
postgis: 3.6
- postgres: 15
postgis: 3.6
- postgres: 14
postgis: 3.6

name: Build Docker image for ${{ matrix.postgres }}-${{ matrix.postgis }}-${{ matrix.pgrouting }}
runs-on: ubuntu-24.04
Expand Down
3 changes: 0 additions & 3 deletions 13-3.5-3.6/README.md

This file was deleted.

1 change: 0 additions & 1 deletion 13-3.5-3.6/version.txt

This file was deleted.

3 changes: 0 additions & 3 deletions 13-3.5-3.7/README.md

This file was deleted.

1 change: 0 additions & 1 deletion 13-3.5-3.7/version.txt

This file was deleted.

3 changes: 0 additions & 3 deletions 13-3.5-3.8/README.md

This file was deleted.

1 change: 0 additions & 1 deletion 13-3.5-3.8/version.txt

This file was deleted.

3 changes: 0 additions & 3 deletions 13-3.5-develop/README.md

This file was deleted.

1 change: 0 additions & 1 deletion 13-3.5-develop/version.txt

This file was deleted.

3 changes: 0 additions & 3 deletions 13-3.5-main/README.md

This file was deleted.

1 change: 0 additions & 1 deletion 13-3.5-main/version.txt

This file was deleted.

3 changes: 0 additions & 3 deletions 14-3.5-3.6/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions 14-3.5-3.6/docker-compose.yml

This file was deleted.

45 changes: 0 additions & 45 deletions 14-3.5-3.6/extra/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion 14-3.5-3.6/version.txt

This file was deleted.

2 changes: 1 addition & 1 deletion 14-3.5-3.7/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:14-3.5-3.7.3

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 14-3.5-3.8/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:14-3.5-3.8.0

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
4 changes: 2 additions & 2 deletions 14-3.5-3.6/Dockerfile → 14-3.5-4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM postgis/postgis:14-3.5

LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=3.6.3
ENV PGROUTING_SHA256=d14b424534be8f69cfd1fdc8cb41a23e531c04954ee8d974514615b74b8219fe
ENV PGROUTING_VERSION=4.0.0
ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0

RUN set -ex \
&& apt update \
Expand Down
3 changes: 3 additions & 0 deletions 14-3.5-4.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# pgRouting 4.0.0 (pg14)

pgRouting Docker image (version 4.0.0) built over [Postgres 14/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
pgrouting:
image: pgrouting/pgrouting:13-3.5-3.7.3
image: pgrouting/pgrouting:14-3.5-4.0.0
ports:
- "5432:5432"
volumes:
Expand Down
4 changes: 2 additions & 2 deletions 13-3.5-3.8/extra/Dockerfile → 14-3.5-4.0/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:13-3.5-3.8.0
FROM pgrouting/pgrouting:14-3.5-4.0.0

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
1 change: 1 addition & 0 deletions 14-3.5-4.0/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14-3.5-4.0.0
2 changes: 1 addition & 1 deletion 14-3.5-develop/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:14-3.5-develop

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 14-3.5-main/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:14-3.5-main

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
3 changes: 0 additions & 3 deletions 15-3.5-3.6/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions 15-3.5-3.6/docker-compose.yml

This file was deleted.

45 changes: 0 additions & 45 deletions 15-3.5-3.6/extra/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion 15-3.5-3.6/version.txt

This file was deleted.

2 changes: 1 addition & 1 deletion 15-3.5-3.7/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:15-3.5-3.7.3

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 15-3.5-3.8/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:15-3.5-3.8.0

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
4 changes: 2 additions & 2 deletions 15-3.5-3.6/Dockerfile → 15-3.5-4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM postgis/postgis:15-3.5

LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=3.6.3
ENV PGROUTING_SHA256=d14b424534be8f69cfd1fdc8cb41a23e531c04954ee8d974514615b74b8219fe
ENV PGROUTING_VERSION=4.0.0
ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0

RUN set -ex \
&& apt update \
Expand Down
3 changes: 3 additions & 0 deletions 15-3.5-4.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# pgRouting 4.0.0 (pg15)

pgRouting Docker image (version 4.0.0) built over [Postgres 15/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
pgrouting:
image: pgrouting/pgrouting:13-3.5-3.8.0
image: pgrouting/pgrouting:15-3.5-4.0.0
ports:
- "5432:5432"
volumes:
Expand Down
4 changes: 2 additions & 2 deletions 13-3.5-main/extra/Dockerfile → 15-3.5-4.0/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:13-3.5-main
FROM pgrouting/pgrouting:15-3.5-4.0.0

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
1 change: 1 addition & 0 deletions 15-3.5-4.0/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
15-3.5-4.0.0
2 changes: 1 addition & 1 deletion 15-3.5-develop/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:15-3.5-develop

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 15-3.5-main/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:15-3.5-main

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
3 changes: 0 additions & 3 deletions 16-3.5-3.6/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions 16-3.5-3.6/docker-compose.yml

This file was deleted.

45 changes: 0 additions & 45 deletions 16-3.5-3.6/extra/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion 16-3.5-3.6/version.txt

This file was deleted.

2 changes: 1 addition & 1 deletion 16-3.5-3.7/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:16-3.5-3.7.3

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 16-3.5-3.8/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM pgrouting/pgrouting:16-3.5-3.8.0

ENV OSM2PGROUTING_VERSION=2.3.8
ENV OSM2PGROUTING_VERSION=3.0.0

RUN apt update \
&& apt install -y \
Expand Down
Loading