UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
sonarqube
Commits
d4d3add9
Commit
d4d3add9
authored
Sep 07, 2021
by
Branden Cobb
Browse files
plugins don't work with version 9
parent
257da2bb
Pipeline
#465317
failed with stages
in 4 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
Dockerfile
Dockerfile
+0
-9
chart/values.yaml
chart/values.yaml
+1
-1
No files found.
Dockerfile
deleted
100644 → 0
View file @
257da2bb
# Start with the IronBank Image
FROM
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community:9.0-community
# Add needed Plugins
ADD
https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/2.0.8/sonar-dependency-check-plugin-2.0.8.jar /opt/sonarqube/extensions/plugins/
ADD
https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-2.0.4/sonar-cxx-plugin-2.0.4.2806.jar /opt/sonarqube/extensions/plugins/
ADD
https://github.com/OtherDevOpsGene/zap-sonar-plugin/releases/download/sonar-zap-plugin-2.3.0/sonar-zap-plugin-2.3.0.jar /opt/sonarqube/extensions/plugins/
USER
root
RUN
chown
-R
sonarqube:sonarqube /opt/sonarqube/extensions/plugins
USER
sonarqube
chart/values.yaml
View file @
d4d3add9
...
@@ -19,7 +19,7 @@ OpenShift:
...
@@ -19,7 +19,7 @@ OpenShift:
createSCC
:
true
createSCC
:
true
image
:
image
:
repository
:
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community
:9.0-community
repository
:
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube9-community
tag
:
9.0-community
tag
:
9.0-community
pullPolicy
:
IfNotPresent
pullPolicy
:
IfNotPresent
# If using a private repository, the name of the imagePullSecret to use
# If using a private repository, the name of the imagePullSecret to use
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment