UNCLASSIFIED

Commit ca76f8c8 authored by bhearn's avatar bhearn
Browse files

update hardening manifest

parent 16962d20
Pipeline #104391 passed with stage
in 5 seconds
......@@ -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
......
......@@ -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:
```
......
......@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment