-
Notifications
You must be signed in to change notification settings - Fork 2k
GPG failures #591
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
Comments
This looks like a similar issue to what we see in Travis-CI when doing test builds. At some point when building the Alpine image there seems to be a network issue (like lose of connectivity) and things like fetching the gpg keys fail. It seems related to how long it can take to build the Alpine image Does the build still fail if you use the
|
I'm experiencing the same in gitlab runner and edit: actually these errors persisted but image built fine. |
We recently update images with some improvements when fetching the gpg keys in the alpine image: Those changes seem to have reduced the gpg/network issues we were seeing. Try the latest version of https://github.com/nodejs/docker-node/blob/master/Dockerfile-alpine.template and see if that helps. |
@chorrell did you see docker-library/official-images#4006 (comment)? |
Oh! No, I missed that. So yeah, we should probably drop |
--> #632 |
I think we can probably close this. I don't think we've seen the GPG issues since the #632 PR. |
Hi,
Not sure if I'm doing something stupid here but I'm getting the following errors building https://github.com/nodejs/docker-node/blob/master/Dockerfile-alpine.template
I've copied the contents to a Docker file and run
docker build .
Any ideas?
The text was updated successfully, but these errors were encountered: