UNCLASSIFIED

Commit 6e56fd49 authored by Karpagam Balan's avatar Karpagam Balan
Browse files

restructure

parent 12ca2f79
......@@ -9,3 +9,5 @@ upstream version 8.3-community [Version 8.3.1 (build 34397)]
Added logging instructions to docs 7/22/2020
Added auth-oidc plugin version 2.0.0
# Sonarqube 8.3 Community version [Version 8.3.1 (build 34397)]
# Sonarqube 8.3 Community version [Version 8.3.1 (build 34397)] with auth-oidc 2.0.0 plugin
This repo contains manifests to deploy Sonarqube static code analysis tool into a Kubernetes cluster.
......
FROM alpine AS fetcher
RUN apk add wget
WORKDIR /plugins
# Fetch oidc plugin
RUN wget https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar
#
FROM sonarqube:8.4-community
# Fetch plugins and load into appropriate dir
ENV PLUGIN_DIR=/opt/sonarqube/extensions/plugins
# Fetch oidc plugin
COPY --from=fetcher /plugins/sonar-auth-oidc-plugin-2.0.0.jar ${PLUGIN_DIR}
......@@ -12,3 +12,8 @@ configMapGenerator:
namespace: sonarqube
files:
- sonar.properties
images:
- name: registry.dsop.io/platform-one/apps/sonarqube:8.4-0.1.0
newName: registry.dsop.io/platform-one/apps/sonarqube-ib
newTag: 8.3-community-ib-bb
# Sonarqube 8.3 Community version [Version 8.3.1 (build 34397)]
# Sonarqube 8.3 Community version [Version 8.3.1 (build 34397)] with auth oidc 2.0.0 plugin
This repo contains manifests to deploy Sonarqube static code analysis tool into a Kubernetes cluster.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment