UNCLASSIFIED

Commit 445685d5 authored by SonicDeathMonkey's avatar SonicDeathMonkey
Browse files

tweak

parent 0f7e1a16
Pipeline #104326 passed with stages
in 39 minutes and 11 seconds
...@@ -9,7 +9,8 @@ name: "confluent/kafka/cp-kafka-5.5.x" ...@@ -9,7 +9,8 @@ name: "confluent/kafka/cp-kafka-5.5.x"
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "5.5.2" - "5.5.2"
- "latest" - "5.5.x"
- "5.5"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
...@@ -19,21 +20,14 @@ args: ...@@ -19,21 +20,14 @@ args:
# Docker image labels # Docker image labels
labels: labels:
org.opencontainers.image.title: "cp-kafka-5.5.x" org.opencontainers.image.title: "cp-kafka-5.5.x"
## Human-readable description of the software packaged in the image org.opencontainers.image.description: "Confluent Platform Kafka."
# org.opencontainers.image.description: "FIXME" org.opencontainers.image.licenses: "CONFLUENT ENTERPRISE LICENSE"
## License(s) under which contained software is distributed org.opencontainers.image.url: "https://docs.confluent.io/5.5.2/installation/docker/image-reference.html#image-reference"
# org.opencontainers.image.licenses: "FIXME" org.opencontainers.image.vendor: "Confluent"
## URL to find more information on the image
# org.opencontainers.image.url: "FIXME"
## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME"
org.opencontainers.image.version: "5.5.2" org.opencontainers.image.version: "5.5.2"
## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "confluent,kafka,zookeeper"
# mil.dso.ironbank.image.keywords: "FIXME" mil.dso.ironbank.image.type: "commercial"
## This value can be "opensource" or "commercial" mil.dso.ironbank.product.name: "Confluent Platform"
# mil.dso.ironbank.image.type: "FIXME"
## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME"
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
...@@ -249,15 +243,12 @@ resources: ...@@ -249,15 +243,12 @@ resources:
value: a65232ad4ee53acdc54fbe394c636caa956b7c17302c1631289b110be51ff2b4 value: a65232ad4ee53acdc54fbe394c636caa956b7c17302c1631289b110be51ff2b4
# List of project maintainers # 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: maintainers:
- email: "confluentfed@confluent.io" - name: "Scott Stroud"
# # The name of the current container owner username: "scottstroud"
# name: "FIXME" email: "confluent-fed@confluent.io"
# # The gitlab username of the current container owner cht_member: false
# username: "FIXME" - name: "Preston McGowan"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT username: "preston.mcgowan"
# - name: "FIXME" email: "confluent-fed@confluent.io"
# username: "FIXME" cht_member: false
# email: "FIXME" \ No newline at end of file
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