From bf6a95f0f2898a28230dd7a85ec70f8c0168d14f Mon Sep 17 00:00:00 2001 From: "shen_vickie@bah.com" Date: Wed, 3 Feb 2021 16:18:12 -0500 Subject: [PATCH] minor version bump to 5.16.1 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f90fd6..14cd644 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,4 @@ EXPOSE 8161 61616 5672 61613 1833 HEALTHCHECK CMD curl localhost:8161 -CMD ["apache-activemq/bin/activemq", " start"] \ No newline at end of file +CMD ["apache-activemq/bin/activemq", " start"] diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 08fb8e8..819340f 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.0" +- "5.16.1" - "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.0" + org.opencontainers.image.version: "5.16.1" ## 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.0/apache-activemq-5.16.0-bin.tar.gz + url: https://downloads.apache.org/activemq/5.16.1/apache-activemq-5.16.1-bin.tar.gz validation: type: sha512 - value: 999928176e57b0805e8a53834e7f4eb648baf271a0c60de31ebd95fa63f2b089aa41c2ef7353790835e2e8cc39c4b778f535b38e6dc0c67a79c3c1da335c4a0a + value: 43d3f3a890bffae85c6f1002e9cf950fcc1fd17f3f5e55dc3b85d39d09e2e323 # List of project maintainers # FIXME: Fill in the following details for the current container owner in the whitelist -- GitLab