Namespace
confluentinc
Image / Tag
cp-kafka:3.2.4-1
Content Digest
sha256:53eff2029c771cec957f6fea24223b966d4d677c4079fa00a783dab23fd54115
Details
Created

2018-07-23 14:00:28 UTC

Size

208 MB

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

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

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:f49cf87b52c10aa83b4f4405800527a74400fb19ea1821d209293bc4d53966aa - 24.16% (50.2 MB)

[#001] sha256:af89de99f11cfdacea61e87a5f033810502ef49f84e3c94b7aabc087be6214c7 - 54.81% (114 MB)

[#002] sha256:1426b9027b4ad54c02c048edbaed6ce267862472c66491fe23ccfeec45521140 - 0.0% (3.49 KB)

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

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

[#005] sha256:3b2bddeb58a68ca1c2f43f276cf6905d7307024cc39a844f77995e4348732ee7 - 18.6% (38.6 MB)

[#006] sha256:843c44c4d14cb00f36abc254ed48641b9133d3678272f3ad8acbc28a1c3cf710 - 0.0% (2.84 KB)


History
2017-12-12 01:41:12 UTC

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

2017-12-12 01:41:12 UTC

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

2018-02-15 00:08:45 UTC

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

2018-07-23 13:58:13 UTC

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

2018-07-23 13:58:13 UTC

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

2018-07-23 13:58:13 UTC

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

2018-07-23 13:58:13 UTC

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

2018-07-23 13:58:14 UTC

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

2018-07-23 13:58:14 UTC

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

2018-07-23 13:58:14 UTC

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

2018-07-23 13:58:15 UTC

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

2018-07-23 13:58:15 UTC

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

2018-07-23 13:58:15 UTC

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

2018-07-23 13:58:15 UTC

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

2018-07-23 13:58:16 UTC

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

2018-07-23 13:58:16 UTC

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

2018-07-23 13:58:16 UTC

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

2018-07-23 13:58:17 UTC

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

2018-07-23 13:58:17 UTC

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

2018-07-23 13:58:17 UTC

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

2018-07-23 13:58:17 UTC

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

2018-07-23 13:58:18 UTC

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

2018-07-23 13:59:29 UTC

|3 BUILD_NUMBER=1 COMMIT_ID=ba27b4d 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

2018-07-23 13:59:30 UTC

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

2018-07-23 13:59:30 UTC

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

2018-07-23 13:59:30 UTC

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

2018-07-23 14:00:04 UTC

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

2018-07-23 14:00:04 UTC

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

2018-07-23 14:00:04 UTC

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

2018-07-23 14:00:04 UTC

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

2018-07-23 14:00:05 UTC

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

2018-07-23 14:00:05 UTC

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

2018-07-23 14:00:05 UTC

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

2018-07-23 14:00:05 UTC

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

2018-07-23 14:00:27 UTC

|2 BUILD_NUMBER=1 COMMIT_ID=ba27b4d /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

2018-07-23 14:00:28 UTC

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

2018-07-23 14:00:28 UTC

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

2018-07-23 14:00:28 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