From 8472a9760dc0fb59d3c26e454c19632b4b4dcd17 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 27 Mar 2021 01:04:10 +0000 Subject: [PATCH 1/2] Update sonarqube Docker tag to v8.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13ca354..bbe0da9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM sonarqube:8.7.1-developer AS build FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG SONARQUBE_VERSION="8.7-developer" +ARG SONARQUBE_VERSION="8.8-developer" ENV SONAR_VERSION="${SONARQUBE_VERSION}" \ SONARQUBE_HOME="/opt/sonarqube" \ SQ_DATA_DIR="/opt/sonarqube/data" \ -- GitLab From ae0248faf1ac697081f3db7c79985b2b3e46a19c Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Mon, 5 Apr 2021 10:29:06 -0400 Subject: [PATCH 2/2] bump 8.8 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index bbe0da9..3f58017 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11 ARG BASE_TAG=1.11 -FROM sonarqube:8.7.1-developer AS build +FROM sonarqube:8.8-developer AS build FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index eaf61ec..d92a4a8 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "sonarsource/sonarqube/sonarqube8-developer" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "8.7.1-developer" +- "8.8-developer" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://docs.sonarqube.org/latest/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "SonarSource SA" - org.opencontainers.image.version: "8.7.1-developer" + org.opencontainers.image.version: "8.8-developer" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "cicd,devops,sast,review" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- url: "docker://docker.io/library/sonarqube@sha256:008607eec24e44db50a7223df8ea3ac916b498bb39fe51da0c1f6b15a8d63708" - tag: "sonarqube:8.7.1-developer" +- url: "docker://docker.io/library/sonarqube@sha256:396c2e19b0b94b700f6cbc3e5647c82faeb730aa5f3c6b85944988f61feef41d" + tag: "sonarqube:8.8-developer" # List of project maintainers maintainers: -- GitLab