From 7d618786d24ecd62f380ad0c6ed0735c55635b03 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 11 Dec 2020 01:07:47 +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 7ec24c5..2ca7f7d 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 c3e3b9e..7344147 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 d705595..2b08747 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 -- GitLab