From 4b9b47af189f51d036d9cb373e0e73bfe0043a06 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 12 Jan 2021 01:09:58 +0000 Subject: [PATCH 1/9] Update sonarqube:8.6-enterprise Docker digest to ad3e8e1 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 54bb3d3..6627d09 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:d8d2ee0bb81584c2becbf8daafce42c9209c8dc923236e3b54f6644ac0c4fceb" +- url: "docker://docker.io/library/sonarqube@sha256:ad3e8e1e16e86bc9ebd7f0168036c1205413ae4a30fdc402ea31982214987c9a" tag: "sonarqube:8.6-enterprise" # List of project maintainers -- GitLab From 7546bb706218c8920af0fab74ddf009ca14d0cef Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 27 Jan 2021 01:05:22 +0000 Subject: [PATCH 2/9] 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 a559843..5a8415e 100644 --- a/Kptfile +++ b/Kptfile @@ -9,5 +9,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/enterprise - ref: 8.6 + ref: 8.6.1.40680 updateStrategy: resource-merge -- GitLab From 1e67582ca21c08731c0ff28d7e30de2b9f56cd51 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 28 Jan 2021 01:05:12 +0000 Subject: [PATCH 3/9] Update sonarqube:8.6-enterprise Docker digest to 23ba82c --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 6627d09..b401442 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:ad3e8e1e16e86bc9ebd7f0168036c1205413ae4a30fdc402ea31982214987c9a" +- url: "docker://docker.io/library/sonarqube@sha256:23ba82c678554587e80d3426e7629e624ac184827e01e02af5eb48641dfdf338" tag: "sonarqube:8.6-enterprise" # List of project maintainers -- GitLab From 89e0a2b699bb63b3964589b4de0c3b4b4f3a4851 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 8 Mar 2021 18:23:48 +0000 Subject: [PATCH 4/9] Update dependency SonarSource/docker-sonarqube to v8.7 --- Kptfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kptfile b/Kptfile index 5a8415e..d7c3b9a 100644 --- a/Kptfile +++ b/Kptfile @@ -9,5 +9,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/enterprise - ref: 8.6.1.40680 + ref: 8.7 updateStrategy: resource-merge -- GitLab From e5fee5485935c7eb29df31235acac1df659d6824 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 8 Mar 2021 18:23:50 +0000 Subject: [PATCH 5/9] 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 f12044e..adc4a6d 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-enterprise AS build +FROM sonarqube:8.7-enterprise AS build FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG SONARQUBE_VERSION="8.6-enterprise" +ARG SONARQUBE_VERSION="8.7-enterprise" 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 b401442..da0f00f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "sonarsource/sonarqube/sonarqube8-enterprise" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "8.6-enterprise" +- "8.7-enterprise" - "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-enterprise" + org.opencontainers.image.version: "8.7-enterprise" ## 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:23ba82c678554587e80d3426e7629e624ac184827e01e02af5eb48641dfdf338" - tag: "sonarqube:8.6-enterprise" +- url: "docker://docker.io/library/sonarqube@sha256:07bd1c44c9c29a08ebb010616d51f86ecc80b9c491b67fb450672e7a0a74a4e8" + tag: "sonarqube:8.7-enterprise" # List of project maintainers maintainers: -- GitLab From 9a247784b55ec63ac083b0ab6f30cfa3da2b7ecc Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 11 Mar 2021 01:08:40 +0000 Subject: [PATCH 6/9] Update sonarqube:8.7-enterprise Docker digest to 5ee8cc5 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index da0f00f..2d9e5da 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:07bd1c44c9c29a08ebb010616d51f86ecc80b9c491b67fb450672e7a0a74a4e8" +- url: "docker://docker.io/library/sonarqube@sha256:5ee8cc531faf28dcc695fe6b8b1fd4704d36c83b7920f86a92a0bf7f3c5259fd" tag: "sonarqube:8.7-enterprise" # List of project maintainers -- GitLab From 510a9aef08fc982b2e0031ae1a5826e7eb779f5a Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 12 Mar 2021 01:08:44 +0000 Subject: [PATCH 7/9] Update sonarqube:8.7-enterprise Docker digest to 68ebed6 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 2d9e5da..deea4b9 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:5ee8cc531faf28dcc695fe6b8b1fd4704d36c83b7920f86a92a0bf7f3c5259fd" +- url: "docker://docker.io/library/sonarqube@sha256:68ebed67cc82a71e69b8a76c88c6311b598221484fa16bc7b5ef5875a6e7c27c" tag: "sonarqube:8.7-enterprise" # List of project maintainers -- GitLab From d6e5d61d417dec9d330a3834d3308994e64079b3 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 13 Mar 2021 01:08:29 +0000 Subject: [PATCH 8/9] 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 d7c3b9a..a76dbfa 100644 --- a/Kptfile +++ b/Kptfile @@ -9,5 +9,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/enterprise - ref: 8.7 + ref: 8.7.1 updateStrategy: resource-merge -- GitLab From 1cf61227fc95b43ab35335acee8c1abf917e24f1 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Tue, 16 Mar 2021 12:02:51 -0400 Subject: [PATCH 9/9] use patch release tag --- Dockerfile | 4 ++-- hardening_manifest.yaml | 6 +++--- renovate.json | 13 +------------ 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/Dockerfile b/Dockerfile index adc4a6d..22cfed7 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-enterprise AS build +FROM sonarqube:8.7.1-enterprise AS build FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index deea4b9..83fddc5 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "sonarsource/sonarqube/sonarqube8-enterprise" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "8.7-enterprise" +- "8.7.1-enterprise" - "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-enterprise" + org.opencontainers.image.version: "8.7.1-enterprise" ## 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" @@ -38,7 +38,7 @@ labels: # List of resources to make available to the offline build context resources: - url: "docker://docker.io/library/sonarqube@sha256:68ebed67cc82a71e69b8a76c88c6311b598221484fa16bc7b5ef5875a6e7c27c" - tag: "sonarqube:8.7-enterprise" + tag: "sonarqube:8.7.1-enterprise" # List of project maintainers maintainers: diff --git a/renovate.json b/renovate.json index 1ff40b9..65a6295 100644 --- a/renovate.json +++ b/renovate.json @@ -14,17 +14,6 @@ ] }, "regexManagers": [ - { - "fileMatch": [ - "^Dockerfile$" - ], - "matchStrings": [ - "version=\"(?.*?)\"" - ], - "depNameTemplate": "sonarqube", - "datasourceTemplate": "docker", - "versioningTemplate": "docker" - }, { "fileMatch": [ "^Dockerfile$" @@ -70,4 +59,4 @@ "versioningTemplate": "docker" } ] -} \ No newline at end of file +} -- GitLab