mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user