-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Alpine 3.7 #245
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
Probably just need something like #201, but I'd like to reduce the number of variations based on a different OS. Given that What do you think @tianon? It means we should also add 3.7 variants where there is currently only 3.4 so that when 3.8 comes out we can drop Alpine 3.4 is "end of support" 2018-05-01. |
I understand the desire to keep the number of images to a reasonable number, but I think that removing an existing base before the upstream has been EOLed is a bad idea. One of the primary advantages of Docker is being able to do consistent builds and removing an image while upstream is still supporting it, can cause problems for a user. |
Best way is support of all supported versions on this page ( Remove after it become EOL'ed with line |
I'd say adding new Alpine versions and dropping old ones are different topics. In my eyes, since maintenance of existing images doesn't cost anything, they should stay as long as it does not produce problems. |
BTW, there is one specific thing needed from Alpine 3.7 -- client for PostgreSQL 10.x. Alpine 3.6 comes with PostgreSQL 9.x so some features of 10.x are not available. |
My interest in 3.7 is to get headless chrome support that isn't available in 3.6. There's always going to be cases like this where Package X has been upgraded and Person Y "needs" it. In my opinion, pulling in new features/libraries/etc is always nice (and would make my life easier in this specific case), but it shouldn't ever come at the expense removing support for existing ones that force users to do upgrades just to maintain security updates and such. |
Alpine 3.7 was released, so could a base that uses that be added?
The text was updated successfully, but these errors were encountered: