[bitnami/schema-registry] Release 7.1.7-debian-11-r28 (#39775)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-03 15:02:55 +02:00
committed by GitHub
parent 3bb519c2f1
commit 16468b3d8c
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-30T11:45:23Z" \
org.opencontainers.image.created="2023-07-03T12:16:26Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="7.1.7-debian-11-r27" \
org.opencontainers.image.ref.name="7.1.7-debian-11-r28" \
org.opencontainers.image.title="schema-registry" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.1.7"

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