CAPAUT-328 docker creation for sonarqube with oidc plugin #1

Merged
marcboehm merged 2 commits from feature/CAPAUT-328 into main 2024-09-15 09:07:17 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit cd3349cefe - Show all commits

View File

@@ -2,4 +2,4 @@
FROM sonarqube:10.6-community
# add all plugins
COPY ./plugins /opt/sonarqube/extensions/plugins
RUN curl -L -O --output-dir /opt/sonarqube/extensions/plugins https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar