Namespace
confluentinc
Image / Tag
cp-kafka:3.2.1-6
Content Digest
sha256:00a40ca9a0c7f1bcbe66903fb37f390ebc527153ad5d267af213062ea64c2d8f
Details
Created

2017-05-12 22:34:38 UTC

Size

208 MB

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

Environment
APT_ALLOW_UNAUTHENTICATED

false

COMPONENT

kafka

CONFLUENT_DEB_VERSION

1

CONFLUENT_MAJOR_VERSION

3

CONFLUENT_MINOR_VERSION

2

CONFLUENT_PATCH_VERSION

1

CONFLUENT_VERSION

3.2.1

KAFKA_VERSION

0.10.2.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.17.0.3


Layers

[#000] sha256:cd0a524342efac6edff500c17e625735bbe479c926439b263bbe3c8518a0849c - 24.15% (50.1 MB)

[#001] sha256:960ed354783274b9a7efed2ece46c218afb3a827aa2b1d4dc5c6e0139974ba51 - 54.95% (114 MB)

[#002] sha256:fa281278a626c8f9bf4504221de54b1aa2658e0010218ed02e68e992a03c05d4 - 0.0% (3.5 KB)

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

[#004] sha256:b45c9e4780b7913b2b74ed1675453bdee7342cbb78e42ae1bc988833205acd2e - 2.43% (5.05 MB)

[#005] sha256:5bd3856619d784a6d49b0dae93a99508b5e786e3b3aaf8aa2427dfdfbc3e0cae - 18.47% (38.3 MB)

[#006] sha256:d6878f2289b96891088d1d4d30ec9e518ad1311ba934ba0b7d30c03cde8f1153 - 0.0% (2.83 KB)


History
2017-04-24 19:20:41 UTC

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

2017-04-24 19:20:42 UTC

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

2017-05-12 22:32:54 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:32:55 UTC

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

2017-05-12 22:33:59 UTC

|3 BUILD_NUMBER=6 COMMIT_ID=69b9840 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-05-12 22:33:59 UTC

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

2017-05-12 22:33:59 UTC

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

2017-05-12 22:34:00 UTC

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

2017-05-12 22:34:19 UTC

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

2017-05-12 22:34:19 UTC

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

2017-05-12 22:34:19 UTC

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

2017-05-12 22:34:19 UTC

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

2017-05-12 22:34:19 UTC

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

2017-05-12 22:34:19 UTC

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

2017-05-12 22:34:19 UTC

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

2017-05-12 22:34:19 UTC

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

2017-05-12 22:34:38 UTC

|2 BUILD_NUMBER=6 COMMIT_ID=69b9840 /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-05-12 22:34:38 UTC

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

2017-05-12 22:34:38 UTC

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

2017-05-12 22:34:38 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