From 011bfbf4be172aad57868fdb6dcf235bb91e3270 Mon Sep 17 00:00:00 2001 From: jacob rohlman Date: Wed, 19 May 2021 14:50:32 -0500 Subject: [PATCH 1/2] Updated to now build and run --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14cd644..fddd89a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_REGISTRY=registry1.dsop.io +ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk13 ARG BASE_TAG=1.13.0 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 39ea37c..1e4da68 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/apache/activemq" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "5.16.1" +- "5.16.2" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "http://activemq.apache.org/components/classic/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Apache" - org.opencontainers.image.version: "5.16.1" + org.opencontainers.image.version: "5.16.2" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" ## This value can be "opensource" or "commercial" @@ -38,10 +38,10 @@ labels: # List of resources to make available to the offline build context resources: - filename: apache-activemq-bin.tar.gz - url: https://downloads.apache.org/activemq/5.16.1/apache-activemq-5.16.1-bin.tar.gz + url: https://downloads.apache.org/activemq/5.16.2/apache-activemq-5.16.2-bin.tar.gz validation: type: sha512 - value: f98c9da5dafa2dc291070fecd57b7fccd0954cc8b2be09abc77ea66745b89283358297f308ec30dd47efd3e0c9d4cffc3821ef429f8f94d6c8971bbe933809b2 + value: 212feca1ee4bc750befd45a735cbfef00c0c9aee451ef5116e991330c1ab105b # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist -- GitLab From 4e2321e036ff586693e237263774fad301b2e2e3 Mon Sep 17 00:00:00 2001 From: jacob rohlman Date: Wed, 19 May 2021 14:56:32 -0500 Subject: [PATCH 2/2] updated shasum --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 1e4da68..87df6fa 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -41,7 +41,7 @@ resources: url: https://downloads.apache.org/activemq/5.16.2/apache-activemq-5.16.2-bin.tar.gz validation: type: sha512 - value: 212feca1ee4bc750befd45a735cbfef00c0c9aee451ef5116e991330c1ab105b + value: 27bb26786640f74dcf404db884bedffc0af4bfb2a0248c398044ac9a13e19ff097c590b79eb1404e0b04d17a8f85a8f7de87186a96744e19162d70b3c7a9bdde # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist -- GitLab