From c2011b16e1d67e7e4f57748870eb66a26ff8df01 Mon Sep 17 00:00:00 2001 From: Robert Prince Date: Fri, 20 Aug 2021 11:30:37 -0700 Subject: [PATCH 1/2] Update Dockerfile for v3.1.1 Signed-off-by: Robert Prince --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 40ab0c7..c41a62f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as anchore-on-prem-ui-builder ARG ARTIFACT_PROJECT="anchore-on-prem-ui" -ARG ARTIFACT_VERSION="v3.1.0" +ARG ARTIFACT_VERSION="v3.1.1" ARG TARBALL="${ARTIFACT_PROJECT}"-"${ARTIFACT_VERSION}" RUN mkdir /build_output @@ -20,7 +20,7 @@ RUN tar -xzv -C /build_output -f /build_output/anchore-buildblob.tgz FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as anchore-on-prem-ui-final ARG ANCHORE_ON_PREM_UI_COMMIT -ARG ANCHORE_ON_PREM_UI_VERSION="3.1.0" +ARG ANCHORE_ON_PREM_UI_VERSION="3.1.1" ARG ANCHORE_ON_PREM_UI_RELEASE="r0" -- GitLab From a99224eefd72480eabf8e3073c4fb65442474de7 Mon Sep 17 00:00:00 2001 From: Robert Prince Date: Fri, 20 Aug 2021 13:54:29 -0700 Subject: [PATCH 2/2] Update hardening manifest for v3.1.1 Signed-off-by: Robert Prince --- hardening_manifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 140e8ce..bfd3ca1 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "anchore/enterpriseui/enterpriseui" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "3.1.0" +- "3.1.1" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://docs.anchore.com/current/docs/installation/ui/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Anchore" - org.opencontainers.image.version: "3.1.0" + org.opencontainers.image.version: "3.1.1" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" ## This value can be "opensource" or "commercial" @@ -40,11 +40,11 @@ resources: - auth: id: anchore-credential region: us-west-2 - filename: anchore-on-prem-ui-v3.1.0-buildblob.tgz - url: s3://dcar-anchore-artifacts/anchore-on-prem-ui-v3.1.0-buildblob.tgz + filename: anchore-on-prem-ui-v3.1.1-buildblob.tgz + url: s3://dcar-anchore-artifacts/anchore-on-prem-ui-v3.1.1-buildblob.tgz validation: type: sha256 - value: 2db360da45d4f1d2f70609a29e931c771fe54b48dafa9e2ad49a8ecdeca41b36 + value: 643769b8e42040d97fcce1e06458b4476876c19fcb23a419f1adb5829581be2c # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist -- GitLab