INSaFLU / docker

Easy installation for INSaFLU made by docker
7 stars 6 forks source link

Image stops at building #6

Closed evezeyl closed 2 years ago

evezeyl commented 2 years ago

Hi, Apparently the build recipe fails because an change in the Mauve address: Here is the error message I got

--2022-04-08 17:08:17--  http://darlinglab.org/mauve/snapshots/2015/2015-02-13/linux-x64/mauve_linux_snapshot_2015-02-13.tar.gz
Resolving darlinglab.org (darlinglab.org)... 185.199.110.153, 185.199.109.153, 185.199.111.153, ...
Connecting to darlinglab.org (darlinglab.org)|185.199.110.153|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://darlinglab.org/mauve/snapshots/2015/2015-02-13/linux-x64/mauve_linux_snapshot_2015-02-13.tar.gz [following]
--2022-04-08 17:08:17--  https://darlinglab.org/mauve/snapshots/2015/2015-02-13/linux-x64/mauve_linux_snapshot_2015-02-13.tar.gz
Connecting to darlinglab.org (darlinglab.org)|185.199.110.153|:443... connected.
ERROR: cannot verify darlinglab.org's certificate, issued by '/C=US/O=Let\'s Encrypt/CN=R3':
  Issued certificate has expired.
To connect to darlinglab.org insecurely, use `--no-check-certificate'.
ERROR: Service 'insaflu-server' failed to build : The command '/bin/sh -c wget -O mauve_linux_snapshot_2015-02-13.tar.gz http://darlinglab.org/mauve/snapshots/2015/2015-02-13/linux-x64/mauve_linux_snapshot_2015-02-13.tar.gz' returned a non-zero code: 5
monsanto-pinheiro commented 2 years ago

Dear Eve, The problem is with the certificate of "darlinglab.org" web site. Error message: "Issued certificate has expired". I added "--no-check-certificate" to the "wget". I have already fix it. Pull the master, please, and build again.

$ git pull origin master $ ./build

All the best, miguel