-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
gpgkey cannot be retrieved #263
Comments
Sometimes it is the network connection of the VM, sometimes it is the route to the |
Multiple times. Same behavior. Also when its failing inside Mac on docker, it's working on docker host at the same time. |
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 |
…org (#50) The keyserver pool.sks-keyservers.net, which I had been using to verify the download of the "gosu" tool in the base images, is no longer active. So when trying to build the base image, this step fails. This is summarized in this issue: - docker-library/mysql#263 This is mentioned in several places across the internet, including https://www.reddit.com/r/crypto/comments/o7oh4w/skskeyserversnet_pool_dns_records_disabled/ . Even though this keyserver has been deprecated for a while, there's a lot of old stale documentation pointing to it, including that which I originally based by entrypoint script on. The fix is simply to point to an active, more reliable keyserver, hkps://keys.openpgp.org. This will fix the build issue, although it apparently remains to be seen what the future holds for key signing in this way. Still unsure if this is related to #46 or not....but hopefully when this is fixed we will see more reliable behavior?
Not able to build from the Dockerfile. Running this on OS X and Docker for Mac
But when I retrieve the same key on host (my mac) then it succeeds.
I can also successfully build on a centos server.
Looks like an issue with docker on mac.
The text was updated successfully, but these errors were encountered: