mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 06:58:07 +08:00
[bitnami/schema-registry] Release 7.1.7-debian-11-r5 (#31593)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,10 +5,10 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:109c7d51bd69bb6b3df71017440c1ea0699454f81fe188056c083f0b57c96ea6" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-04-23T13:48:41Z" \
|
||||
org.opencontainers.image.created="2023-04-25T09:21:39Z" \
|
||||
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-r4" \
|
||||
org.opencontainers.image.ref.name="7.1.7-debian-11-r5" \
|
||||
org.opencontainers.image.title="schema-registry" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.1.7"
|
||||
|
||||
@@ -1,30 +1,24 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
zookeeper:
|
||||
image: docker.io/bitnami/zookeeper:3.8
|
||||
environment:
|
||||
- ALLOW_ANONYMOUS_LOGIN=yes
|
||||
volumes:
|
||||
- 'zookeeper_data:/bitnami/zookeeper'
|
||||
kafka-0:
|
||||
image: docker.io/bitnami/kafka:3.2
|
||||
image: docker.io/bitnami/kafka:3.4
|
||||
environment:
|
||||
- KAFKA_CFG_ZOOKEEPER_CONNECT=zookeeper:2181
|
||||
- ALLOW_PLAINTEXT_LISTENER=yes
|
||||
- KAFKA_CFG_NODE_ID=0
|
||||
- KAFKA_CFG_CONTROLLER_QUORUM_VOTERS=0@kafka-0:9093,1@kafka-1:9093
|
||||
- KAFKA_KRAFT_CLUSTER_ID=abcdefghijklmnopqrstuv
|
||||
volumes:
|
||||
- 'kafka0_data:/bitnami/kafka'
|
||||
depends_on:
|
||||
- zookeeper
|
||||
kafka-1:
|
||||
image: docker.io/bitnami/kafka:3.2
|
||||
image: docker.io/bitnami/kafka:3.4
|
||||
environment:
|
||||
- KAFKA_CFG_ZOOKEEPER_CONNECT=zookeeper:2181
|
||||
- ALLOW_PLAINTEXT_LISTENER=yes
|
||||
- KAFKA_CFG_NODE_ID=1
|
||||
- KAFKA_CFG_CONTROLLER_QUORUM_VOTERS=0@kafka-0:9093,1@kafka-1:9093
|
||||
- KAFKA_KRAFT_CLUSTER_ID=abcdefghijklmnopqrstuv
|
||||
volumes:
|
||||
- 'kafka1_data:/bitnami/kafka'
|
||||
depends_on:
|
||||
- zookeeper
|
||||
schema-registry:
|
||||
image: docker.io/bitnami/schema-registry:7.1
|
||||
ports:
|
||||
@@ -37,8 +31,6 @@ services:
|
||||
- SCHEMA_REGISTRY_KAFKA_BROKERS=PLAINTEXT://kafka-0:9092,PLAINTEXT://kafka-1:9092
|
||||
|
||||
volumes:
|
||||
zookeeper_data:
|
||||
driver: local
|
||||
kafka0_data:
|
||||
driver: local
|
||||
kafka1_data:
|
||||
|
||||
Reference in New Issue
Block a user