-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[RFC] Add 3.5/alpine variant #71
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
Conversation
Nice start! 👍
BTW, if you add |
@tianon we have had a similar discussion whether we should add an |
@Starefossen yeah, it's definitely a good concern to have -- IMO, folks should know they're walking into uncharted waters a little bit, and the description we added for Reading through it again, the caveat could probably use a little strengthening and specifically mention that upstream isn't likely to be doing a lot of their own testing against an Alpine base distribution. |
To summarize a bit more clearly, I think this is OK as long as we make it clear to the users that they may or may not run into bizarre issues while doing using these variants, and that their relevant upstream may not be willing to support them. |
Thanks for the clarification @tianon. There is obviously a strong desire amongst many for a slimmer alpine-like variant for most of the official images on Docker Hub. |
Yeah, I'd say I'm a fan since it makes it a lot easier to make really slim
images without having to go as crazy as fully-static + FROM scratch, and
they still have a decent POSIX shell included to boot (not to mention an
actual package manager), but I think we need to be somewhat cautious in the
way we present these variants to our users (so I'd really appreciate help
making that variant description more clearly spell out the caveats,
especially if we can find some good references of other people describing
in more detail the kinds of issues that might come up).
|
whoops. I deleted the branch by mistake. i create a new pull request. |
I think there are 2 minor but significant improvements:
The latter means that you cannot use Those does not affect this docker image directly though. |
This is an alpine linux variant of python 3.5.
I have a few questions and comments: