diff --git a/Dockerfile b/Dockerfile index bc9aecfe963cec05bd1524e7fe3066585b74d4e6..0b50fc1e10edba8d1c1936eb28d253c4649bc8a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,14 +4,6 @@ ARG BASE_TAG=1.8.0 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -LABEL name="Apache ActiveMQ Artemis" \ - maintainer="bhearn@anchore.com" \ - vendor="Opensource" \ - version="2.16.0" \ - release="1" \ - summary="Image of Apache ActiveMQ Artemis" \ - description="Apache ActiveMQ is an open source, multi-protocol, Java-based messaging server." - 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/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 2c5de0a7ccc9c49497fbe3aa59bb89abace37209..0000000000000000000000000000000000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -@Library('DCCSCR@master') _ -dccscrPipeline(version: "2.16.0") \ No newline at end of file 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/download.yaml b/download.yaml deleted file mode 100644 index 952269c05cd87341c3f6d90d00639b1c984faf45..0000000000000000000000000000000000000000 --- a/download.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -resources: - - url: "https://downloads.apache.org/activemq/activemq-artemis/2.16.0/apache-artemis-2.16.0-bin.tar.gz" - filename: "apache-activemq-artemis.tar.gz" - validation: - type: "sha512" - value: "4990a6b742b08bff6a4c7b310d2610565b08a2a02e1a7aec065460d16f8a6fe3d4fe91a8040839f93d7c2eab09fd6a79848fb130f9820559ee3e81dcf8d51ead" \ No newline at end of file diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..45076ce7f8e91d9a272920371768b3af4c7971d3 --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,58 @@ +--- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "opensource/apache/active-mq-artemis" + +# List of tags to push for the repository in registry1 +# The most specific version should be the first tag and will be shown +# on ironbank.dsop.io +tags: +- "2.16.0" +- "latest" + +# Build args passed to Dockerfile ARGs +args: + BASE_IMAGE: "redhat/openjdk/openjdk8" + BASE_TAG: "1.8.0" + +# Docker image labels +labels: + org.opencontainers.image.title: "active-mq-artemis" + ## Human-readable description of the software packaged in the image + 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: "Apache-2.0" + ## URL to find more information on the image + org.opencontainers.image.url: "http://activemq.apache.org/components/artemis/" + ## Name of the distributing entity, organization or individual + 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: "opensource" + ## Product the image belongs to for grouping multiple images + mil.dso.ironbank.product.name: "opensource/apache" + +# List of resources to make available to the offline build context +resources: +- filename: apache-activemq-artemis.tar.gz + url: https://downloads.apache.org/activemq/activemq-artemis/2.16.0/apache-artemis-2.16.0-bin.tar.gz + validation: + type: sha512 + value: 4990a6b742b08bff6a4c7b310d2610565b08a2a02e1a7aec065460d16f8a6fe3d4fe91a8040839f93d7c2eab09fd6a79848fb130f9820559ee3e81dcf8d51ead + +# List of project maintainers +# FIXME: Fill in the following details for the current container owner in the whitelist +# FIXME: Include any other vendor information if applicable +maintainers: +- email: "bhearn@anchore.com" + # 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"