UNCLASSIFIED - NO CUI

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

Update sonarqube Docker tag to v8.5

parent df23f1e4
No related branches found
No related tags found
2 merge requests!10Development,!9Update sonarqube Docker tag to v8.5
Pipeline #47610 failed
......@@ -2,14 +2,14 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=redhat/openjdk/openjdk11
ARG BASE_TAG=1.11
FROM sonarqube:8.4-enterprise AS build
FROM sonarqube:8.5-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.4-enterprise" \
org.opencontainers.image.version="8.5-enterprise" \
maintainer="SonarSource"
ARG SONARQUBE_VERSION=8.4.2-enterprise
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "8.4-enterprise")
dccscrPipeline(version: "8.5-enterprise")
---
resources:
- url: "docker://docker.io/library/sonarqube@sha256:f055ff5aaa842eb2b821be25aff9f1892558b1e88b46a261edf9eb6840ef8a97"
tag: "sonarqube:8.4-enterprise"
- url: "docker://docker.io/library/sonarqube@sha256:96f9badd47a6113a7bdbe4f491b2bc2ab05e5f66205667fdf0bbb3b6280e42af"
tag: "sonarqube:8.5-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