From 18acc8bf9f9d7899a9266875ad51e1496664edd5 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 12 Jan 2021 01:10:03 +0000 Subject: [PATCH 1/8] Update sonarqube:8.6-community Docker digest to de70dac --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 0e3eb4a..f670d30 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,7 +37,7 @@ labels: # List of resources to make available to the offline build context resources: -- url: docker://docker.io/library/sonarqube@sha256:993b79a45e985a36046327759ecc76d711dfde123ed11944d32a3282d66758cb +- url: docker://docker.io/library/sonarqube@sha256:de70dac6e706c4b40b38319c26fb25f7f9c0bf44d67d2ad603a7c4a75b91998c tag: sonarqube:8.6-community # List of project maintainers -- GitLab From 633c9185420b8ba11c43fbfa3fca411e5b6ad53c Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 27 Jan 2021 01:05:27 +0000 Subject: [PATCH 2/8] Update dependency SonarSource/docker-sonarqube to v8.6.1.40680 --- Kptfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kptfile b/Kptfile index b10b47a..f3f3405 100644 --- a/Kptfile +++ b/Kptfile @@ -9,5 +9,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/community - ref: 8.6 + ref: 8.6.1.40680 updateStrategy: resource-merge -- GitLab From b036195bd9f1c64c1f18013b5496cd8d2b113939 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 28 Jan 2021 01:05:16 +0000 Subject: [PATCH 3/8] Update sonarqube:8.6-community Docker digest to e3c10d3 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f670d30..f942140 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,7 +37,7 @@ labels: # List of resources to make available to the offline build context resources: -- url: docker://docker.io/library/sonarqube@sha256:de70dac6e706c4b40b38319c26fb25f7f9c0bf44d67d2ad603a7c4a75b91998c +- url: docker://docker.io/library/sonarqube@sha256:e3c10d39e7c0a6d9990eac35ddf5bff32e264ea2d3280137e787e185be584a53 tag: sonarqube:8.6-community # List of project maintainers -- GitLab From c96fccbf577ce9e44f66e96ad1da238bdad7aea1 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 8 Mar 2021 18:23:55 +0000 Subject: [PATCH 4/8] Update dependency SonarSource/docker-sonarqube to v8.7 --- Kptfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kptfile b/Kptfile index f3f3405..b37d4cb 100644 --- a/Kptfile +++ b/Kptfile @@ -9,5 +9,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/community - ref: 8.6.1.40680 + ref: 8.7 updateStrategy: resource-merge -- GitLab From 15878342487e284e0778055c1a928e25747d64f1 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 8 Mar 2021 18:23:57 +0000 Subject: [PATCH 5/8] Update sonarqube Docker tag to v8.7 --- Dockerfile | 4 ++-- hardening_manifest.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5620f09..8fe8278 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,11 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11 ARG BASE_TAG=1.11 -FROM sonarqube:8.6-community AS build +FROM sonarqube:8.7-community AS build FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG SONARQUBE_VERSION="8.6-community" +ARG SONARQUBE_VERSION="8.7-community" ENV SONAR_VERSION="${SONARQUBE_VERSION}" \ SONARQUBE_HOME="/opt/sonarqube" \ SQ_DATA_DIR="/opt/sonarqube/data" \ diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index f942140..b8f18e2 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "sonarsource/sonarqube/sonarqube8-community" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "8.6-community" +- "8.7-community" - "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.6-community" + org.opencontainers.image.version: "8.7-community" ## 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:e3c10d39e7c0a6d9990eac35ddf5bff32e264ea2d3280137e787e185be584a53 - tag: sonarqube:8.6-community +- url: docker://docker.io/library/sonarqube@sha256:601b93e9abd198e4b4c42c73d9b99905d990a24eb041db8be647b988f238d980 + tag: sonarqube:8.7-community # List of project maintainers maintainers: -- GitLab From 11bb147aa877697e6ef5577cd895a791a845fa31 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 11 Mar 2021 01:08:44 +0000 Subject: [PATCH 6/8] Update sonarqube:8.7-community Docker digest to 13a3012 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index b8f18e2..33bed9b 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,7 +37,7 @@ labels: # List of resources to make available to the offline build context resources: -- url: docker://docker.io/library/sonarqube@sha256:601b93e9abd198e4b4c42c73d9b99905d990a24eb041db8be647b988f238d980 +- url: docker://docker.io/library/sonarqube@sha256:13a30125ee86c41a61c5843f4985585eb612880921d75430e097e1cd2d3e6211 tag: sonarqube:8.7-community # List of project maintainers -- GitLab From d8736c2803228497f7e56f68d2c09d65bdd317c8 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 13 Mar 2021 01:08:34 +0000 Subject: [PATCH 7/8] Update dependency SonarSource/docker-sonarqube to v8.7.1 --- Kptfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kptfile b/Kptfile index b37d4cb..e3fda01 100644 --- a/Kptfile +++ b/Kptfile @@ -9,5 +9,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/community - ref: 8.7 + ref: 8.7.1 updateStrategy: resource-merge -- GitLab From 08a91bf55bb1efbd7bc9f3c56955b32cc5f65b75 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Thu, 18 Mar 2021 09:24:17 -0400 Subject: [PATCH 8/8] tag with patch release --- Dockerfile | 4 ++-- hardening_manifest.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8fe8278..e4dcd52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -ARG BASE_REGISTRY=registry1.dsop.io +ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11 ARG BASE_TAG=1.11 -FROM sonarqube:8.7-community AS build +FROM sonarqube:8.7.1-community AS build FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 33bed9b..8af3b41 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "sonarsource/sonarqube/sonarqube8-community" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "8.7-community" +- "8.7.1-community" - "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-community" + org.opencontainers.image.version: "8.7.1-community" ## 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:13a30125ee86c41a61c5843f4985585eb612880921d75430e097e1cd2d3e6211 - tag: sonarqube:8.7-community +- url: docker://docker.io/library/sonarqube@sha256:0ecf7b8b94efa1d010054f8b930e671c4415b6673e8e3bafa6d0a8c6b62d546f + tag: sonarqube:8.7.1-community # List of project maintainers maintainers: -- GitLab