From 328cbd4bd0a74ecfc2155c0c18dd45b18f5d26a1 Mon Sep 17 00:00:00 2001 From: Robert Prince Date: Fri, 20 Aug 2021 11:30:12 -0700 Subject: [PATCH 1/2] Update Dockerfile for v3.1.1 Signed-off-by: Robert Prince --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54ab2fd..aae586e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as base-builder ARG ARTIFACT_PROJECT="enterprise" -ARG ARTIFACT_VERSION="v3.1.0" +ARG ARTIFACT_VERSION="v3.1.1" ARG TARBALL="${ARTIFACT_PROJECT}"-"${ARTIFACT_VERSION}" USER root:root @@ -28,10 +28,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as enterprise-final ARG CLI_COMMIT ARG ANCHORE_COMMIT -ARG ANCHORE_ENGINE_VERSION="0.10.0" +ARG ANCHORE_ENGINE_VERSION="0.10.1" ARG ANCHORE_ENGINE_RELEASE="r0" ARG ENTERPRISE_COMMIT=master -ARG ANCHORE_ENTERPRISE_VERSION="3.1.0" +ARG ANCHORE_ENTERPRISE_VERSION="3.1.1" ARG ANCHORE_ENTERPRISE_RELEASE="r0" -- GitLab From 2aec6c81a88a8d221895f431fbcb68678665d068 Mon Sep 17 00:00:00 2001 From: Robert Prince Date: Fri, 20 Aug 2021 13:53:28 -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 ffad326..9ceac96 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "anchore/enterprise/enterprise" # 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/" ## 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: enterprise-v3.1.0-buildblob.tgz - url: s3://dcar-anchore-artifacts/enterprise-v3.1.0-buildblob.tgz + filename: enterprise-v3.1.1-buildblob.tgz + url: s3://dcar-anchore-artifacts/enterprise-v3.1.1-buildblob.tgz validation: type: sha256 - value: eef8b1e110e0290e7d97435d9080e09b8e790d7507b930dfd4f87c68303b144f + value: d1965411c664211fe45b961366e8bb247dbf47130332462062dac27c55c45475 # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist -- GitLab