UNCLASSIFIED - NO CUI

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

Update sonarqube Docker tag to v8.4

parent c1701031
No related branches found
No related tags found
2 merge requests!10Development,!4Update sonarqube Docker tag to v8.4
Pipeline #27102 passed
......@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry.access.redhat.com
ARG BASE_IMAGE=ubi8
ARG BASE_TAG=8.2
FROM sonarqube:8.3-enterprise AS build
FROM sonarqube:8.4-enterprise AS build
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
---
resources:
- url: "docker://docker.io/library/sonarqube@sha256:418203b111207356fc55a525050b81f96931583d5d40cf32e0ef1ed44906281a"
tag: "sonarqube:8.3-enterprise"
- url: "docker://docker.io/library/sonarqube@sha256:e91b41e760735a867162ba65c845c70945b121edcaa2e1e1ab9db061d956d563"
tag: "sonarqube:8.4-enterprise"
  • jenkins-gitlab @jenkins-gitlab ·

    Pipeline Status: SUCCESS
    Branch: renovate/docker-sonarqube-8.x

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
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