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
4 changed files with 15 additions and 0 deletions
Showing only changes of commit 5017c87b45 - Show all commits

View File

@@ -0,0 +1,9 @@
name: Build Pipeline for de.captica.docker-image.sonarqube
run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }}
on: [push]
jobs:
Publish Docker:
uses: captica-oss/de.captica.expert.devops/.gitea/workflows/publish-docker.yaml@main
secrets: inherit

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
# use published sonarqube version
FROM sonarqube:10.6-community
# add all plugins
COPY ./plugins /opt/sonarqube/extensions/plugins

View File

@@ -1,2 +1,3 @@
# de.captica.docker-image.sonarqube # de.captica.docker-image.sonarqube
Sonarqube docker file extended by plugins like sso.

Binary file not shown.