[bitnami/schema-registry] Release 7.0.9-debian-11-r27 (#39763)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-03 13:44:51 +02:00
committed by GitHub
parent c6694ca2e9
commit 406a63389f
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:33:10Z" \
org.opencontainers.image.created="2023-07-03T11:04:06Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="7.0.9-debian-11-r26" \
org.opencontainers.image.ref.name="7.0.9-debian-11-r27" \
org.opencontainers.image.title="schema-registry" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.0.9"

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