diff --git a/Dockerfile b/Dockerfile index a547d1f02cfcc05db42f530d2b50039a56d96801..58d1a49d7fc0e27c34ea33617731ca4c0d1d52f5 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-developer AS build +FROM sonarqube:8.6-developer 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="All rights reserved" \ - org.opencontainers.image.version="8.5-developer" \ + org.opencontainers.image.version="8.6-developer" \ maintainer="SonarSource" -ARG SONARQUBE_VERSION="8.5-developer" +ARG SONARQUBE_VERSION="8.6-developer" ENV SONAR_VERSION="${SONARQUBE_VERSION}" \ SONARQUBE_HOME="/opt/sonarqube" \ SQ_DATA_DIR="/opt/sonarqube/data" \ diff --git a/Jenkinsfile b/Jenkinsfile index b86e8d5b471fcf6e5e769d1fd1081f7fcfc40cf1..c39d1b65b389348a98082e063235cd6939232fc7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "8.5-developer") +dccscrPipeline(version: "8.6-developer") diff --git a/download.yaml b/download.yaml index 3782edba302e33cbbcad3bc3ee058476845b945f..cc9929976740d75fdce2e4a8240887f461141a5b 100644 --- a/download.yaml +++ b/download.yaml @@ -1,4 +1,4 @@ --- resources: - - url: "docker://docker.io/library/sonarqube@sha256:6c537ec2b3e50f1d9571b38da3f7241ee6a41f216a247972aa446dc02195aac4" - tag: "sonarqube:8.5-developer" + - url: "docker://docker.io/library/sonarqube@sha256:9c16eae47d0d8c42edc97672e242f82aae6ab2a27854fcb625951695a03fca1a" + tag: "sonarqube:8.6-developer"