2017-06-27 00:17:14 UTC
208 MB
false
COMPONENTkafka
CONFLUENT_DEB_VERSION2
CONFLUENT_MAJOR_VERSION3
CONFLUENT_MINOR_VERSION2
CONFLUENT_PATCH_VERSION2
CONFLUENT_VERSION3.2.2
KAFKA_VERSION0.10.2.1
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION8.1.2
PYTHON_VERSION2.7.9-1
SCALA_VERSION2.11
ZULU_OPENJDK_VERSION8=8.17.0.3
[#000] sha256:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 24.15% (50.2 MB)
[#001] sha256:ce4392468d5ccd2517105152562f3e4e09951cff63a80b727ce3abdbd19fd055 - 54.96% (114 MB)
[#002] sha256:b877cee2f409f0fee21e2354831a3ba678c37b0a36479e412a4a344eaccb07de - 0.0% (3.49 KB)
[#003] sha256:1bc83edf5af3ca5d3f6bfeb4283391995f5e1f0a679ab48d22b04ae5b2c6d7f4 - 0.0% (3.47 KB)
[#004] sha256:6d336c12b7a207256034cac9c0997a13ec6a8f5ff45d1be5bfd179cf96f57dd7 - 2.43% (5.05 MB)
[#005] sha256:c1085e634ed8ca04d501abd9d7b71e79d52bb78ca860a8b7f0a38ebf291471e2 - 18.45% (38.3 MB)
[#006] sha256:8e01cc8ccb88c1fecc2dd95e2d74a83c53274f3baff9c6031739214ab8560368 - 0.0% (2.83 KB)
/bin/sh -c #(nop) ADD file:9c48682ff75c756544d4491472081a078edf5dd0bb5038d1cb850a1f9c480e3e in /
2017-06-20 20:13:34 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-06-27 00:14:02 UTC/bin/sh -c #(nop) ARG COMMIT_ID=unknown
2017-06-27 00:14:02 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=c76609a
2017-06-27 00:14:02 UTC/bin/sh -c #(nop) ARG BUILD_NUMBER=-1
2017-06-27 00:14:02 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=1
2017-06-27 00:14:02 UTC/bin/sh -c #(nop) ARG CONFLUENT_DEB_REPO=http://packages.confluent.io
2017-06-27 00:14:02 UTC/bin/sh -c #(nop) ARG APT_ALLOW_UNAUTHENTICATED=false
2017-06-27 00:14:02 UTC/bin/sh -c #(nop) ENV APT_ALLOW_UNAUTHENTICATED=false
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) MAINTAINER partner-support@confluent.io
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) LABEL io.confluent.docker=true
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=2.7.9-1
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV SCALA_VERSION=2.11
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV CONFLUENT_MAJOR_VERSION=3
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV CONFLUENT_MINOR_VERSION=2
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV CONFLUENT_PATCH_VERSION=2
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV CONFLUENT_VERSION=3.2.2
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV CONFLUENT_DEB_VERSION=2
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV KAFKA_VERSION=0.10.2.1
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV ZULU_OPENJDK_VERSION=8=8.17.0.3
2017-06-27 00:14:03 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-06-27 00:15:18 UTC|3 BUILD_NUMBER=1 COMMIT_ID=c76609a 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-06-27 00:15:19 UTC/bin/sh -c #(nop) COPY file:54951f303c23f10cc76e395238d0dea7a74c9a79c15d5e1a2687d9f07d48b824 in /usr/local/bin/dub
2017-06-27 00:15:19 UTC/bin/sh -c #(nop) COPY file:1de0cd1515dd281ce1c28e34182348ff1097eaca75e049f778bc0d7f53c2a244 in /usr/local/bin/cub
2017-06-27 00:15:19 UTC/bin/sh -c #(nop) COPY dir:93b7332e5b52b82f1c73ecb0e6477da2bddf28598911633cf7abe2c24dd94762 in /etc/confluent/docker
2017-06-27 00:16:55 UTC/bin/sh -c #(nop) ARG COMMIT_ID=unknown
2017-06-27 00:16:55 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=c76609a
2017-06-27 00:16:55 UTC/bin/sh -c #(nop) ARG BUILD_NUMBER=-1
2017-06-27 00:16:55 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=1
2017-06-27 00:16:55 UTC/bin/sh -c #(nop) MAINTAINER partner-support@confluent.io
2017-06-27 00:16:55 UTC/bin/sh -c #(nop) LABEL io.confluent.docker=true
2017-06-27 00:16:55 UTC/bin/sh -c #(nop) ENV COMPONENT=kafka
2017-06-27 00:16:55 UTC/bin/sh -c #(nop) EXPOSE 9092/tcp
2017-06-27 00:17:14 UTC|2 BUILD_NUMBER=1 COMMIT_ID=c76609a /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-06-27 00:17:14 UTC/bin/sh -c #(nop) VOLUME [/var/lib/kafka/data /etc/kafka/secrets]
2017-06-27 00:17:14 UTC/bin/sh -c #(nop) COPY dir:8a11e2fba46c69b858a61a62a287a9fccf9b7652749ddf07402a0850831c7288 in /etc/confluent/docker
2017-06-27 00:17:14 UTC/bin/sh -c #(nop) CMD ["/etc/confluent/docker/run"]
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.