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
Ironbank Containers
S
SonarSource
sonarqube
sonarqube8-community
Commits
7d618786
Commit
7d618786
authored
Dec 11, 2020
by
renovate
Browse files
Update sonarqube Docker tag to v8.6
parent
68b5e7b9
Pipeline
#100248
passed with stage
in 9 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
Dockerfile
+3
-3
Jenkinsfile
Jenkinsfile
+1
-1
download.yaml
download.yaml
+2
-2
No files found.
Dockerfile
View file @
7d618786
...
@@ -2,17 +2,17 @@ ARG BASE_REGISTRY=registry1.dsop.io
...
@@ -2,17 +2,17 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=ironbank/redhat/openjdk/openjdk11
ARG
BASE_IMAGE=ironbank/redhat/openjdk/openjdk11
ARG
BASE_TAG=1.11
ARG
BASE_TAG=1.11
FROM
sonarqube:8.
5
-community AS build
FROM
sonarqube:8.
6
-community AS build
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
LABEL
org.opencontainers.image.title="SonarQube" \
LABEL
org.opencontainers.image.title="SonarQube" \
org.opencontainers.image.description="SonarQube is an automatic code review tool to detect bugs, vulnerabilities and code smells in your code." \
org.opencontainers.image.description="SonarQube is an automatic code review tool to detect bugs, vulnerabilities and code smells in your code." \
org.opencontainers.image.licenses="LGPL-3.0-only" \
org.opencontainers.image.licenses="LGPL-3.0-only" \
org.opencontainers.image.version="8.
5
-community" \
org.opencontainers.image.version="8.
6
-community" \
maintainer="SonarSource"
maintainer="SonarSource"
ARG
SONARQUBE_VERSION="8.
5
-community"
ARG
SONARQUBE_VERSION="8.
6
-community"
ENV
SONAR_VERSION="${SONARQUBE_VERSION}" \
ENV
SONAR_VERSION="${SONARQUBE_VERSION}" \
SONARQUBE_HOME="/opt/sonarqube" \
SONARQUBE_HOME="/opt/sonarqube" \
SQ_DATA_DIR="/opt/sonarqube/data" \
SQ_DATA_DIR="/opt/sonarqube/data" \
...
...
Jenkinsfile
View file @
7d618786
@Library
(
'DCCSCR@master'
)
_
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"8.
5
-community"
)
dccscrPipeline
(
version:
"8.
6
-community"
)
download.yaml
View file @
7d618786
---
---
resources
:
resources
:
-
url
:
docker://docker.io/library/sonarqube@sha256:
3444998c3219ea0490ed583b536ff9ba5031920603442680f5123b0628506d28
-
url
:
docker://docker.io/library/sonarqube@sha256:
993b79a45e985a36046327759ecc76d711dfde123ed11944d32a3282d66758cb
tag
:
sonarqube:8.
5
-community
tag
:
sonarqube:8.
6
-community
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