-
Notifications
You must be signed in to change notification settings - Fork 585
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
Non-alpine images? #127
Comments
Not especially -- IMO, CVE mapping isn't a real solid justification for the added maintenance/churn. Is there a usability concern with Alpine? In my experience, using Docker-in-Docker is pretty self-contained, and it's a pretty rare use case where something non-Alpine is necessary (which makes sense, given that containers not relying on the specifics of the "host" / |
Closing given that this isn't something we're currently considering. If there's a solid justification to be made for the added maintenance burden of supporting addition variants, we'll reopen and reconsider. 👍 |
A I will probably be working on something like this, would be happy to do my work as a change to this repo. |
I wrote a An official As previously said, I'm willing to send a PR if you agree. |
Are there any plans to publish a non-Alpine based image? Alpine seems to have some issues with image scanning and mapping CVEs. And now that Ubuntu is minimal by default, there seems to be fewer reasons to use it. It would be nice to provide official support for DIND/DOOD on Ubuntu.
The text was updated successfully, but these errors were encountered: