-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPG Keyserver for gosu key intermittently fails #64
Comments
I'd seen the thread and have played with it the list on my local branch. I just spent all of my free time today straightening out the travis-ci checks. I'll check in the fix for this shortly |
Thanks! |
NP, thanks for the curl fix as well |
It is some kind of IPV6-related issue. Try ipv4.pool.sks-keyservers.net instead. |
thewtex
added a commit
to thewtex/dockcross
that referenced
this issue
Jan 20, 2019
The base image moved from jessie to stretch, so update sources and packages. Also update gosu binary install to support gpg2 and work around: gpg: cannot open '/dev/tty': No such device or address as suggested here: nodejs/docker-node#922 gpg: keyserver receive failed: Cannot assign requested address as suggested here: jacobalberty/unifi-docker#64
avelino
added a commit
to avelino/theia-apps
that referenced
this issue
Mar 1, 2019
avelino
added a commit
to avelino/theia-apps
that referenced
this issue
Mar 1, 2019
avelino
added a commit
to avelino/theia-apps
that referenced
this issue
Mar 4, 2019
avelino
added a commit
to avelino/theia-apps
that referenced
this issue
Mar 4, 2019
refs: - theia-ide#136 (comment) - jacobalberty/unifi-docker#64 (comment) thanks @marcdumais-work * yarn: fixed ipv4 gpg server search
avelino
added a commit
to avelino/theia-apps
that referenced
this issue
Mar 4, 2019
avelino
added a commit
to avelino/theia-apps
that referenced
this issue
Mar 4, 2019
refs: - theia-ide#136 (comment) - jacobalberty/unifi-docker#64 (comment) thanks @marcdumais-work Signed-off-by: Avelino <t@avelino.xxx>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Host operating system
macOS High Sierra 10.13
Docker Version
What tag are you using
Example:
beta
What complete docker command or docker-compose.yml do you use to launch the container (omitting sensitive values)?
What do you expect to happen?
Command within Dockerfile to retrieve the PGP key should succeed, and then proceed to import it/continue as normal.
What actually happens?
If I run the same
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
command on my host system (same network path to the keyserver), I also observe an error. The GPG version is different, so the output differs a little:gpg: keyserver receive failed: No data
Similar issue reported elsewhere
This is the same issue as reported in this other project's issue, and it is not specific to that project nor this one, but just an issue with the particular GPG keyserver that is being used: tianon/gosu#35
There is a workaround suggested in that issue thread for trying several explicit keyservers until the command succeeds, since it appears that if a single server within a pool fails, the client just aborts entirely. Would you be open to having something like that implemented to handle this situation?
The text was updated successfully, but these errors were encountered: