Pgp host not found error while installing Ardor client as Docker

Hi,
I am having problem while running docker image. It seems, can't get PGP key from pool.sks-keyservers.net

Docker run exits with the following error:

.......
2021-07-26 22:30:22 (43.0 MB/s) - ‘ardor-client.zip.asc’ saved [833/833]

gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key FF18FD55 from hkp server pool.sks-keyservers.net
?: pool.sks-keyservers.net: Host not found
gpgkeys: HTTP fetch error 7: couldn't connect: Success
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: assuming signed data in `ardor-client.zip'
gpg: Signature made Tue 18 May 2021 09:44:35 AM UTC using RSA key ID 2D80B8B9
gpg: Can't check signature: public key not found

May be pool.sks-keyservers.net is not live anymore? Can i do to skip PGP validation? Or any other solution.

Thanks

Indeed, seems like that server is down. I will check some workarounds.

Thank you. I also tried this nonofficial image. Docker Hub
But it does not support the latest crypto DB version which is #179 and it seems to support DB version#178. Do we have a chance to get previous versions of the DB somewhere?

1 Like

That would be probably an older version of the software not compatible with the current blockchain.

We have updated the Ardor Docker image. This should fix the issues with the key server.

https://hub.docker.com/r/jeluridaswiss/ardor

Thank you.