UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6809b802 authored by renovate's avatar renovate
Browse files

Update sonarqube Docker tag to v8.6

parent 46b97915
No related branches found
No related tags found
2 merge requests!18bump 8.6,!17Update sonarqube Docker tag to v8.6
Pipeline #100245 passed with warnings
......@@ -2,17 +2,17 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/openjdk/openjdk11
ARG BASE_TAG=1.11
FROM sonarqube:8.5-enterprise AS build
FROM sonarqube:8.6-enterprise 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-enterprise" \
org.opencontainers.image.version="8.6-enterprise" \
maintainer="SonarSource"
ARG SONARQUBE_VERSION="8.5-enterprise"
ARG SONARQUBE_VERSION="8.6-enterprise"
ENV SONAR_VERSION="${SONARQUBE_VERSION}" \
SONARQUBE_HOME="/opt/sonarqube" \
SQ_DATA_DIR="/opt/sonarqube/data" \
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "8.5-enterprise")
dccscrPipeline(version: "8.6-enterprise")
---
resources:
- url: "docker://docker.io/library/sonarqube@sha256:a06e03b30d68ed4ffcc3a9f2b4192e804f5ec83ffe00a93a57a8ef46416411c0"
tag: "sonarqube:8.5-enterprise"
- url: "docker://docker.io/library/sonarqube@sha256:d8d2ee0bb81584c2becbf8daafce42c9209c8dc923236e3b54f6644ac0c4fceb"
tag: "sonarqube:8.6-enterprise"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment