Namespace
confluentinc
Image / Tag
cp-zookeeper:3.1.0
Content Digest
sha256:a23d62c5e3a5fafd6dfde170c1ce1154b87445406d6a79aac731f2060781c48c
Details
Created

2016-11-09 16:45:11 UTC

Size

202 MB

Content Digest
Labels
  • io.confluent.docker
    true
  • io.confluent.docker.build.number
  • io.confluent.docker.git.id

Environment
COMPONENT

zookeeper

CONFLUENT_DEB_REPO

http://packages.confluent.io

CONFLUENT_DEB_VERSION

1

CONFLUENT_MAJOR_VERSION

3

CONFLUENT_MINOR_VERSION

1

CONFLUENT_PATCH_VERSION

0

CONFLUENT_VERSION

3.1.0

KAFKA_VERSION

0.10.1.0

LANG

C.UTF-8

PATH

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

PYTHON_PIP_VERSION

8.1.2

PYTHON_VERSION

2.7.9-1

SCALA_VERSION

2.11

ZULU_OPENJDK_VERSION

8=8.17.0.3


Layers

[#000] sha256:6a5a5368e0c2d3e5909184fa28ddfd56072e7ff3ee9a945876f7eee5896ef5bb - 24.22% (49 MB)

[#001] sha256:6800c40375af36e95c8b4b7b1073a8fea452414a9faca5354a9e72d93b6a2996 - 55.4% (112 MB)

[#002] sha256:ea0723a523b6f9d3c8fd8bdc9ad051ce9663c9a0d312dff695ac44c31f71a602 - 0.0% (3.03 KB)

[#003] sha256:f83bd6c8b9a6c7eca0e33275fc15e2757cf28ad4e4ba48d5e8280b580ac5bf10 - 0.0% (3.46 KB)

[#004] sha256:c6a84f677c5049a51e2e2e141686ef8f2a69e70773d57ad27548c1e27ff12be0 - 2.4% (4.86 MB)

[#005] sha256:a8b85f8ab4ce9f9597a28ca7f09181933375a8152f75935b7b528891cef825d8 - 17.97% (36.4 MB)

[#006] sha256:a634a40e5213c9fc1efbe7c5e17abcabda9b860a3f8b0615462aab05098aebf0 - 0.0% (2.75 KB)


History
2016-09-23 18:08:50 UTC

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

2016-09-23 18:08:51 UTC

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

2016-11-09 16:43:24 UTC

/bin/sh -c #(nop) ARG COMMIT_ID=unknown

2016-11-09 16:43:24 UTC

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

2016-11-09 16:43:24 UTC

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

2016-11-09 16:43:24 UTC

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

2016-11-09 16:43:24 UTC

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

2016-11-09 16:43:25 UTC

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

2016-11-09 16:43:25 UTC

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

2016-11-09 16:43:25 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2

2016-11-09 16:43:25 UTC

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

2016-11-09 16:43:25 UTC

/bin/sh -c #(nop) ENV CONFLUENT_MAJOR_VERSION=3

2016-11-09 16:43:25 UTC

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

2016-11-09 16:43:25 UTC

/bin/sh -c #(nop) ENV CONFLUENT_PATCH_VERSION=0

2016-11-09 16:43:25 UTC

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

2016-11-09 16:43:26 UTC

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

2016-11-09 16:43:26 UTC

/bin/sh -c #(nop) ENV CONFLUENT_DEB_REPO=http://packages.confluent.io

2016-11-09 16:43:26 UTC

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

2016-11-09 16:43:26 UTC

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

2016-11-09 16:43:26 UTC

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

2016-11-09 16:44:43 UTC

|2 BUILD_NUMBER= COMMIT_ID= /bin/sh -c echo "===> Updating debian ....." && apt-get -qq update && echo "===> Installing curl wget netcat python...." && DEBIAN_FRONTEND=noninteractive apt-get install -y curl wget netcat python=${PYTHON_VERSION} && echo "===> Installing python packages ..." && curl -fSL 'https://bootstrap.pypa.io/get-pip.py' | python && pip install --no-cache-dir --upgrade pip==${PYTHON_PIP_VERSION} && pip install --no-cache-dir jinja2 requests && echo "Installing Zulu OpenJDK ${ZULU_OPENJDK_VERSION}" && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0x219BD9C9 && 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} && rm -rf /var/lib/apt/lists/* && echo "===> Adding confluent repository...${CONFLUENT_DEB_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}" && curl -L ${CONFLUENT_DEB_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}/archive.key | apt-key add - && echo "deb [arch=amd64] ${CONFLUENT_DEB_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION} stable main" >> /etc/apt/sources.list

2016-11-09 16:44:43 UTC

/bin/sh -c #(nop) COPY file:060315420a00c8e9a8802fa4302896c46673ad076e04671062c696498192ef9a in /usr/local/bin/dub

2016-11-09 16:44:43 UTC

/bin/sh -c #(nop) COPY file:2cb04009822a169ee92724a5238b48885371547a62d848257940ee0633aec250 in /usr/local/bin/cub

2016-11-09 16:44:44 UTC

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

2016-11-09 16:44:44 UTC

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

2016-11-09 16:44:44 UTC

/bin/sh -c #(nop) ARG COMMIT_ID=unknown

2016-11-09 16:44:44 UTC

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

2016-11-09 16:44:44 UTC

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

2016-11-09 16:44:44 UTC

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

2016-11-09 16:44:45 UTC

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

2016-11-09 16:44:45 UTC

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

2016-11-09 16:44:45 UTC

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

2016-11-09 16:45:10 UTC

|2 BUILD_NUMBER= COMMIT_ID= /bin/sh -c echo "===> installing ${COMPONENT}..." && apt-get update && apt-get install -y confluent-kafka-${SCALA_VERSION}=${KAFKA_VERSION}-${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

2016-11-09 16:45:10 UTC

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

2016-11-09 16:45:11 UTC

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

2016-11-09 16:45:11 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