From dba45c58886257743c908c641330435075524bb5 Mon Sep 17 00:00:00 2001 From: JoelTrain Date: Thu, 5 Aug 2021 11:39:33 -0500 Subject: [PATCH 1/2] update to new hash and location of file --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5d185f3..83bb6f3 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -41,10 +41,10 @@ resources: id: beast region: us-east-2 filename: weapon-one.tar.gz - url: s3://beast-code.weapon-one/628682ef2e1a72d36d032904f7cfb2a050101d97/weapon-one.tar.gz + url: s3://beast-code.weapon-one/3126397286c2e6e7ac85f4f585671f359676bada/weapon-one.tar.gz validation: type: sha256 - value: 2321cac64b32afe622013b87f38ea6a251b98e57d5d682d8f1cb2411b753ccda + value: 325e250feb30eaa213c44e16101a141e34c1621816c9c70ae2495669f8b5178e - auth: id: beast region: us-east-2 -- GitLab From f493b5e8a3c602aade5554633e9f1d503d0976a8 Mon Sep 17 00:00:00 2001 From: JoelTrain Date: Thu, 5 Aug 2021 11:39:44 -0500 Subject: [PATCH 2/2] update version number --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 83bb6f3..387dec1 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "beast-code/weapon-one/base-image" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - "0.2.0" + - "0.2.1" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://beast-code.com/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Beast Code, LLC" - org.opencontainers.image.version: "0.2.0" + org.opencontainers.image.version: "0.2.1" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "digital twin, 3D, real time" ## This value can be "opensource" or "commercial" -- GitLab