Docker lts 7.9.3-community to enterprise

Hello team,

I just upgrade my instance (6.7.5) to the latest LTS 7.9.3 in a docker container using that image:
https://hub.docker.com/layers/sonarqube/library/sonarqube/7.9.3-community/images/sha256-cb05827804e633bb7eabcecd06e755cdb0b7cc9a4fd0c78bbef592bf84096dcf?context=explore

my doubt is, I had SQ in an enterprise mode, how can I change from community to enterprise again?

thanks in advance,

JR

Hi @jrmanesat ,

there is currently no official support for the paid versions for the 7.x release on docker. We only started with 8.x with official images for the developer and enterprise edition.
while we can not offer you a supported way to use 7.9.3 enterprise edition with docker, you could take this Dockerfile here and change the download URL to the version that you desire (https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/) and build your own image from that.

hope that helps. we will have official images for the next LTS, so stay tuned :slight_smile:

Hello Tobias :slight_smile:

Thanks for your quick response, that’s a pity due to we wanted to have the latest LTS, but really thanks for the work around :slight_smile: we can build the image then and use it!

Thanks for your support!

All the best,

JR

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.