diff --git a/Dockerfile b/Dockerfile index ad9c65c418a6e805641f990c688160443769cb3f..0b50fc1e10edba8d1c1936eb28d253c4649bc8a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ ARG BASE_TAG=1.8.0 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} - COPY apache-activemq-artemis.tar.gz /scripts/docker-run.sh opt/ # Make sure pipes are considered to determine success, see: https://github.com/hadolint/hadolint/wiki/DL4006 diff --git a/README.md b/README.md index 7df95404362725f3c5a9b607158a3b8eca73a489..de8a35800a323376050aca8b38e82ae52b515456 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Apache ActiveMQ is an open source, multi-protocol, Java-based messaging server. ## Download -1. Go to the [Apache webpage](https://ironbank.dsop.io/ironbank/repomap/opensource/apache) in Iron Bank and download the latest ActiveMQ Artemis tarball. +1. Go to the [Apache webpage](https://ironbank.dso.mil/ironbank/repomap/opensource/apache) in Iron Bank and download the latest ActiveMQ Artemis tarball. 2. Navigate to the location of the download and run: ``` diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index d629382e6963c538c978fe0868d26e90913288ee..45076ce7f8e91d9a272920371768b3af4c7971d3 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -20,20 +20,20 @@ args: labels: org.opencontainers.image.title: "active-mq-artemis" ## Human-readable description of the software packaged in the image - # org.opencontainers.image.description: "FIXME" + org.opencontainers.image.description: "Apache ActiveMQ is an open source, multi-protocol, Java-based messaging server." ## License(s) under which contained software is distributed - # org.opencontainers.image.licenses: "FIXME" + org.opencontainers.image.licenses: "Apache-2.0" ## URL to find more information on the image - # org.opencontainers.image.url: "FIXME" + org.opencontainers.image.url: "http://activemq.apache.org/components/artemis/" ## Name of the distributing entity, organization or individual - # org.opencontainers.image.vendor: "FIXME" + org.opencontainers.image.vendor: "Apache" org.opencontainers.image.version: "2.16.0" ## Keywords to help with search (ex. "cicd,gitops,golang") # mil.dso.ironbank.image.keywords: "FIXME" ## This value can be "opensource" or "commercial" - # mil.dso.ironbank.image.type: "FIXME" + mil.dso.ironbank.image.type: "opensource" ## Product the image belongs to for grouping multiple images - # mil.dso.ironbank.product.name: "FIXME" + mil.dso.ironbank.product.name: "opensource/apache" # List of resources to make available to the offline build context resources: @@ -48,11 +48,11 @@ resources: # FIXME: Include any other vendor information if applicable maintainers: - email: "bhearn@anchore.com" -# # The name of the current container owner -# name: "FIXME" -# # The gitlab username of the current container owner -# username: "FIXME" -# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT + # The name of the current container owner + name: "Blake Hearn" + # The gitlab username of the current container owner + username: "bhearn" + cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT # - name: "FIXME" # username: "FIXME" # email: "FIXME"