From a71e8c8acb17f87cf3f2c54ecd45720cf5e7a090 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 11 Dec 2020 01:01:31 +0000 Subject: [PATCH] Update sonarqube Docker tag to v8.6 --- Dockerfile | 6 +++--- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index a547d1f..58d1a49 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 b86e8d5..c39d1b6 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 3782edb..cc99299 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" -- GitLab