diff --git a/Dockerfile b/Dockerfile index 7ec24c58ba8d930831ddc9ee7a58b2dae09ab7c7..2ca7f7d0a53ebc401949bc7a02da5123268d49dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,17 +2,17 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11 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} 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.licenses="LGPL-3.0-only" \ - org.opencontainers.image.version="8.5-community" \ + org.opencontainers.image.version="8.6-community" \ maintainer="SonarSource" -ARG SONARQUBE_VERSION="8.5-community" +ARG SONARQUBE_VERSION="8.6-community" ENV SONAR_VERSION="${SONARQUBE_VERSION}" \ SONARQUBE_HOME="/opt/sonarqube" \ SQ_DATA_DIR="/opt/sonarqube/data" \ diff --git a/Jenkinsfile b/Jenkinsfile index c3e3b9eb6ef9ed47da4acc997e01dbb0714ac0b6..73441479e038f32c7adca4f20b360f7a7e7893bb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "8.5-community") +dccscrPipeline(version: "8.6-community") diff --git a/download.yaml b/download.yaml index d705595c14cae09a2aece358af0a0343cb17ba3f..2b0874784f5bedec0cd634721c3bd3ff69496e82 100644 --- a/download.yaml +++ b/download.yaml @@ -1,4 +1,4 @@ --- resources: - - url: docker://docker.io/library/sonarqube@sha256:3444998c3219ea0490ed583b536ff9ba5031920603442680f5123b0628506d28 - tag: sonarqube:8.5-community + - url: docker://docker.io/library/sonarqube@sha256:993b79a45e985a36046327759ecc76d711dfde123ed11944d32a3282d66758cb + tag: sonarqube:8.6-community