From 8e55a105b63d4b1a9c1ba4f2dafb56bd2086e39f Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 3 Jun 2021 01:09:28 +0000 Subject: [PATCH 1/2] Update lovasoa/wbo Docker tag to v1.12.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc45902..d51de7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs12 ARG BASE_TAG=12.22.1 -FROM lovasoa/wbo:1.11.0 as base +FROM lovasoa/wbo:1.12.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5947d95..70926dc 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/lovasoa/wbo" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.11.0" +- "1.12.0" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/lovasoa/whitebophir" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "lovasoa" - org.opencontainers.image.version: "1.11.0" + org.opencontainers.image.version: "1.12.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "opensource" ## This value can be "opensource" or "commercial" -- GitLab From 737a2b5195e648df74c069503534cfe67df048ea Mon Sep 17 00:00:00 2001 From: shen_vickie Date: Thu, 3 Jun 2021 16:26:12 -0400 Subject: [PATCH 2/2] bumped version to 1.12.0 --- hardening_manifest.yaml | 4 ++-- renovate.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 70926dc..b879243 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: lovasoa/wbo:1.11.0 - url: docker://docker.io/lovasoa/wbo@sha256:249c4a1ae0a8f5000a639e65a9a31dd2ffa84bb6e9904c18d4856a6a8575cc25 +- tag: lovasoa/wbo:1.12.0 + url: docker://docker.io/lovasoa/wbo@sha256:bcd26a5b9764aa12f59422541cdcd6a6534b45dd33dd78577f552008fe3b90e5 # List of project maintainers maintainers: diff --git a/renovate.json b/renovate.json index 447d8aa..1620ea2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "assignees": [ - "@vickie.shen" + "@shen_vickie" ], "baseBranches": [ "development" -- GitLab