Namespace
confluentinc
Image / Tag
cp-kafka:3.2.0
Content Digest
sha256:82cb7a49161705ea750f3466700cce7a57e45d772f4bdbcddcdaac336dac77c0
Details
Created

2017-03-24 02:27:20 UTC

Size

206 MB

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

Environment
APT_ALLOW_UNAUTHENTICATED

false

COMPONENT

kafka

CONFLUENT_DEB_VERSION

1

CONFLUENT_MAJOR_VERSION

3

CONFLUENT_MINOR_VERSION

2

CONFLUENT_PATCH_VERSION

0

CONFLUENT_VERSION

3.2.0

KAFKA_VERSION

0.10.2.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 - 23.76% (49 MB)

[#001] sha256:42ad5efbc36acf711c97c705af425b2aee07594baf67ba2123beb9c5caf4cf62 - 55.25% (114 MB)

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

[#003] sha256:a4b27dccaacb69572ac20073b1b777b95531781fb8b1d03d276bbd0bfd1af779 - 0.0% (3.47 KB)

[#004] sha256:5f821eef9f23effc5a42ae91b4679223e8ad297eb1bcec95d564f2880f3980c8 - 2.44% (5.04 MB)

[#005] sha256:285fa46d2c5fd4abc35f3d016f05d1638e74c3eb0d852fd2d6c42ab3c4ea0f9c - 18.55% (38.2 MB)

[#006] sha256:62d83819b0bd477f860edec229528297a69e77785623df83296478929506623d - 0.0% (2.84 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"]

2017-03-24 02:25:12 UTC

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

2017-03-24 02:25:12 UTC

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

2017-03-24 02:25:12 UTC

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

2017-03-24 02:25:12 UTC

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

2017-03-24 02:25:13 UTC

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

2017-03-24 02:25:13 UTC

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

2017-03-24 02:25:13 UTC

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

2017-03-24 02:25:13 UTC

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

2017-03-24 02:25:13 UTC

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

2017-03-24 02:25:13 UTC

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

2017-03-24 02:25:13 UTC

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

2017-03-24 02:25:13 UTC

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

2017-03-24 02:25:13 UTC

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

2017-03-24 02:25:14 UTC

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

2017-03-24 02:25:14 UTC

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

2017-03-24 02:25:14 UTC

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

2017-03-24 02:25:14 UTC

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

2017-03-24 02:25:14 UTC

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

2017-03-24 02:25:14 UTC

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

2017-03-24 02:25:14 UTC

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

2017-03-24 02:26:32 UTC

|3 BUILD_NUMBER=4 COMMIT_ID=5fb9d48 CONFLUENT_DEB_REPO=http://packages.confluent.io /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 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}" && if [ "x$APT_ALLOW_UNAUTHENTICATED" = "xtrue" ]; then echo "APT::Get::AllowUnauthenticated \"true\";" > /etc/apt/apt.conf.d/allow_unauthenticated; else curl -L ${CONFLUENT_DEB_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}/archive.key | apt-key add - ; fi && echo "deb [arch=amd64] ${CONFLUENT_DEB_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION} stable main" >> /etc/apt/sources.list

2017-03-24 02:26:33 UTC

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

2017-03-24 02:26:33 UTC

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

2017-03-24 02:26:33 UTC

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

2017-03-24 02:26:58 UTC

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

2017-03-24 02:26:58 UTC

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

2017-03-24 02:26:59 UTC

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

2017-03-24 02:26:59 UTC

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

2017-03-24 02:26:59 UTC

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

2017-03-24 02:26:59 UTC

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

2017-03-24 02:26:59 UTC

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

2017-03-24 02:26:59 UTC

/bin/sh -c #(nop) EXPOSE 9092/tcp

2017-03-24 02:27:19 UTC

|2 BUILD_NUMBER=4 COMMIT_ID=5fb9d48 /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 /etc/${COMPONENT}/secrets && chmod -R ag+w /etc/${COMPONENT} /var/lib/${COMPONENT}/data /etc/${COMPONENT}/secrets

2017-03-24 02:27:20 UTC

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

2017-03-24 02:27:20 UTC

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

2017-03-24 02:27:20 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