2017-07-31 20:11:17 UTC
207 MB
false
COMPONENTschema-registry
CONFLUENT_DEB_VERSION1
CONFLUENT_MAJOR_VERSION3
CONFLUENT_MINOR_VERSION3
CONFLUENT_MVN_LABEL CONFLUENT_PATCH_VERSION0
CONFLUENT_PLATFORM_LABEL CONFLUENT_VERSION3.3.0
KAFKA_VERSION0.11.0.0
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:ad74af05f5a24bcf9459ae1cf7718628c2aeb6b587eb51b6eeaf639aca3e566f - 24.25% (50.2 MB)
[#001] sha256:d02e292e7b5e6cdd0c6d389890135937b21f63df4a00bfe04f6fa0ab8da3d7af - 55.19% (114 MB)
[#002] sha256:8de7f5c81ab0d95f54a18ce30abd4efcd4ddbded11e6ae561ec443bf7b7f143f - 0.0% (3.49 KB)
[#003] sha256:ed0b76dc2730e9f071081b442a45369e30ffeba0cf45f2c216703bc5f97bf595 - 0.0% (3.46 KB)
[#004] sha256:cfc44fa8a002bdd108d5ae6d0cc1e41cf7e0c02198781e0f6248f1478cb0fd06 - 2.63% (5.45 MB)
[#005] sha256:3056d28f058ad06085beb3049dd46a2fd27e7af7521184eeaf5f48cd911cf6f3 - 17.92% (37.1 MB)
[#006] sha256:db153840316d0267cd214eee3eccf128d9703507f314c8032f587c1182a780a2 - 0.0% (2.28 KB)
/bin/sh -c #(nop) ADD file:a023a99f7d01868b164d63bfaf8aabc7f271659c69939c3854f041f5a3217428 in /
2017-07-24 16:51:25 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-31 20:07:07 UTC/bin/sh -c #(nop) ARG COMMIT_ID=unknown
2017-07-31 20:07:07 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=f55ca76
2017-07-31 20:07:07 UTC/bin/sh -c #(nop) ARG BUILD_NUMBER=-1
2017-07-31 20:07:07 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=1
2017-07-31 20:07:07 UTC/bin/sh -c #(nop) ARG CONFLUENT_PACKAGES_REPO=
2017-07-31 20:07:07 UTC/bin/sh -c #(nop) ARG ALLOW_UNSIGNED=false
2017-07-31 20:07:07 UTC/bin/sh -c #(nop) ENV ALLOW_UNSIGNED=false
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) MAINTAINER partner-support@confluent.io
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) LABEL io.confluent.docker=true
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=2.7.9-1
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ENV SCALA_VERSION=2.11
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ARG KAFKA_VERSION=
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ARG CONFLUENT_MAJOR_VERSION=
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ARG CONFLUENT_MINOR_VERSION=
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ARG CONFLUENT_PATCH_VERSION=
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ARG CONFLUENT_MVN_LABEL=
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ARG CONFLUENT_PLATFORM_LABEL=
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ENV KAFKA_VERSION=0.11.0.0
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ENV CONFLUENT_MAJOR_VERSION=3
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ENV CONFLUENT_MINOR_VERSION=3
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ENV CONFLUENT_PATCH_VERSION=0
2017-07-31 20:07:08 UTC/bin/sh -c #(nop) ENV CONFLUENT_MVN_LABEL=
2017-07-31 20:07:09 UTC/bin/sh -c #(nop) ENV CONFLUENT_PLATFORM_LABEL=
2017-07-31 20:07:09 UTC/bin/sh -c #(nop) ENV CONFLUENT_VERSION=3.3.0
2017-07-31 20:07:09 UTC/bin/sh -c #(nop) ENV CONFLUENT_DEB_VERSION=1
2017-07-31 20:07:09 UTC/bin/sh -c #(nop) ENV ZULU_OPENJDK_VERSION=8=8.17.0.3
2017-07-31 20:07:09 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-07-31 20:08:13 UTC|3 BUILD_NUMBER=1 COMMIT_ID=f55ca76 CONFLUENT_PACKAGES_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_PACKAGES_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}" && if [ "x$ALLOW_UNSIGNED" = "xtrue" ]; then echo "APT::Get::AllowUnauthenticated \"true\";" > /etc/apt/apt.conf.d/allow_unauthenticated; else curl -L ${CONFLUENT_PACKAGES_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}/archive.key | apt-key add - ; fi && echo "deb [arch=amd64] ${CONFLUENT_PACKAGES_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION} stable main" >> /etc/apt/sources.list
2017-07-31 20:08:13 UTC/bin/sh -c #(nop) COPY file:54951f303c23f10cc76e395238d0dea7a74c9a79c15d5e1a2687d9f07d48b824 in /usr/local/bin/dub
2017-07-31 20:08:13 UTC/bin/sh -c #(nop) COPY file:1de0cd1515dd281ce1c28e34182348ff1097eaca75e049f778bc0d7f53c2a244 in /usr/local/bin/cub
2017-07-31 20:08:14 UTC/bin/sh -c #(nop) COPY dir:d57b4e6f144cd267ef93a7548869f8c9f728a95d8d45699ff4d57af88f8369ea in /etc/confluent/docker
2017-07-31 20:09:51 UTC/bin/sh -c #(nop) ARG COMMIT_ID=unknown
2017-07-31 20:09:51 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=f55ca76
2017-07-31 20:09:51 UTC/bin/sh -c #(nop) ARG BUILD_NUMBER=-1
2017-07-31 20:09:51 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=1
2017-07-31 20:09:51 UTC/bin/sh -c #(nop) MAINTAINER partner-support@confluent.io
2017-07-31 20:09:51 UTC/bin/sh -c #(nop) LABEL io.confluent.docker=true
2017-07-31 20:10:56 UTC/bin/sh -c #(nop) ENV COMPONENT=schema-registry
2017-07-31 20:10:56 UTC/bin/sh -c #(nop) EXPOSE 8081/tcp
2017-07-31 20:11:17 UTC|2 BUILD_NUMBER=1 COMMIT_ID=f55ca76 /bin/sh -c echo "===> installing ${COMPONENT}..." && apt-get update && apt-get install -y confluent-${COMPONENT}=${CONFLUENT_VERSION}${CONFLUENT_PLATFORM_LABEL}-${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
2017-07-31 20:11:17 UTC/bin/sh -c #(nop) VOLUME [/etc/schema-registry/secrets]
2017-07-31 20:11:17 UTC/bin/sh -c #(nop) COPY dir:c9bc9724d3a3931f96e11156509166033b1d533fc908f77a84ee14fc11b95c37 in /etc/confluent/docker
2017-07-31 20:11:17 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.