[bitnami/schema-registry] Release 7.3.3-debian-11-r28 (#39769)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-03 14:12:33 +02:00
committed by GitHub
parent 348a5076c2
commit b112c372a1
2 changed files with 4 additions and 4 deletions

View File

@@ -7,10 +7,10 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-06-30T10:36:06Z" \
org.opencontainers.image.created="2023-07-03T11:23:18Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="7.3.3-debian-11-r27" \
org.opencontainers.image.ref.name="7.3.3-debian-11-r28" \
org.opencontainers.image.title="schema-registry" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.3.3"

View File

@@ -5,7 +5,7 @@ version: '2'
services:
kafka-0:
image: docker.io/bitnami/kafka:3.4
image: docker.io/bitnami/kafka:3.5
environment:
- ALLOW_PLAINTEXT_LISTENER=yes
- KAFKA_CFG_NODE_ID=0
@@ -14,7 +14,7 @@ services:
volumes:
- 'kafka0_data:/bitnami/kafka'
kafka-1:
image: docker.io/bitnami/kafka:3.4
image: docker.io/bitnami/kafka:3.5
environment:
- ALLOW_PLAINTEXT_LISTENER=yes
- KAFKA_CFG_NODE_ID=1