Use multiple keyserver sources#131
Closed
michaelsteven wants to merge 1 commit intodocker-library:masterfrom
michaelsteven:master
Closed
Use multiple keyserver sources#131michaelsteven wants to merge 1 commit intodocker-library:masterfrom michaelsteven:master
michaelsteven wants to merge 1 commit intodocker-library:masterfrom
michaelsteven:master
Conversation
Member
|
See also, docker-library/mysql#263 (comment) and docker-library/httpd#66 (comment) We've gone back and forth on adding a similar loop but don't want to yet open the flood gates to repeat this loop in all of the images maintained in http://github.com/docker-library. We recommend just pulling the images from Docker Hub rather than building them yourself, but if you must build it, then editing the file to choose a gpg server that is better for your location is the solution (a quick |
Author
|
Ok no problem. Closing. |
This was referenced Apr 16, 2018
This was referenced May 17, 2018
This was referenced Dec 31, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I had trouble building the images this morning because I was unable to connect to the keyserver. From researching the issue i found the keyserver used has a history of availability issues. This PR allows the dockerfile to try multiple keyservers. It is inspired by this PR in another repository that is trying to accomplish the same thing.