From 30a956c09061140986e40b0bf6155495909a726d Mon Sep 17 00:00:00 2001 From: sanak <629923+sanak@users.noreply.github.com> Date: Sun, 6 Sep 2026 02:24:18 +0000 Subject: [PATCH] Update hashes and versions --- 14-3.5-4.0/Dockerfile | 4 ++-- 14-3.5-4.0/README.md | 4 ++-- 14-3.5-4.0/docker-compose.yml | 2 +- 14-3.5-4.0/extra/Dockerfile | 2 +- 14-3.5-4.0/version.txt | 2 +- 14-3.5-develop/Dockerfile | 2 +- 14-3.5-main/Dockerfile | 2 +- 15-3.5-4.0/Dockerfile | 4 ++-- 15-3.5-4.0/README.md | 4 ++-- 15-3.5-4.0/docker-compose.yml | 2 +- 15-3.5-4.0/extra/Dockerfile | 2 +- 15-3.5-4.0/version.txt | 2 +- 15-3.5-develop/Dockerfile | 2 +- 15-3.5-main/Dockerfile | 2 +- 16-3.5-4.0/Dockerfile | 4 ++-- 16-3.5-4.0/README.md | 4 ++-- 16-3.5-4.0/docker-compose.yml | 2 +- 16-3.5-4.0/extra/Dockerfile | 2 +- 16-3.5-4.0/version.txt | 2 +- 16-3.5-develop/Dockerfile | 2 +- 16-3.5-main/Dockerfile | 2 +- 17-3.5-4.0/Dockerfile | 4 ++-- 17-3.5-4.0/README.md | 4 ++-- 17-3.5-4.0/docker-compose.yml | 2 +- 17-3.5-4.0/extra/Dockerfile | 2 +- 17-3.5-4.0/version.txt | 2 +- 17-3.5-develop/Dockerfile | 2 +- 17-3.5-main/Dockerfile | 2 +- 18-3.6-4.0/Dockerfile | 4 ++-- 18-3.6-4.0/README.md | 4 ++-- 18-3.6-4.0/docker-compose.yml | 2 +- 18-3.6-4.0/extra/Dockerfile | 2 +- 18-3.6-4.0/version.txt | 2 +- 18-3.6-develop/Dockerfile | 2 +- 18-3.6-main/Dockerfile | 2 +- 35 files changed, 45 insertions(+), 45 deletions(-) diff --git a/14-3.5-4.0/Dockerfile b/14-3.5-4.0/Dockerfile index 2d3b2b4..bb82101 100644 --- a/14-3.5-4.0/Dockerfile +++ b/14-3.5-4.0/Dockerfile @@ -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 \ diff --git a/14-3.5-4.0/README.md b/14-3.5-4.0/README.md index ccd7acd..d45ed77 100644 --- a/14-3.5-4.0/README.md +++ b/14-3.5-4.0/README.md @@ -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. diff --git a/14-3.5-4.0/docker-compose.yml b/14-3.5-4.0/docker-compose.yml index b791276..3c5294b 100644 --- a/14-3.5-4.0/docker-compose.yml +++ b/14-3.5-4.0/docker-compose.yml @@ -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: diff --git a/14-3.5-4.0/extra/Dockerfile b/14-3.5-4.0/extra/Dockerfile index 4718bcc..9fa7d28 100644 --- a/14-3.5-4.0/extra/Dockerfile +++ b/14-3.5-4.0/extra/Dockerfile @@ -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 diff --git a/14-3.5-4.0/version.txt b/14-3.5-4.0/version.txt index fab45a0..dbf4113 100644 --- a/14-3.5-4.0/version.txt +++ b/14-3.5-4.0/version.txt @@ -1 +1 @@ -14-3.5-4.0.1 +14-3.5-4.0.2 diff --git a/14-3.5-develop/Dockerfile b/14-3.5-develop/Dockerfile index 49c810d..22d4398 100644 --- a/14-3.5-develop/Dockerfile +++ b/14-3.5-develop/Dockerfile @@ -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 \ diff --git a/14-3.5-main/Dockerfile b/14-3.5-main/Dockerfile index 44e03dc..21ec90f 100644 --- a/14-3.5-main/Dockerfile +++ b/14-3.5-main/Dockerfile @@ -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 \ diff --git a/15-3.5-4.0/Dockerfile b/15-3.5-4.0/Dockerfile index a92acd9..23ed305 100644 --- a/15-3.5-4.0/Dockerfile +++ b/15-3.5-4.0/Dockerfile @@ -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 \ diff --git a/15-3.5-4.0/README.md b/15-3.5-4.0/README.md index e7c3ca0..5a49b76 100644 --- a/15-3.5-4.0/README.md +++ b/15-3.5-4.0/README.md @@ -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. diff --git a/15-3.5-4.0/docker-compose.yml b/15-3.5-4.0/docker-compose.yml index e7c8e07..5629283 100644 --- a/15-3.5-4.0/docker-compose.yml +++ b/15-3.5-4.0/docker-compose.yml @@ -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: diff --git a/15-3.5-4.0/extra/Dockerfile b/15-3.5-4.0/extra/Dockerfile index f748550..d8429ac 100644 --- a/15-3.5-4.0/extra/Dockerfile +++ b/15-3.5-4.0/extra/Dockerfile @@ -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 diff --git a/15-3.5-4.0/version.txt b/15-3.5-4.0/version.txt index 67d2e28..f1f278a 100644 --- a/15-3.5-4.0/version.txt +++ b/15-3.5-4.0/version.txt @@ -1 +1 @@ -15-3.5-4.0.1 +15-3.5-4.0.2 diff --git a/15-3.5-develop/Dockerfile b/15-3.5-develop/Dockerfile index a0ef810..1891925 100644 --- a/15-3.5-develop/Dockerfile +++ b/15-3.5-develop/Dockerfile @@ -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 \ diff --git a/15-3.5-main/Dockerfile b/15-3.5-main/Dockerfile index 8e919ca..d5aa913 100644 --- a/15-3.5-main/Dockerfile +++ b/15-3.5-main/Dockerfile @@ -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 \ diff --git a/16-3.5-4.0/Dockerfile b/16-3.5-4.0/Dockerfile index 95dedf2..dff86e4 100644 --- a/16-3.5-4.0/Dockerfile +++ b/16-3.5-4.0/Dockerfile @@ -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 \ diff --git a/16-3.5-4.0/README.md b/16-3.5-4.0/README.md index 8d0cb9f..985bf92 100644 --- a/16-3.5-4.0/README.md +++ b/16-3.5-4.0/README.md @@ -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. diff --git a/16-3.5-4.0/docker-compose.yml b/16-3.5-4.0/docker-compose.yml index 6301134..48940de 100644 --- a/16-3.5-4.0/docker-compose.yml +++ b/16-3.5-4.0/docker-compose.yml @@ -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: diff --git a/16-3.5-4.0/extra/Dockerfile b/16-3.5-4.0/extra/Dockerfile index 0d70992..da28bab 100644 --- a/16-3.5-4.0/extra/Dockerfile +++ b/16-3.5-4.0/extra/Dockerfile @@ -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 diff --git a/16-3.5-4.0/version.txt b/16-3.5-4.0/version.txt index c8157d4..18be6ab 100644 --- a/16-3.5-4.0/version.txt +++ b/16-3.5-4.0/version.txt @@ -1 +1 @@ -16-3.5-4.0.1 +16-3.5-4.0.2 diff --git a/16-3.5-develop/Dockerfile b/16-3.5-develop/Dockerfile index f00eb9a..e1ecba9 100644 --- a/16-3.5-develop/Dockerfile +++ b/16-3.5-develop/Dockerfile @@ -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 \ diff --git a/16-3.5-main/Dockerfile b/16-3.5-main/Dockerfile index af1c32c..fcc6fda 100644 --- a/16-3.5-main/Dockerfile +++ b/16-3.5-main/Dockerfile @@ -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 \ diff --git a/17-3.5-4.0/Dockerfile b/17-3.5-4.0/Dockerfile index 9e2e33e..0860bba 100644 --- a/17-3.5-4.0/Dockerfile +++ b/17-3.5-4.0/Dockerfile @@ -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 \ diff --git a/17-3.5-4.0/README.md b/17-3.5-4.0/README.md index 7a2ec02..acd01bf 100644 --- a/17-3.5-4.0/README.md +++ b/17-3.5-4.0/README.md @@ -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. diff --git a/17-3.5-4.0/docker-compose.yml b/17-3.5-4.0/docker-compose.yml index de509ee..a3b250f 100644 --- a/17-3.5-4.0/docker-compose.yml +++ b/17-3.5-4.0/docker-compose.yml @@ -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: diff --git a/17-3.5-4.0/extra/Dockerfile b/17-3.5-4.0/extra/Dockerfile index 9b3053c..df17f38 100644 --- a/17-3.5-4.0/extra/Dockerfile +++ b/17-3.5-4.0/extra/Dockerfile @@ -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 diff --git a/17-3.5-4.0/version.txt b/17-3.5-4.0/version.txt index 2d0b4c5..483ce8e 100644 --- a/17-3.5-4.0/version.txt +++ b/17-3.5-4.0/version.txt @@ -1 +1 @@ -17-3.5-4.0.1 +17-3.5-4.0.2 diff --git a/17-3.5-develop/Dockerfile b/17-3.5-develop/Dockerfile index 9a14884..181860e 100644 --- a/17-3.5-develop/Dockerfile +++ b/17-3.5-develop/Dockerfile @@ -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 \ diff --git a/17-3.5-main/Dockerfile b/17-3.5-main/Dockerfile index 0848de9..40fe55e 100644 --- a/17-3.5-main/Dockerfile +++ b/17-3.5-main/Dockerfile @@ -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 \ diff --git a/18-3.6-4.0/Dockerfile b/18-3.6-4.0/Dockerfile index 05953ec..6f4917f 100644 --- a/18-3.6-4.0/Dockerfile +++ b/18-3.6-4.0/Dockerfile @@ -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 \ diff --git a/18-3.6-4.0/README.md b/18-3.6-4.0/README.md index 7d21aa3..516dca0 100644 --- a/18-3.6-4.0/README.md +++ b/18-3.6-4.0/README.md @@ -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. diff --git a/18-3.6-4.0/docker-compose.yml b/18-3.6-4.0/docker-compose.yml index 726ef5a..41d2a0f 100644 --- a/18-3.6-4.0/docker-compose.yml +++ b/18-3.6-4.0/docker-compose.yml @@ -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: diff --git a/18-3.6-4.0/extra/Dockerfile b/18-3.6-4.0/extra/Dockerfile index f5b621c..285a008 100644 --- a/18-3.6-4.0/extra/Dockerfile +++ b/18-3.6-4.0/extra/Dockerfile @@ -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 diff --git a/18-3.6-4.0/version.txt b/18-3.6-4.0/version.txt index 9b40d87..88d33f5 100644 --- a/18-3.6-4.0/version.txt +++ b/18-3.6-4.0/version.txt @@ -1 +1 @@ -18-3.6-4.0.1 +18-3.6-4.0.2 diff --git a/18-3.6-develop/Dockerfile b/18-3.6-develop/Dockerfile index 9947826..f9918a9 100644 --- a/18-3.6-develop/Dockerfile +++ b/18-3.6-develop/Dockerfile @@ -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 \ diff --git a/18-3.6-main/Dockerfile b/18-3.6-main/Dockerfile index 6ee2d9f..30618d0 100644 --- a/18-3.6-main/Dockerfile +++ b/18-3.6-main/Dockerfile @@ -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 \