2016-07-27 19:31:31 UTC
199 MB
schema-registry
CONFLUENT_DEB_VERSION1
CONFLUENT_MAJOR_VERSION3.0
CONFLUENT_VERSION3.0.0
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.15.0.1
[#000] sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b - 24.65% (49 MB)
[#001] sha256:71af83e6d56bebd5eb4db04a988a823f89f6f953a04fd093e9a6a343875257c5 - 57.32% (114 MB)
[#002] sha256:c418e5a6f252f7fd42049109f0960c36a51d08d78b8cb65a19685f2ebb869ccb - 0.0% (1.42 KB)
[#003] sha256:38e3b28215c195ed2e708418b17dd5e820253775938368cbf18d2256065a8d61 - 0.0% (2.99 KB)
[#004] sha256:35c7c4ed7cf782db78af5fead9461a1db987ae62beede3b24a15378cbbf62e92 - 18.02% (35.8 MB)
[#005] sha256:d32b2bb7f23d1a4faf53f11a23d864d824213bd2535ce51e20cb5c2c64dbc71a - 0.0% (2.47 KB)
/bin/sh -c #(nop) ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
2016-06-09 21:28:43 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) ARG COMMIT_ID=unknown
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) ARG BUILD_NUMBER=-1
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) MAINTAINER partner-support@confluent.io
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) LABEL io.confluent.docker=true
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=2.7.9-1
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) ENV SCALA_VERSION=2.11
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) ENV CONFLUENT_MAJOR_VERSION=3.0
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) ENV CONFLUENT_VERSION=3.0.0
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) ENV CONFLUENT_DEB_VERSION=1
2016-07-27 19:29:10 UTC/bin/sh -c #(nop) ENV ZULU_OPENJDK_VERSION=8=8.15.0.1
2016-07-27 19:30:22 UTC|2 BUILD_NUMBER= COMMIT_ID= /bin/sh -c echo "===> update debian ....." && apt-get -qq update && echo "===> install curl wget netcat python...." && DEBIAN_FRONTEND=noninteractive apt-get install -y curl wget netcat python=${PYTHON_VERSION} && echo "===> install 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 kazoo 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 "===> add confluent repository..." && curl -SL http://packages.confluent.io/deb/${CONFLUENT_MAJOR_VERSION}/archive.key | apt-key add - && echo "deb [arch=amd64] http://packages.confluent.io/deb/${CONFLUENT_MAJOR_VERSION} stable main" >> /etc/apt/sources.list
2016-07-27 19:30:22 UTC/bin/sh -c #(nop) COPY file:eeb3658e511c39f0106bc8ddb4415c8137300824e5a51c34e382b3407ee9fa1d in /usr/local/bin/dub
2016-07-27 19:30:22 UTC/bin/sh -c #(nop) COPY file:3dcfb6c61bdf1365bb6d0f92f01bda5579509fd1d63d9eb4c125b98a0e706ebf in /usr/local/bin/cub
2016-07-27 19:30:48 UTC/bin/sh -c #(nop) ARG COMMIT_ID=unknown
2016-07-27 19:30:48 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=
2016-07-27 19:30:48 UTC/bin/sh -c #(nop) ARG BUILD_NUMBER=-1
2016-07-27 19:30:48 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=
2016-07-27 19:30:48 UTC/bin/sh -c #(nop) MAINTAINER partner-support@confluent.io
2016-07-27 19:30:48 UTC/bin/sh -c #(nop) LABEL io.confluent.docker=true
2016-07-27 19:31:10 UTC/bin/sh -c #(nop) ENV COMPONENT=schema-registry
2016-07-27 19:31:10 UTC/bin/sh -c #(nop) EXPOSE 8081/tcp
2016-07-27 19:31:31 UTC|2 BUILD_NUMBER= COMMIT_ID= /bin/sh -c echo "===> installing ${COMPONENT}..." && apt-get update && apt-get install -y confluent-${COMPONENT}=${CONFLUENT_VERSION}-${CONFLUENT_DEB_VERSION} && echo "===> clean up ..." && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* && echo "===> Setting up ${COMPONENT} dirs" && mkdir -p /etc/${COMPONENT}/secrets && chmod -R ag+w /etc/${COMPONENT} /etc/${COMPONENT}/secrets
2016-07-27 19:31:31 UTC/bin/sh -c #(nop) VOLUME [/etc/schema-registry/secrets]
2016-07-27 19:31:31 UTC/bin/sh -c #(nop) COPY dir:1fc23b27984e2455f7d2be67e92fd10d3f241b4f7cc88a31f912a34b02673ed0 in /etc/confluent/docker
2016-07-27 19:31:31 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.