[pgrouting-users] docker build fails for pgRouting version 15-3.3-main

Imre Samu pella.samu at gmail.com
Mon Jun 5 06:04:52 PDT 2023


> `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 at 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 at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pgrouting-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pgrouting-users/attachments/20230605/b08a8c17/attachment.htm>


More information about the Pgrouting-users mailing list