-
Notifications
You must be signed in to change notification settings - Fork 21
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
For easier updates, can you provide tags like: major.minor #213
Comments
Just to clarify: aside from |
yes exactly, to have a latest but for a version range |
One thing to consider here is that Alpine doesn't maintain multiple versions of packages very long which means that leaning on |
do you mean that you only install the alpine MariaDB server package? |
This is how the container works at the moment, yes! It's not necessarily a Bad Thing; most containers relies on distributions for dependency mangement. It just makes it harder to maintain multiple release lines. That said, MariaDB doesn't encourage using non-LTS releases outside of their lifecycle which means that there won't be multiple supported release lines. You can get an overview of all releases here: https://mariadb.com/kb/en/mariadb-server-release-dates/ MariaDB 10.11 will become LTS which means that 10.6 and 10.11 should overlap and likely exist in parallel for Alpine Linux release lines. Debian and most other linux distributions will do the same. Some years ago I considered maintaining a custom build suite – the work is still in a branch – but its a lot of work to maintain a smooth |
yeah I understand all this, some companies can not upgrade because they are too afraid or such things |
If I would undertake the mission of building myself, the repo probably would change significantly since its no tied to Alpine. At that stage it would likely be renamed and shaped into a new org with containers focused on size as the first goal (similar to this but without restrictions based on distribution). |
okay, so I think you could provide a lts docker tag so installations always track the lts version? |
by the way I do a bunch of containers at @sudo-bot so maybe you would want to join if you intend to do such a container |
This is what the My suggestion is – for now – to stick with |
thanks for 10.6 |
Across Docker Hub I agree; there is no standardized/agreed upon best practice for |
And on each patch major.minor is updated
This also makes it possible for automatic updates using watchtower for example
The text was updated successfully, but these errors were encountered: