Skip to content
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

better key server access #108

Closed
wants to merge 2 commits into from
Closed

better key server access #108

wants to merge 2 commits into from

Conversation

aboettger-tuhh
Copy link
Contributor

+ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
gpg: keyring `/tmp/tmp.xRaHS50qFg/secring.gpg' created
gpg: keyring `/tmp/tmp.xRaHS50qFg/pubring.gpg' created
gpg: requesting key BF357DD4 from hkp server ha.pool.sks-keyservers.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error

```
+ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
gpg: keyring `/tmp/tmp.xRaHS50qFg/secring.gpg' created
gpg: keyring `/tmp/tmp.xRaHS50qFg/pubring.gpg' created
gpg: requesting key BF357DD4 from hkp server ha.pool.sks-keyservers.net
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
```
@yosifkit
Copy link
Contributor

GPG keyservers being flaky is a problem we see all too often -- closing since there's not really anything actionable here. As a workaround, I'd recommend either pulling the pre-built images as-is (and perhaps building upon them via FROM mysql:XXX in a derivative Dockerfile) or adjusting the keyserver to one which your own local environment has an easier time fetching from (such as hkp://keyserver.ubuntu.com:80 or similar).

- docker-library/mysql#263 (comment)

Related issues: docker-library/cassandra#131 (comment), docker-library/tomcat#87, docker-library/tomcat#108, docker-library/mysql#263 (comment), docker-library/httpd#66 (comment), docker-library/php#586, docker-library/wordpress#291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants