sha256:95d1b9e7fa161e37a60a1568feca14731070ab8c88cc313dfb02ab9a02400c66
OS/ARCH
Compressed size
353 MB
Last pushed
about 2 years by debeziumci
Type
Image
Manifest digest
sha256:385e37bdb0c1fb3bb5575bf15185951b5f817e09bb92b1da8163d4204ed4b61f
Image Layers
140.03 MB2LABEL maintainer=Debezium Community0 B3USER root0 B4RUN /bin/sh -c microdnf update273.48 MB5LABEL maintainer=Debezium Community0 B6ENV ZK_VERSION=3.8.3 ZK_HOME=/zookeeper SHA256HASH=eb1a5e79fe55fa50e36021ca8b752e40584d5e24f23985c43e9f56abfbf23c0239dce37d18f27213c9a38fcb6f68daf1a9468fc352e6ac2364faaf9b56145bdf0 B7ENV ZK_URL_PATH=zookeeper/zookeeper-3.8.3/apache-zookeeper-3.8.3-bin.tar.gz0 B8USER root0 B9RUN /bin/sh -c groupadd -r1.79 KB10RUN /bin/sh -c chown -R32 B11USER zookeeper0 B12RUN /bin/sh -c mkdir $ZK_HOME/data148 B13RUN /bin/sh -c curl -fSL14.15 MB14RUN /bin/sh -c echo "$SHA256HASH14.12 MB15RUN /bin/sh -c rm -r135 B16RUN /bin/sh -c chmod -R11.21 MB17WORKDIR /zookeeper32 B18COPY ./zoo.cfg /zookeeper/conf/zoo.cfg # buildkit753 B19RUN /bin/sh -c sed -i1.45 KB20RUN /bin/sh -c mkdir $ZK_HOME/conf.orig2.59 KB21RUN /bin/sh -c echo 'CLASSPATH="${CLASSPATH//bin\/\.\.\/lib\//lib/}"'1.68 KB22EXPOSE map[2181/tcp:{} 2888/tcp:{} 3888/tcp:{}]0 B23VOLUME [/zookeeper/data /zookeeper/txns /zookeeper/conf]0 B24COPY ./docker-entrypoint.sh / # buildkit1.29 KB25ENTRYPOINT ["/docker-entrypoint.sh"]0 B26CMD ["start"]0 BCommand