Skip to content
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
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.0
ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0
ENV PGROUTING_VERSION=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699

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.0 (pg14)
# pgRouting 4.0.1 (pg14)

pgRouting Docker image (version 4.0.0) built over [Postgres 14/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
pgRouting Docker image (version 4.0.1) 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.0
image: pgrouting/pgrouting:14-3.5-4.0.1
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.0
FROM pgrouting/pgrouting:14-3.5-4.0.1

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.0
14-3.5-4.0.1
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=6b160899c1fe5da05757a14667b3282390980732
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476

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=6974b588e8981f4cff137e432695618719caa54d
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992

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.0
ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0
ENV PGROUTING_VERSION=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699

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.0 (pg15)
# pgRouting 4.0.1 (pg15)

pgRouting Docker image (version 4.0.0) built over [Postgres 15/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
pgRouting Docker image (version 4.0.1) 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.0
image: pgrouting/pgrouting:15-3.5-4.0.1
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.0
FROM pgrouting/pgrouting:15-3.5-4.0.1

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.0
15-3.5-4.0.1
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=6b160899c1fe5da05757a14667b3282390980732
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476

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=6974b588e8981f4cff137e432695618719caa54d
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992

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.0
ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0
ENV PGROUTING_VERSION=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699

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.0 (pg16)
# pgRouting 4.0.1 (pg16)

pgRouting Docker image (version 4.0.0) built over [Postgres 16/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
pgRouting Docker image (version 4.0.1) 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.0
image: pgrouting/pgrouting:16-3.5-4.0.1
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.0
FROM pgrouting/pgrouting:16-3.5-4.0.1

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.0
16-3.5-4.0.1
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=6b160899c1fe5da05757a14667b3282390980732
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476

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=6974b588e8981f4cff137e432695618719caa54d
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992

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.0
ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0
ENV PGROUTING_VERSION=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699

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.0 (pg17)
# pgRouting 4.0.1 (pg17)

pgRouting Docker image (version 4.0.0) built over [Postgres 17/PostGIS 3.5](https://hub.docker.com/r/postgis/postgis) and dependencies.
pgRouting Docker image (version 4.0.1) 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.0
image: pgrouting/pgrouting:17-3.5-4.0.1
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.0
FROM pgrouting/pgrouting:17-3.5-4.0.1

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.0
17-3.5-4.0.1
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=6b160899c1fe5da05757a14667b3282390980732
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476

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=6974b588e8981f4cff137e432695618719caa54d
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992

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.0
ENV PGROUTING_SHA256=ae87d30652b4a7824509e2652e02bde19e1a42c37906cdf1824b5df40af0bfd0
ENV PGROUTING_VERSION=4.0.1
ENV PGROUTING_SHA256=21c071983a682e048da28f0f211205a20f27ef3708c0b637b4e6e29994d7d699

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.0 (pg18)
# pgRouting 4.0.1 (pg18)

pgRouting Docker image (version 4.0.0) built over [Postgres 18/PostGIS 3.6](https://hub.docker.com/r/postgis/postgis) and dependencies.
pgRouting Docker image (version 4.0.1) 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.0
image: pgrouting/pgrouting:18-3.6-4.0.1
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.0
FROM pgrouting/pgrouting:18-3.6-4.0.1

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.0
18-3.6-4.0.1
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=6b160899c1fe5da05757a14667b3282390980732
ENV PGROUTING_GIT_HASH=37797554f52613def04528ad22bf4234d5e2e476

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=6974b588e8981f4cff137e432695618719caa54d
ENV PGROUTING_GIT_HASH=8988eebdff0e01327c9d48fe7c80b437dc9bc992

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