Hi community,
I am trying to build the latest stable Docker image of pgRouting, as per the README here:
https://github.com/pgRouting/docker-pgrouting
docker build
fails when version.txt
is 15-3.3-main
:
Error response from daemon: manifest for pgrouting/pgrouting:15-3.3-main not found: manifest unknown: manifest unknown
However, it works fine for other, earlier versions, for example:
docker build fails for version 15-3.3-3.4
works fine.
How can I build and run a Docker image with pgRouting 3.5?
Thank you.
docker build
fails when version.txt
is 15-3.3-main
:
Refresh the program by using the “make update” command.
my test:
git clone https://github.com/pgRouting/docker-pgrouting.git
cd docker-pgrouting
refresh …
make update
check the changes:
$ git diff 15-3.3-main/Dockerfile
…
-ENV PGROUTING_GIT_HASH 113aa3b60f60db20ecc00e28b2ef4ae7d5e76219
+ENV PGROUTING_GIT_HASH 6c47f688c7ec219b5251b0020db4bc439ed2421a
…
And this is working for me.
$ docker build --pull -t pgrouting/pgrouting:15-3.3-main 15-3.3-main
$ docker images | grep pgrouting/pgrouting
pgrouting/pgrouting 15-3.3-main c047cac9b5fa 6 minutes ago 629MB
Regards,
Imre
Tokura Gou <tokura.gou@gmail.com> ezt írta (időpont: 2023. jún. 5., H, 10:32):
Hi community,
I am trying to build the latest stable Docker image of pgRouting, as per the README here:
https://github.com/pgRouting/docker-pgrouting
docker build
fails when version.txt
is 15-3.3-main
:
Error response from daemon: manifest for pgrouting/pgrouting:15-3.3-main not found: manifest unknown: manifest unknown
However, it works fine for other, earlier versions, for example:
docker build fails for version 15-3.3-3.4
works fine.
How can I build and run a Docker image with pgRouting 3.5?
Thank you.
Pgrouting-users mailing list
Pgrouting-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/pgrouting-users