From 17210cc3f25d5b518b6db68dea193208732b4b2a Mon Sep 17 00:00:00 2001 From: JoelTrain Date: Thu, 22 Jul 2021 21:42:03 -0500 Subject: [PATCH] updated hardening manifest to point to new build --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index d8e7aff..3b0100f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "beast-code/project-blue/base-image" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: - - "0.1.0" + - "0.2.0" - "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.1.0" + org.opencontainers.image.version: "0.2.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "digital twin, 3D, Refit Support, Master Job File" ## This value can be "opensource" or "commercial" @@ -41,10 +41,10 @@ resources: id: beast region: us-east-2 filename: project-blue.tar.gz - url: s3://beast-code.project-blue/project-blue.tar.gz + url: s3://beast-code.project-blue/cff7c4cf03a95530b62ef0e7928e431fae9f5a23/project-blue.tar.gz validation: type: sha256 - value: 4dbebbba662a4452332d4b7d1368965267cc4374e6284e95bc295cbe09051a95 + value: 9a826fedce11b3ce2a6a9318ed24ef9ef4b2e2e9990486144d3fba16e9b2fd99 - auth: id: beast region: us-east-2 -- GitLab