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
4ee5112a
Commit
4ee5112a
authored
Sep 07, 2021
by
Branden Cobb
Browse files
dep update
parent
e9b668fa
Pipeline
#465215
failed with stages
in 4 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+1
-2
chart/charts/postgresql-8.6.4.tgz
chart/charts/postgresql-8.6.4.tgz
+0
-0
No files found.
Dockerfile
View file @
4ee5112a
# Start with the IronBank Image
# Start with the IronBank Image
FROM
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:
8.9
-community
FROM
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:
9.0
-community
# Add needed Plugins
# 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/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/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/dmeiners88/sonarqube-prometheus-exporter/releases/download/v1.0.0-SNAPSHOT-2018-07-04/sonar-prometheus-exporter-1.0.0-SNAPSHOT.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/
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
USER
root
RUN
chown
-R
sonarqube:sonarqube /opt/sonarqube/extensions/plugins
RUN
chown
-R
sonarqube:sonarqube /opt/sonarqube/extensions/plugins
...
...
chart/charts/postgresql-8.6.4.tgz
View file @
4ee5112a
No preview for this file type
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