Closed buchireddy closed 7 years ago
no valid OpenPGP data found
sounds like something happened to your HKP traffic (proxy?)
You can try hkps
, ie, https://sks-keyservers.net/overview-of-pools.php#pool_hkps, but I'd recommend trying again (to see if it was a temporary issue) and/or verifying whether your proxy configuration is correct (or something else is interfering with your network traffic).
Yeah, there could be some proxy/firewall in my organization.
I have tried with hkps
and that didn't help too.
Step 8 : RUN export GNUPGHOME="$(mktemp -d)" && gpg --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu
---> Running in f497015f7411
gpgkeys: HTTP fetch error 1: unsupported protocol
gpg: keyring `/tmp/tmp.nr6N5hjZPa/secring.gpg' created
gpg: keyring `/tmp/tmp.nr6N5hjZPa/pubring.gpg' created
gpg: requesting key BF357DD4 from hkps server hkps.pool.sks-keyservers.net
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: keyserver communications error: ?
gpg: keyserver communications error: g10err=127
gpg: keyserver receive failed: g10err=127
Hmm.. It's so weird. I just found that I'm not seeing this issue if I use wget -O
instead of curl -o
. This might be some curl
nuance. Any ideas please?
Never mind. The failure was because I wasn't following the redirects. Using curl -L -o
fixed the issue.
Hi,
I'm unable to install gosu in my Docker image. I have changed the keyserver URL as mentioned in other issues because I'm behind the firewall and I see that the public key is imported correctly but it fails in the verification step.
Output of
docker build
command.Any ideas?