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

GPG server problem (and additional versions) #476

Closed
Hartorn opened this issue May 1, 2020 · 3 comments
Closed

GPG server problem (and additional versions) #476

Hartorn opened this issue May 1, 2020 · 3 comments
Labels
Request Request for image modification or feature

Comments

@Hartorn
Copy link

Hartorn commented May 1, 2020

Hello there,

I was reusing the content of the dockerfile, except I was changing the FROM part to make cuda image and ubuntu-based image, and I had problem for a while with the gpg commands failing randomly.

After searching a bit, it looks like adding && echo "disable-ipv6" >> ${GNUPGHOME}/dirmngr.conf ` after export GNUPGHOME="$(mktemp -d)" \ did make the trick for me, and I don't have the problem anymore. So I figured I would drop a comment here, in case you had the problem too.

Else, I was wondering if you guys were open to make more variant of python image, like on top of ubuntu, cuda images and so on ?
If yes, I would be happy to try and give a hand.
If no, well I understand you have to keep the versions limited for maintenance.

Keep up the good work :)

@wglambert wglambert added the Request Request for image modification or feature label May 1, 2020
@wglambert
Copy link

docker-library/official-images#4252 (comment)

TLDR; GPG servers are extremely flaky . . .

This is what we do for GPG issues docker-library/official-images#4252 (comment)

@yosifkit
Copy link
Member

yosifkit commented May 1, 2020

Yeah, we'd rather not add maintenance with more OS variants. Thanks for understanding!

@Hartorn
Copy link
Author

Hartorn commented May 2, 2020

Ok, thanks for the fast return, will close this then
Maybe I will try to make some on my own, and post it here later, as 'unofficial' image

Cheers !

@Hartorn Hartorn closed this as completed May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for image modification or feature
Projects
None yet
Development

No branches or pull requests

3 participants