From 90503ac4e8001dc5098c807e0884eb08e062fd0e Mon Sep 17 00:00:00 2001 From: Alozie Obuh Date: Wed, 2 Jun 2021 13:30:03 -0600 Subject: [PATCH 1/2] update to v25.35.5 --- Dockerfile | 2 +- hardening_manifest.yaml | 14 +++++++------- renovate.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index f1599fa..9c0f03c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs14 ARG BASE_TAG=14.17.0 -FROM renovate/renovate:25.34.3-slim as builder +FROM renovate/renovate:25.35.5 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 7b2a727..fc21720 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "container-hardening-tools/renovate/renovate" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "25.34.3" +- "25.35.5" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/renovatebot/renovate" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "WhiteSource" - org.opencontainers.image.version: "25.34.3" + org.opencontainers.image.version: "25.35.5" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "automation,dependency,updates" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: renovate/renovate:25.34.3-slim - url: docker://docker.io/renovate/renovate@sha256:c36d07c5bf1ea24e00ffeeb09723f219305f5921eea7559405884bb506a84478 +- tag: renovate/renovate:25.35.5 + url: docker://docker.io/renovate/renovate@660607484713606ab1c910ec2cc62070e7135c3cb93669890493b35c298c2faf - filename: helm-docs.tar.gz url: https://github.com/norwoodj/helm-docs/releases/download/v1.5.0/helm-docs_1.5.0_Linux_x86_64.tar.gz validation: @@ -57,7 +57,7 @@ resources: # List of project maintainers maintainers: -- name: "Sean Melissari" - username: "sean.melissari" - email: "melissari_sean@bah.com" +- name: "Alozie Obuh" + username: "obuh.alozie" + email: "obuh.aloze@solute.us" cht_member: true diff --git a/renovate.json b/renovate.json index 95e46d4..5d91e55 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@sean.melissari" + "@obuh.alozie" ], "baseBranches": [ "development" -- GitLab From 588511f38a25fdd69d00484696eb0d060b714ecf Mon Sep 17 00:00:00 2001 From: Alozie Obuh Date: Wed, 2 Jun 2021 13:36:50 -0600 Subject: [PATCH 2/2] update to v25.35.5 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index fc21720..9067e8c 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -38,7 +38,7 @@ labels: # List of resources to make available to the offline build context resources: - tag: renovate/renovate:25.35.5 - url: docker://docker.io/renovate/renovate@660607484713606ab1c910ec2cc62070e7135c3cb93669890493b35c298c2faf + url: docker://docker.io/renovate/renovate@sha256:660607484713606ab1c910ec2cc62070e7135c3cb93669890493b35c298c2faf - filename: helm-docs.tar.gz url: https://github.com/norwoodj/helm-docs/releases/download/v1.5.0/helm-docs_1.5.0_Linux_x86_64.tar.gz validation: -- GitLab