Correct tag for 2026.1 LTA version in docker-sonarqube Repo

Hi team i am looking to upgrade my sonarqube from Enterprise Edition v2025.4.3 (113915) to v2026.1 LTA which is latest LTA, and we are using docker version of sonar server image from GitHub - SonarSource/docker-sonarqube: 🐋 SonarQube in Docker · GitHub , but i am not able to get any tag for v2026.1 in the repo now, about one month ago there was tag present for the same, but now it does not exist, also tried upgrade from release tag Comparing 26.1.0.118079...2026.1.0 · SonarSource/docker-sonarqube · GitHub , to version v2026.1 (119033) and after deployment it is giving me error in UI as : "You’re running a version of SonarQube Server that is no longer active. Please update to an active version as soon as possible."

and in UI we are getting info as

Enterprise Edition v2026.1 (119033) NO LONGER ACTIVE Standard Experience

can you please help me to the correct tag to be referred for 2026.01 LTA in the same repo so that i can pick proper active version for the same.

Hey @Nikhil567,

The “no longer active” message on 2026.1.0 LTA is a known bug. This version is actually still active (and will be for a while, it’s an LTA after all), the message you see is incorrect. The patch 2026.1.1 fixes this, you can upgrade to it (or to the latest patch, which is 2026.1.3) to stop seeing the message.

Regarding difficulties getting the images from the repo, I recommend you go to our DockerHub page instead. This is where we primarily distribute our images, and you should find all the tags you need there.

thanks, so this 2026.1.3 is also LTS right ? it is just patch on last tag right? i am asking this so confirm that if any db migrations will be there in 2026.1.3 ? as we have already done migration when we deployed 2026.1.0

Yes, 2026.1.X is LTA regardless of the patch version number. The update from 2026.1.0 to 2026.1.3 is a patch update and normally shouldn’t involve any DB migrations.