[Help]: What version of the Omada Controller do you get if you use the "Latest" Tag..? #716
-
Controller Version6.0.0.25 Describe Your Issue or QuestionMy current Omada Controller Docker .yml file is using the 6.0 tag... And is currently at v6.0.0.25... What version of the Omada Controller would I get if i changed it to the Latest tag..? I would like my controller to always update to the latest stable version without having to manually update the tag, but I read somewhere that the Latest Tag is still pulling the Last stable version of v5.15... Expected Behavior. Steps to Reproduce. How You're Launching the ContainerContainer LogsMongoDB LogsAdditional Context. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
tl;dr - use the The readme has an image tags section. The |
Beta Was this translation helpful? Give feedback.
tl;dr - use the
6tag. That is the closest you're going to get to alatesttag going forward.The readme has an image tags section. The
latesttag stayed on v5 because it would break anyone who was using latest for their controller plus there are many systems that are not able to run the MongoDB 8 due to the strict CPU requirements it has. I've wanted to abandon thelatesttag for a long time as well because it's potentially dangerous with software like this where you really do need to pay attention to the release notes. I try to protect people through the entrypoint scripts but there are limits to what I can do.