From 4d20d134c15cab3d794866204cc2efb1c6dd6476 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 5 Jun 2021 01:12:00 +0000 Subject: [PATCH 1/2] Update lovasoa/wbo Docker tag to v1.13.1 --- Dockerfile | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d51de7b..13bb9b9 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.12.0 as base +FROM lovasoa/wbo:1.13.1 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index b879243..af94964 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.12.0" +- "1.13.1" - "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.12.0" + org.opencontainers.image.version: "1.13.1" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "opensource" ## This value can be "opensource" or "commercial" -- GitLab From a5876c152dc56cb15928a8aa14c825f0530170d5 Mon Sep 17 00:00:00 2001 From: shen_vickie Date: Mon, 7 Jun 2021 08:56:07 -0400 Subject: [PATCH 2/2] bumped to 1.13.1 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index af94964..c16e4d4 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.12.0 - url: docker://docker.io/lovasoa/wbo@sha256:bcd26a5b9764aa12f59422541cdcd6a6534b45dd33dd78577f552008fe3b90e5 +- tag: lovasoa/wbo:1.13.1 + url: docker://docker.io/lovasoa/wbo@sha256:a22b9198e3eb2a4f51d06c7b6c134bc1faea01921d6e1eff31735e0ef8afce05 # List of project maintainers maintainers: -- GitLab