diff --git a/Dockerfile b/Dockerfile index 684ba3647efc285b1184dd7cff7a880112e8eb50..817a515103eabfefee04f250cf627b5f58615a14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,13 +8,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ENV LANG=C.UTF-8 -LABEL name="kafka dashboard" \ - maintainer="jparekh@vivsoft.io" \ - vendor="tchiotludo" \ - version="0.16.0" \ - release="1" \ - summary="Kafka dashboard" \ - description="Kafka GUI for Apache Kafka to manage topics, topics data, consumers group and schema registry" USER 0 diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 18f06b03a9d700b4c5493749224ebf22c503601e..0000000000000000000000000000000000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -@Library('DCCSCR@master') _ -dccscrPipeline(version: "0.16.0") diff --git a/download.yaml b/download.yaml deleted file mode 100644 index 456562527dd473753ac97786cb1c2b8c7bf3f249..0000000000000000000000000000000000000000 --- a/download.yaml +++ /dev/null @@ -1,3 +0,0 @@ -resources: - - url: "docker://docker.io/tchiotludo/akhq@sha256:44e00630f95b0a42c716f635b94cd53a7185aa6626502839f8afa8d8b35bf576" - tag: "tchiotludo/akhq:0.16.0" \ No newline at end of file diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ac24524af948a5489eeaa0cdf9b3d6c81fb447e5 --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,55 @@ +--- +apiVersion: v1 + +# The repository name in registry1, excluding /ironbank/ +name: "opensource/apache/kafka-dashboard" + +# 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: +- "0.16.0" +- "latest" + +# Build args passed to Dockerfile ARGs +args: + BASE_IMAGE: "redhat/openjdk/openjdk11" + BASE_TAG: "1.11" + +# Docker image labels +labels: + org.opencontainers.image.title: "kafka-dashboard" + ## Human-readable description of the software packaged in the image + org.opencontainers.image.description: "Kafka GUI for Apache Kafka to manage topics, topics data, consumers group and schema registry" + ## License(s) under which contained software is distributed + org.opencontainers.image.licenses: "Apache License 2.0" + ## URL to find more information on the image + org.opencontainers.image.url: "https://hub.docker.com/r/tchiotludo/akhq" + ## Name of the distributing entity, organization or individual + org.opencontainers.image.vendor: "opensource" + org.opencontainers.image.version: "0.16.0" + ## Keywords to help with search (ex. "cicd,gitops,golang") + mil.dso.ironbank.image.keywords: "kafka-dashboard" + ## 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: "kafka-dashboard" + +# List of resources to make available to the offline build context +resources: +- tag: tchiotludo/akhq:0.16.0 + url: docker://docker.io/tchiotludo/akhq@sha256:44e00630f95b0a42c716f635b94cd53a7185aa6626502839f8afa8d8b35bf576 + +# 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: "jparekh@vivsoft.io" +# # The name of the current container owner + name: "Jinoy Parekh" +# # The gitlab username of the current container owner + username: "jparekh" + cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT +# - name: "FIXME" +# username: "FIXME" +# email: "FIXME"