I’m using the sonarqube chart helm to instantiate it, but I wanted to use an enterprise edition instead of the community, does anyone know how to do that since the docker hub only has community images.
Hello,
We don’t provide yet commercial edition on Docker Hub. We plan to release them, but if don’t want to wait you can fork the Community Dockerfile and build your own image : replace the community edition with the edition you want here.
1 Like
Hello Pierre,
You mean you don’t provide yet enterprise edition correct? If i want to use a enterprise edition i must create my own docker image correct?
Exactly. Commercial edition has been requested on github, and you can watch the MMF-1604 here to get notified when the images get released.
1 Like
Thank you
Hi @Ricardo_Carvalho please check Docker Hub. Now, the enterprise edition is available, there. docker pull sonarqube:8.1-enterprise-beta
.