UNCLASSIFIED

Commit 1b0885a4 authored by Olga O's avatar Olga O
Browse files

updated hardening_manifest.yaml

parent f67ef507
Pipeline #123369 passed with stages
in 12 minutes and 57 seconds
...@@ -20,20 +20,20 @@ args: ...@@ -20,20 +20,20 @@ args:
labels: labels:
org.opencontainers.image.title: "kafka-dashboard" org.opencontainers.image.title: "kafka-dashboard"
## Human-readable description of the software packaged in the image ## Human-readable description of the software packaged in the image
# org.opencontainers.image.description: "FIXME" 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 ## License(s) under which contained software is distributed
# org.opencontainers.image.licenses: "FIXME" org.opencontainers.image.licenses: "Apache License 2.0"
## URL to find more information on the image ## URL to find more information on the image
# org.opencontainers.image.url: "FIXME" org.opencontainers.image.url: "https://hub.docker.com/r/tchiotludo/akhq"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME" org.opencontainers.image.vendor: "opensource"
org.opencontainers.image.version: "0.16.0" org.opencontainers.image.version: "0.16.0"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME" mil.dso.ironbank.image.keywords: "kafka-dashboard"
## This value can be "opensource" or "commercial" ## 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 ## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME" mil.dso.ironbank.product.name: "kafka-dashboard"
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
...@@ -46,10 +46,10 @@ resources: ...@@ -46,10 +46,10 @@ resources:
maintainers: maintainers:
- email: "jparekh@vivsoft.io" - email: "jparekh@vivsoft.io"
# # The name of the current container owner # # The name of the current container owner
# name: "FIXME" name: "Jinoy Parekh"
# # The gitlab username of the current container owner # # The gitlab username of the current container owner
# username: "FIXME" username: "jparekh"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME" # - name: "FIXME"
# username: "FIXME" # username: "FIXME"
# email: "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