Namespace
confluentinc
Image / Tag
cp-zookeeper:5.5.3-2-deb8
Content Digest
sha256:e166808457c9965bda6139893de655dcb64304cae407465ba99f13829b745676
Details
Created

2020-12-23 17:43:23 UTC

Size

314 MB

Content Digest
Labels
  • io.confluent.docker
    true
  • io.confluent.docker.build.number
    7
  • io.confluent.docker.git.id
    6de1122
  • io.confluent.docker.git.repo
    confluentinc/kafka-images
  • maintainer
    partner-support@confluent.io

Environment
ALLOW_UNSIGNED

false

COMPONENT

zookeeper

CONFLUENT_DEB_VERSION

1

CONFLUENT_PLATFORM_LABEL

CONFLUENT_VERSION

5.5.3

CUB_CLASSPATH

/etc/confluent/docker/docker-utils.jar

KAFKA_VERSION

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_VERSION

2.7.9-1

SCALA_VERSION

2.12

ZULU_OPENJDK_VERSION

8=8.40.0.25


Layers

[#000] sha256:ddb275440fbd86c77395ede5bb7c40089858ac72f636975926ac7e6eede3ccee - 16.5% (51.9 MB)

[#001] sha256:c5495a8734ea8f7cf1e8257529e04f9ee7874fbee38c1f0cf6d9f242016bf62e - 0.0% (192 Bytes)

[#002] sha256:1c2ae33c3da1799ec2b1b8b929958d1aa77a7652d54eb62f03240afce6f58edc - 55.67% (175 MB)

[#003] sha256:653bd98f2d1c73d7a9687167aef89ff50c71d946324d55e2b5405c05e4bba337 - 0.0% (1.09 KB)

[#004] sha256:39cec0b754c794e83a7b9bd67e0c3a2c8681967ccc7498fedb9a4fb183ec9a7b - 9.13% (28.7 MB)

[#005] sha256:897b62aeb864650adc6c824ab59b2b269a333dc0cce6fe160c5845147d547f1e - 18.7% (58.8 MB)

[#006] sha256:234426ce6bc5eecf98e2b2a4a9675032f4f76f9374e634f2ac5c1f56347dddbb - 0.0% (3.35 KB)


History
2020-12-11 02:06:24 UTC

/bin/sh -c #(nop) ADD file:e48eee8ab995f46a82f22f02d440c47dd43ef32a3571025bc45f86a2c91e7172 in /

2020-12-11 02:06:25 UTC

/bin/sh -c #(nop) CMD ["bash"]

2020-12-23 17:12:30 UTC

/bin/sh -c #(nop) ARG GIT_COMMIT

2020-12-23 17:12:30 UTC

/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=5d8bbbc

2020-12-23 17:12:31 UTC

/bin/sh -c #(nop) ARG BUILD_NUMBER=-1

2020-12-23 17:12:31 UTC

/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=7

2020-12-23 17:12:31 UTC

/bin/sh -c #(nop) ARG CONFLUENT_PACKAGES_REPO=

2020-12-23 17:12:31 UTC

/bin/sh -c #(nop) ARG ALLOW_UNSIGNED=false

2020-12-23 17:12:31 UTC

/bin/sh -c #(nop) ENV ALLOW_UNSIGNED=false

2020-12-23 17:12:32 UTC

/bin/sh -c #(nop) MAINTAINER partner-support@confluent.io

2020-12-23 17:12:32 UTC

/bin/sh -c #(nop) LABEL io.confluent.docker=true

2020-12-23 17:12:32 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=2.7.9-1

2020-12-23 17:12:32 UTC

/bin/sh -c #(nop) ENV SCALA_VERSION=2.12

2020-12-23 17:12:33 UTC

/bin/sh -c #(nop) ARG KAFKA_VERSION=

2020-12-23 17:12:33 UTC

/bin/sh -c #(nop) ENV KAFKA_VERSION=

2020-12-23 17:12:33 UTC

/bin/sh -c #(nop) ARG CONFLUENT_PLATFORM_LABEL=

2020-12-23 17:12:33 UTC

/bin/sh -c #(nop) ENV CONFLUENT_PLATFORM_LABEL=

2020-12-23 17:12:33 UTC

/bin/sh -c #(nop) ARG CONFLUENT_VERSION=

2020-12-23 17:12:34 UTC

/bin/sh -c #(nop) ENV CONFLUENT_VERSION=5.5.3

2020-12-23 17:12:34 UTC

/bin/sh -c #(nop) ENV CONFLUENT_DEB_VERSION=1

2020-12-23 17:12:34 UTC

/bin/sh -c #(nop) ENV ZULU_OPENJDK_VERSION=8=8.40.0.25

2020-12-23 17:12:34 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2020-12-23 17:12:35 UTC

/bin/sh -c #(nop) COPY file:b87e73283686b815290d456bbbc41cafd90d9ed14cf65738203fb1584af8243b in .

2020-12-23 17:14:29 UTC

|3 BUILD_NUMBER=7 CONFLUENT_PACKAGES_REPO=https://packages.confluent.io/deb/5.5 GIT_COMMIT=5d8bbbc /bin/sh -c echo "===> Updating debian ....." && apt-get -qq update && echo "===> Installing curl wget netcat python...." && DEBIAN_FRONTEND=noninteractive apt-get install -y apt-transport-https curl gnupg-curl git wget netcat python=${PYTHON_VERSION} && echo "===> Installing python packages ..." && curl -fSL "https://bootstrap.pypa.io/get-pip.py" | python && pip install --no-cache-dir --prefix /usr/local --upgrade -rrequirements.txt && apt remove --purge -y git && echo "Installing Zulu OpenJDK ${ZULU_OPENJDK_VERSION}" && apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 0x27BC0C8CB3D81623F59BDADCB1998361219BD9C9 && echo "deb http://repos.azulsystems.com/debian stable main" >> /etc/apt/sources.list.d/zulu.list && apt-get -qq update && apt-get -y install zulu-${ZULU_OPENJDK_VERSION} && echo "===> Installing Kerberos Patch ..." && DEBIAN_FRONTEND=noninteractive apt-get -y install krb5-user && rm -rf /var/lib/apt/lists/*

2020-12-23 17:14:31 UTC

/bin/sh -c #(nop) ENV CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar

2020-12-23 17:14:31 UTC

/bin/sh -c #(nop) COPY dir:724b15c36b797f212785d0e50b88b1c06e71499554701e783a20eeecf0160be4 in /etc/confluent/docker

2020-12-23 17:14:31 UTC

/bin/sh -c #(nop) COPY file:ce3bbf91c1c910528f7b64d85020e6cf524998578222fbaf9257568d0f8cc28b in /etc/confluent/docker/docker-utils.jar

2020-12-23 17:42:25 UTC

/bin/sh -c #(nop) ARG PROJECT_VERSION

2020-12-23 17:42:25 UTC

/bin/sh -c #(nop) ARG ARTIFACT_ID

2020-12-23 17:42:25 UTC

/bin/sh -c #(nop) LABEL maintainer=partner-support@confluent.io

2020-12-23 17:42:25 UTC

/bin/sh -c #(nop) LABEL io.confluent.docker=true

2020-12-23 17:42:26 UTC

/bin/sh -c #(nop) ARG GIT_COMMIT

2020-12-23 17:42:26 UTC

/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=6de1122

2020-12-23 17:42:26 UTC

/bin/sh -c #(nop) ARG BUILD_NUMBER=-1

2020-12-23 17:42:26 UTC

/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=7

2020-12-23 17:42:26 UTC

/bin/sh -c #(nop) LABEL io.confluent.docker.git.repo=confluentinc/kafka-images

2020-12-23 17:42:27 UTC

/bin/sh -c #(nop) ARG CONFLUENT_VERSION

2020-12-23 17:42:27 UTC

/bin/sh -c #(nop) ARG CONFLUENT_PACKAGES_REPO

2020-12-23 17:42:27 UTC

/bin/sh -c #(nop) ARG CONFLUENT_PLATFORM_LABEL

2020-12-23 17:42:27 UTC

/bin/sh -c #(nop) ARG CONFLUENT_DEB_VERSION

2020-12-23 17:42:28 UTC

/bin/sh -c #(nop) ARG ALLOW_UNSIGNED

2020-12-23 17:42:28 UTC

/bin/sh -c #(nop) ARG SCALA_VERSION

2020-12-23 17:42:28 UTC

/bin/sh -c #(nop) EXPOSE 2181 2888 3888

2020-12-23 17:42:28 UTC

/bin/sh -c #(nop) ENV COMPONENT=zookeeper

2020-12-23 17:43:23 UTC

|5 ARTIFACT_ID=cp-zookeeper BUILD_NUMBER=7 CONFLUENT_PACKAGES_REPO=https://packages.confluent.io/deb/5.5 GIT_COMMIT=6de1122 PROJECT_VERSION=5.5.3 /bin/sh -c echo "===> Installing ${COMPONENT}..." && apt-get update && echo "===> Adding confluent repository...${CONFLUENT_PACKAGES_REPO}" && if [ "x$ALLOW_UNSIGNED" = "xtrue" ]; then echo "APT::Get::AllowUnauthenticated \"true\";" > /etc/apt/apt.conf.d/allow_unauthenticated; else curl -s -L ${CONFLUENT_PACKAGES_REPO}/archive.key -o /tmp/archive.key && apt-key add /tmp/archive.key; fi && echo "deb [arch=amd64] ${CONFLUENT_PACKAGES_REPO} stable main" >> /etc/apt/sources.list && cat /etc/apt/sources.list && apt-get install -y apt-transport-https && apt-get update && apt-get install -y confluent-kafka-${SCALA_VERSION}=${CONFLUENT_VERSION}${CONFLUENT_PLATFORM_LABEL}-${CONFLUENT_DEB_VERSION} && echo "===> clean up ..." && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* && echo "===> Setting up ${COMPONENT} dirs" && mkdir -p /var/lib/${COMPONENT}/data /var/lib/${COMPONENT}/log /etc/${COMPONENT}/secrets && chmod -R ag+w /etc/kafka /var/lib/${COMPONENT}/data /var/lib/${COMPONENT}/log /etc/${COMPONENT}/secrets && chown -R root:root /var/log/kafka /var/log/confluent /var/lib/kafka /var/lib/zookeeper

2020-12-23 17:43:23 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/zookeeper/data /var/lib/zookeeper/log /etc/zookeeper/secrets]

2020-12-23 17:43:23 UTC

/bin/sh -c #(nop) COPY dir:714fdc39bef2f4404be12e47609ba26199151b2e8da66c11884c1a34602eba22 in /etc/confluent/docker

2020-12-23 17:43:23 UTC

/bin/sh -c #(nop) CMD ["/etc/confluent/docker/run"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete