Namespace
confluentinc
Image / Tag
cp-kafka:3.0.1-2
Content Digest
sha256:1b4c32a2519108153abb546f13748e34fb9c23d632d495f370cefde6376fbef0
Details
Created

2016-09-29 23:25:19 UTC

Size

202 MB

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

Environment
COMPONENT

kafka

CONFLUENT_DEB_REPO

http://packages.confluent.io

CONFLUENT_DEB_VERSION

1

CONFLUENT_MAJOR_VERSION

3

CONFLUENT_MINOR_VERSION

0

CONFLUENT_PATCH_VERSION

1

CONFLUENT_VERSION

3.0.1

KAFKA_VERSION

0.10.0.1

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.15.0.1


Layers

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

[#001] sha256:e4e4948cc176e8e9e9c11f2e44c320dca4ea3a5b09b4150884459ae7c23d612e - 56.4% (114 MB)

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

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

[#004] sha256:85ae67f32a72cfb582a67f171392013cf013e415cdde67b0b04b0b898694850b - 2.41% (4.86 MB)

[#005] sha256:3046cdaee11029afc75a8e53b6ef42380442d36eececc169b5c15116768560b0 - 16.9% (34.1 MB)

[#006] sha256:a4786365f8f4ba41c6673251e7dab9eb0092a2da85fd7226c0fc080fac63d937 - 0.0% (5.02 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-09-29 23:23:19 UTC

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

2016-09-29 23:23:19 UTC

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

2016-09-29 23:23:19 UTC

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

2016-09-29 23:23:19 UTC

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

2016-09-29 23:23:19 UTC

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

2016-09-29 23:23:19 UTC

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

2016-09-29 23:23:20 UTC

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

2016-09-29 23:23:20 UTC

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

2016-09-29 23:23:20 UTC

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

2016-09-29 23:23:20 UTC

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

2016-09-29 23:23:20 UTC

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

2016-09-29 23:23:20 UTC

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

2016-09-29 23:23:20 UTC

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

2016-09-29 23:23:20 UTC

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

2016-09-29 23:23:20 UTC

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

2016-09-29 23:23:21 UTC

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

2016-09-29 23:23:21 UTC

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

2016-09-29 23:24:32 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-09-29 23:24:33 UTC

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

2016-09-29 23:24:33 UTC

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

2016-09-29 23:24:33 UTC

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

2016-09-29 23:24:57 UTC

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

2016-09-29 23:24:57 UTC

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

2016-09-29 23:24:57 UTC

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

2016-09-29 23:24:57 UTC

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

2016-09-29 23:24:58 UTC

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

2016-09-29 23:24:58 UTC

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

2016-09-29 23:24:58 UTC

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

2016-09-29 23:24:58 UTC

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

2016-09-29 23:24:58 UTC

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

2016-09-29 23:25:19 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 /etc/${COMPONENT}/secrets && chmod -R ag+w /etc/${COMPONENT} /var/lib/${COMPONENT}/data /etc/${COMPONENT}/secrets

2016-09-29 23:25:19 UTC

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

2016-09-29 23:25:19 UTC

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

2016-09-29 23:25:19 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