From ae5ba7c3493bc76e43ec431bfb741de020ecc9f4 Mon Sep 17 00:00:00 2001 From: Alozie Obuh Date: Tue, 8 Jun 2021 15:47:27 -0600 Subject: [PATCH 1/2] update to v25.38.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 55784e7..49e34eb 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.36.3 as builder +FROM renovate/renovate:25.38.0 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index b333932..d6b4064 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.36.3" +- "25.38.0" - "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.36.3" + org.opencontainers.image.version: "25.38.0" ## 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.36.3 - url: docker://docker.io/renovate/renovate@sha256:bec15060800e221a194256eb04c24a4721184793c88b8ea2a3efd36cd1e0f4db +- tag: renovate/renovate:25.38.0 + url: docker://docker.io/renovate/renovate@sha256:2f6476a1de15bf84e24f89768f703122d2e3206fc2de3fa1ddbafadba2afd294 - 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 From d394ee5aa7e5c3f61aa9daf0e92bfbc4fc6eb907 Mon Sep 17 00:00:00 2001 From: Alozie Obuh Date: Tue, 8 Jun 2021 19:53:54 -0600 Subject: [PATCH 2/2] update to v25.38.2 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49e34eb..db59608 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.38.0 as builder +FROM renovate/renovate:25.38.2 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index d6b4064..1e935be 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.38.0" +- "25.38.2" - "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.38.0" + org.opencontainers.image.version: "25.38.2" ## 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.38.0 - url: docker://docker.io/renovate/renovate@sha256:2f6476a1de15bf84e24f89768f703122d2e3206fc2de3fa1ddbafadba2afd294 +- tag: renovate/renovate:25.38.2 + url: docker://docker.io/renovate/renovate@sha256:395dc1663ced5889e49b9a4afcae99801ea0dbcd2d9220bd9b76b8293ad8d0ea - 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