I have been researching this issue, as I prepare to move from a āCoreā to a āContainerā (Docker) install. This is the only thread I have found so far actually discussing the issue: āWhat is considered āstableā?ā.
I even searched the Docker Hub, but could not seem to connect the stable
tag with a version number. There are hashes, but I didnāt dig any deeper into that.
In my mind at least, I suppose I am thinking the final release from the prior month. Which should contain relevant breaking/bug/security fixes, etc., without including the latest (bleeding edge) features (which might be introducing new problems), and so by now be pretty āstableā for most users. But I was wondering what the devs considered āstableā, and what gets tagged as āstableā Docker image. I suppose it is situational and varies over time (but thatās speculation on my part).
Having said that, what the devs consider āstableā for most of users might not be what is stable for me, you, or anyone else. So I guess, without any definitive answer, I will specify whatever particular version tag (e.g., 2023.11
), which I consider stable for me.
I suppose I view this as akin to keeping some specific Debian version in /etc/apt/sources.list
(e.g., bookworm
as opposed to stable
). Which I also do, and for exactly same reasons (I donāt want any āsurpriseā upgrades or breakage, when I donāt have time to deal with it).
To give more perspective, I am generally a Debian Stable (sometimes Testing) user, as I find this the only sane way to maintain a complex system that needs to keep running every day. When upgrade time comes, I read all the docs and release notes (this can take me a month or more, as āfree timeā is limited). I take copious notes, and then further research specific questions I may have (as I am doing here). Only when I am satisfied I understand enough of implications, I finally make backups and proceed with the planned upgrade.
I sympathize with regular forum users who field the same questions over and over, very often from people who donāt even bother reading docs, searching forums, etc. before asking questions. In which case the typical āRTFMā response is warranted. But some times, there are a few of us out here who actually already did all those things, and are looking for some deeper insights perhaps, and that is what I see this topic as being about.
If anything, I think the topic should be edited to more accurately reflect the content, for example maybe the question I posed in first paragraph. But I will leave that decision to the mods (I did find the thread after all, searching for ādocker stableā, although it was quite far down).