Sign inSign up

blacktop/kafka:3.1

Manifest digest

sha256:21d83144592c0e3a66966f279a50503cf932022f196c31bc653f64a2df5889be

OS/ARCH

linux/amd64

Compressed size

223.37 MB

Last pushed

over 4 years by blacktop

Type

Image

Manifest digest

sha256:21d83144592c0e3a66966f279a50503cf932022f196c31bc653f64a2df5889be

Image Layers

1ADD file ... in / 2.69 MB
2CMD ["/bin/sh"]0 B
3LABEL maintainer=https://github.com/blacktop0 B
4ENV KAFKA_VERSION=3.1.00 B
5ENV SCALA_VERSION=2.130 B
6LABEL name=kafka version=3.1.00 B
7RUN /bin/sh -c apk add136.53 MB
8RUN /bin/sh -c apk add84.14 MB
9ENV PATH=/sbin:/opt/kafka/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
10WORKDIR /opt/kafka32 B
11VOLUME [/tmp/kafka-logs]0 B
12EXPOSE map[2181/tcp:{} 9092/tcp:{}]0 B
13COPY config/server.properties /opt/kafka/config/ # buildkit2.93 KB
14COPY config/zookeeper.properties /opt/kafka/config/ # buildkit787 B
15COPY kafka-entrypoint.sh /kafka-entrypoint.sh # buildkit423 B
16COPY scripts / # buildkit3.2 KB
17ENTRYPOINT ["/kafka-entrypoint.sh"]0 B
18CMD ["kafka-server-start.sh" "config/server.properties"]0 B

Command

ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in /