UNCLASSIFIED

Commit 7b3a917b authored by Branden Cobb's avatar Branden Cobb
Browse files

New ironbank image

parent 50b3a952
# 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
Adding Affinity documentation
......
# 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 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/
......
apiVersion: v1
appVersion: 8.6-community
appVersion: 8.7.1-community
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.2.6-bb.7
version: 9.2.6-bb.8
keywords:
- coverage
- security
......
......@@ -20,7 +20,7 @@ OpenShift:
image:
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
# If using a private repository, the name of the imagePullSecret to use
pullSecret: []
......
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