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
7b3a917b
Commit
7b3a917b
authored
Apr 27, 2021
by
Branden Cobb
Browse files
New ironbank image
parent
50b3a952
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
CHANGELOG.md
CHANGELOG.md
+4
-0
Dockerfile
Dockerfile
+1
-1
chart/Chart.yaml
chart/Chart.yaml
+2
-2
chart/values.yaml
chart/values.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
7b3a917b
# Changelog
# Changelog
## 9.2.6-bb.8 - 2021-04-06
Updated sonarqube image version to 8.7.1-community
## 9.2.6-bb.7 - 2021-03-31
## 9.2.6-bb.7 - 2021-03-31
Adding Affinity documentation
Adding Affinity documentation
...
...
Dockerfile
View file @
7b3a917b
# Start with the IronBank Image
# Start with the IronBank Image
FROM
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:8.
6
-community
FROM
registry1.dso.mil/ironbank/sonarsource/sonarqube/sonarqube8-community:8.
7.1
-community
# Add needed Plugins
# Add needed Plugins
ADD
https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/1.2.6/sonar-dependency-check-plugin-1.2.6.jar /opt/sonarqube/extensions/plugins/
ADD
https://github.com/dependency-check/dependency-check-sonar-plugin/releases/download/1.2.6/sonar-dependency-check-plugin-1.2.6.jar /opt/sonarqube/extensions/plugins/
ADD
https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar /opt/sonarqube/extensions/plugins/
ADD
https://github.com/SonarOpenCommunity/sonar-cxx/releases/download/cxx-1.3.2/sonar-c-plugin-1.3.2.1853.jar /opt/sonarqube/extensions/plugins/
...
...
chart/Chart.yaml
View file @
7b3a917b
apiVersion
:
v1
apiVersion
:
v1
appVersion
:
8.
6
-community
appVersion
:
8.
7.1
-community
name
:
sonarqube
name
:
sonarqube
description
:
SonarQube is an open sourced code quality scanning tool
description
:
SonarQube is an open sourced code quality scanning tool
version
:
9.2.6-bb.
7
version
:
9.2.6-bb.
8
keywords
:
keywords
:
-
coverage
-
coverage
-
security
-
security
...
...
chart/values.yaml
View file @
7b3a917b
...
@@ -20,7 +20,7 @@ OpenShift:
...
@@ -20,7 +20,7 @@ OpenShift:
image
:
image
:
repository
:
registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/sonarqube8-community-bb
repository
:
registry.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube/sonarqube8-community-bb
tag
:
8.
6
-community-bb
tag
:
8.
7.1
-community-bb
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
pullSecret
:
[]
pullSecret
:
[]
...
...
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