From 3f4c5573753c1cc2fdb6fff2043061641330b53b Mon Sep 17 00:00:00 2001 From: Brandon Sumner Date: Mon, 24 May 2021 13:34:37 -0500 Subject: [PATCH] updated 1.6.0 refs and sha --- Dockerfile | 2 +- hardening_manifest.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fecbb2f..90c69e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_TAG=8.3 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -ARG VERSION=1.4.0 +ARG VERSION=1.6.0 ARG USERNAME=benjo diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 956825d..fa78ff1 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "beast-code/courseware/base-image" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.4.0" +- "1.6.0" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://beast-code.com/products/courseware" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Beast Code, LLC" - org.opencontainers.image.version: "1.4.0" + org.opencontainers.image.version: "1.6.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "digital twin, 3D" ## This value can be "opensource" or "commercial" @@ -44,7 +44,7 @@ resources: url: s3://beast-code.core/courseware.tar.gz validation: type: sha256 - value: 313391f975869b672b132951c14fc44e688fb36f1948f4e875b2504fca03fcb5 + value: 48b00d5d0a6accfa51656536f982ff698035fe386e08fea617e87b5a4c5028a7 - auth: id: beast region: us-east-2 -- GitLab