UNCLASSIFIED

Commit 8f0d4b26 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'renovate/docker-sonarqube-8.x' into 'development'

Update sonarqube Docker tag to v8.6

See merge request !17
parents 5d99626d 6809b802
Pipeline #105207 canceled with stages
......@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment