UNCLASSIFIED

Commit 8eb61824 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 !20
parents 68b5e7b9 7d618786
Pipeline #104217 canceled with stages
in 9 seconds
......@@ -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" \
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "8.5-community")
dccscrPipeline(version: "8.6-community")
---
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
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