Skip to content
Open
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
4 changes: 2 additions & 2 deletions 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=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699
ENV PGROUTING_VERSION=4.0.2
ENV PGROUTING_SHA256=2faf31b178db969637c1f392ba3ba18fba8d5aed15bdc73fbb4a53a72c5d0f71

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

pgRouting Docker image (version 4.0.1) built over [Postgres 14/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
pgRouting Docker image (version 4.0.2) built over [Postgres 14/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
2 changes: 1 addition & 1 deletion 14-3.5-4.0/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
pgrouting:
image: pgrouting/pgrouting:14-3.5-4.0.1
image: pgrouting/pgrouting:14-3.5-4.0.2
ports:
- "5432:5432"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion 14-3.5-4.0/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pgrouting/pgrouting:14-3.5-4.0.1
FROM pgrouting/pgrouting:14-3.5-4.0.2

ENV OSM2PGROUTING_VERSION=3.0.0

Expand Down
2 changes: 1 addition & 1 deletion 14-3.5-4.0/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14-3.5-4.0.1
14-3.5-4.0.2
2 changes: 1 addition & 1 deletion 14-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:14-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=471224018f17ffa3e7ef9a356389c125a48f3f54

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 14-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:14-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=b3fd9ef1d81661af0b1084a2646fb87fda12b8c4

RUN apt update \
&& apt install -y \
Expand Down
4 changes: 2 additions & 2 deletions 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=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699
ENV PGROUTING_VERSION=4.0.2
ENV PGROUTING_SHA256=2faf31b178db969637c1f392ba3ba18fba8d5aed15bdc73fbb4a53a72c5d0f71

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

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

ENV OSM2PGROUTING_VERSION=3.0.0

Expand Down
2 changes: 1 addition & 1 deletion 15-3.5-4.0/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15-3.5-4.0.1
15-3.5-4.0.2
2 changes: 1 addition & 1 deletion 15-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:15-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=471224018f17ffa3e7ef9a356389c125a48f3f54

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 15-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:15-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=b3fd9ef1d81661af0b1084a2646fb87fda12b8c4

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

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

ENV PGROUTING_VERSION=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699
ENV PGROUTING_VERSION=4.0.2
ENV PGROUTING_SHA256=2faf31b178db969637c1f392ba3ba18fba8d5aed15bdc73fbb4a53a72c5d0f71

RUN set -ex \
&& apt update \
Expand Down
4 changes: 2 additions & 2 deletions 16-3.5-4.0/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pgRouting 4.0.1 (pg16)
# pgRouting 4.0.2 (pg16)

pgRouting Docker image (version 4.0.1) built over [Postgres 16/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
pgRouting Docker image (version 4.0.2) built over [Postgres 16/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
2 changes: 1 addition & 1 deletion 16-3.5-4.0/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
pgrouting:
image: pgrouting/pgrouting:16-3.5-4.0.1
image: pgrouting/pgrouting:16-3.5-4.0.2
ports:
- "5432:5432"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion 16-3.5-4.0/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pgrouting/pgrouting:16-3.5-4.0.1
FROM pgrouting/pgrouting:16-3.5-4.0.2

ENV OSM2PGROUTING_VERSION=3.0.0

Expand Down
2 changes: 1 addition & 1 deletion 16-3.5-4.0/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16-3.5-4.0.1
16-3.5-4.0.2
2 changes: 1 addition & 1 deletion 16-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:16-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=471224018f17ffa3e7ef9a356389c125a48f3f54

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 16-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:16-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=b3fd9ef1d81661af0b1084a2646fb87fda12b8c4

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

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

ENV PGROUTING_VERSION=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699
ENV PGROUTING_VERSION=4.0.2
ENV PGROUTING_SHA256=2faf31b178db969637c1f392ba3ba18fba8d5aed15bdc73fbb4a53a72c5d0f71

RUN set -ex \
&& apt update \
Expand Down
4 changes: 2 additions & 2 deletions 17-3.5-4.0/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pgRouting 4.0.1 (pg17)
# pgRouting 4.0.2 (pg17)

pgRouting Docker image (version 4.0.1) built over [Postgres 17/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
pgRouting Docker image (version 4.0.2) built over [Postgres 17/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
2 changes: 1 addition & 1 deletion 17-3.5-4.0/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
pgrouting:
image: pgrouting/pgrouting:17-3.5-4.0.1
image: pgrouting/pgrouting:17-3.5-4.0.2
ports:
- "5432:5432"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion 17-3.5-4.0/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pgrouting/pgrouting:17-3.5-4.0.1
FROM pgrouting/pgrouting:17-3.5-4.0.2

ENV OSM2PGROUTING_VERSION=3.0.0

Expand Down
2 changes: 1 addition & 1 deletion 17-3.5-4.0/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17-3.5-4.0.1
17-3.5-4.0.2
2 changes: 1 addition & 1 deletion 17-3.5-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:17-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=471224018f17ffa3e7ef9a356389c125a48f3f54

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 17-3.5-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:17-3.5
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=b3fd9ef1d81661af0b1084a2646fb87fda12b8c4

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

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

ENV PGROUTING_VERSION=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699
ENV PGROUTING_VERSION=4.0.2
ENV PGROUTING_SHA256=2faf31b178db969637c1f392ba3ba18fba8d5aed15bdc73fbb4a53a72c5d0f71

RUN set -ex \
&& apt update \
Expand Down
4 changes: 2 additions & 2 deletions 18-3.6-4.0/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pgRouting 4.0.1 (pg18)
# pgRouting 4.0.2 (pg18)

pgRouting Docker image (version 4.0.1) built over [Postgres 18/PostGIS 3.6](https://hub.docker.com/r/postgis/postgis) and dependencies.
pgRouting Docker image (version 4.0.2) built over [Postgres 18/PostGIS 3.6](https://hub.docker.com/r/postgis/postgis) and dependencies.
2 changes: 1 addition & 1 deletion 18-3.6-4.0/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
pgrouting:
image: pgrouting/pgrouting:18-3.6-4.0.1
image: pgrouting/pgrouting:18-3.6-4.0.2
ports:
- "5432:5432"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion 18-3.6-4.0/extra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pgrouting/pgrouting:18-3.6-4.0.1
FROM pgrouting/pgrouting:18-3.6-4.0.2

ENV OSM2PGROUTING_VERSION=3.0.0

Expand Down
2 changes: 1 addition & 1 deletion 18-3.6-4.0/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18-3.6-4.0.1
18-3.6-4.0.2
2 changes: 1 addition & 1 deletion 18-3.6-develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:18-3.6
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=develop
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476
ENV PGROUTING_GIT_HASH=471224018f17ffa3e7ef9a356389c125a48f3f54

RUN apt update \
&& apt install -y \
Expand Down
2 changes: 1 addition & 1 deletion 18-3.6-main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgis/postgis:18-3.6
LABEL maintainer="pgRouting Project - https://pgrouting.org"

ENV PGROUTING_VERSION=main
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992
ENV PGROUTING_GIT_HASH=b3fd9ef1d81661af0b1084a2646fb87fda12b8c4

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