You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Stage 3: Final ultra-lightweight image using ubi9-micro
63
+
FROM registry.access.redhat.com/ubi9-micro:${UBI_MICRO_VERSION}
45
64
46
65
LABEL maintainer="partner-support@confluent.io"
47
66
LABEL vendor="Confluent"
48
67
LABEL version=$GIT_COMMIT
49
68
LABEL release=$PROJECT_VERSION
50
69
LABEL name=$ARTIFACT_ID
51
-
LABEL summary="kcat is a command line utility that you can use to test and debug Apache Kafka® deployments. You can use kcat to produce, consume, and list topic and partition information for Kafka. Described as “netcat for Kafka”, it is a swiss-army knife of tools for inspecting and creating data in Kafka."
70
+
LABEL summary="kcat is a command line utility that you can use to test and debug Apache Kafka® deployments. You can use kcat to produce, consume, and list topic and partition information for Kafka. Described as netcat for Kafka, it is a swiss-army knife of tools for inspecting and creating data in Kafka."
0 commit comments