From 74fc0c6e025a1564e9270ea1323ef0beb42e072e Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 10 Jun 2021 01:11:25 +0000 Subject: [PATCH 1/4] Update lovasoa/wbo Docker tag to v1.14.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13bb9b9..393cf49 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.13.1 as base +FROM lovasoa/wbo:v1.14.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index c16e4d4..86b3913 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.13.1" +- "v1.14.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.13.1" + org.opencontainers.image.version: "v1.14.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 b8f69b10d51226d5efa7ba972b278bfbe174fff3 Mon Sep 17 00:00:00 2001 From: shen_vickie Date: Thu, 10 Jun 2021 11:42:09 -0400 Subject: [PATCH 2/4] bumped to v1.14.0 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 86b3913..fff602b 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.13.1 - url: docker://docker.io/lovasoa/wbo@sha256:a22b9198e3eb2a4f51d06c7b6c134bc1faea01921d6e1eff31735e0ef8afce05 +- tag: lovasoa/wbo:1.14.1 + url: docker://docker.io/lovasoa/wbo@sha256:bdd41d3d6e266baf8a1f3047c3697615973d56a6fcf874801e15ae785941c9f9 # List of project maintainers maintainers: -- GitLab From 985978e2771f19f1cc653e096e5a0a2f44f77edb Mon Sep 17 00:00:00 2001 From: Karl Breidenbach Date: Thu, 10 Jun 2021 11:45:41 -0600 Subject: [PATCH 3/4] update and clarify DF nd HM to reference wbo:1.14.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 393cf49..fd3ddb8 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:v1.14.0 as base +FROM lovasoa/wbo:1.14.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index fff602b..75081c9 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: -- "v1.14.0" +- "1.14.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: "v1.14.0" + org.opencontainers.image.version: "1.14.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "opensource" ## This value can be "opensource" or "commercial" @@ -37,7 +37,7 @@ labels: # List of resources to make available to the offline build context resources: -- tag: lovasoa/wbo:1.14.1 +- tag: lovasoa/wbo:1.14.0 url: docker://docker.io/lovasoa/wbo@sha256:bdd41d3d6e266baf8a1f3047c3697615973d56a6fcf874801e15ae785941c9f9 # List of project maintainers -- GitLab From 1be3d1cae3714266d808020316df5e0fe8aa2f2b Mon Sep 17 00:00:00 2001 From: Karl Breidenbach Date: Thu, 10 Jun 2021 11:50:01 -0600 Subject: [PATCH 4/4] bump wbo to v1.14.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd3ddb8..393cf49 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.14.0 as base +FROM lovasoa/wbo:v1.14.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 75081c9..4b0f740 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.14.0" +- "v1.14.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.14.0" + org.opencontainers.image.version: "v1.14.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "opensource" ## 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: lovasoa/wbo:1.14.0 - url: docker://docker.io/lovasoa/wbo@sha256:bdd41d3d6e266baf8a1f3047c3697615973d56a6fcf874801e15ae785941c9f9 +- tag: lovasoa/wbo:v1.14.0 + url: docker://docker.io/lovasoa/wbo@sha256:85183c9f1187cfae0c208860014e7083e86c8ec4d6e11d3ab09054f3311f6f6d # List of project maintainers maintainers: -- GitLab