-
Notifications
You must be signed in to change notification settings - Fork 102
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
Install ca-certificates in Docker image #234
Comments
Ooops. I suspect I removed that and it passed the tests so I thought it was ok. Facepalm. I'll add it back with a test. Thanks! |
Rather than sit on this as it's pretty fundamental, I've updated the images in #235. Still need to do a release to publish the images so I'll leave this open until then. |
@amouat, Are you planning to update Docker images? I found only one armv7 image was updated recently.
|
Yeah, they should all get published on release I think. I want to fix the bug I'm working on and do a patch release. |
There are intermediate images pushed on merges to master - https://hub.docker.com/r/containersol/trow/tags?page=1&ordering=last_updated |
Thanks. I will check soon (amd64 platform). |
I checked |
Thanks! I'll close this as it's addressed. Hopefully I'll get patch release out this week as well with the fix. |
Describe the bug
Without the
ca-certificates
package an official Docker image failed to proxy images from docker.ioTo Reproduce
Pull:
At that time, trow logs:
Go in the container and install:
After installing the ca-certificates it succeed:
Logs:
The text was updated successfully, but these errors were encountered: