2019-02-18 23:32:12 UTC
379 MB
false
COMPONENTschema-registry
CONFLUENT_DEB_VERSION1
CONFLUENT_MAJOR_VERSION5
CONFLUENT_MINOR_VERSION1
CONFLUENT_MVN_LABEL CONFLUENT_PATCH_VERSION2
CONFLUENT_PLATFORM_LABEL CONFLUENT_VERSION5.1.2
CUB_CLASSPATH/etc/confluent/docker/docker-utils.jar
KAFKA_VERSION2.1.1cp1
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.30.0.1
[#000] sha256:ff42297909573059acb8e981efbc12eff68641f8449f04470a4f218e53a1e80e - 13.67% (51.9 MB)
[#001] sha256:9aa5b1aa9ff9157caf7c42fec3cb58725b234aac1d3fc573e89d53eb8a045f8d - 35.54% (135 MB)
[#002] sha256:5b173a7e4d769dcbe408da7058f5bae2b59682c172515678bbe4ab5b734df245 - 7.24% (27.5 MB)
[#003] sha256:92544d3aec0579f1b76ea722cca4f8a8ebfa6349cebaf17035762eafc8c1de73 - 43.55% (165 MB)
[#004] sha256:dee82b1b9e3b4857068d43a4ed593a2ae3e53bb01d78f26cbd6bcc60df416ccb - 0.0% (2.34 KB)
/bin/sh -c #(nop) ADD file:3a1c24c30fbdad1dd44e5f38c66b10a2ddbeb517b2e441dbcf82c221b45b143b in /
2019-02-06 03:27:31 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-02-07 02:08:28 UTC/bin/sh -c #(nop) ARG COMMIT_ID=unknown
2019-02-18 23:10:13 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=320c29d
2019-02-18 23:10:13 UTC/bin/sh -c #(nop) ARG BUILD_NUMBER=-1
2019-02-18 23:10:13 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=None
2019-02-18 23:10:14 UTC/bin/sh -c #(nop) ARG CONFLUENT_PACKAGES_REPO=
2019-02-18 23:10:14 UTC/bin/sh -c #(nop) ARG ALLOW_UNSIGNED=false
2019-02-18 23:10:14 UTC/bin/sh -c #(nop) ENV ALLOW_UNSIGNED=false
2019-02-18 23:10:15 UTC/bin/sh -c #(nop) MAINTAINER partner-support@confluent.io
2019-02-18 23:10:15 UTC/bin/sh -c #(nop) LABEL io.confluent.docker=true
2019-02-18 23:10:15 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=2.7.9-1
2019-02-18 23:10:16 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=8.1.2
2019-02-18 23:10:16 UTC/bin/sh -c #(nop) ENV SCALA_VERSION=2.11
2019-02-18 23:10:16 UTC/bin/sh -c #(nop) ARG KAFKA_VERSION=
2019-02-18 23:10:17 UTC/bin/sh -c #(nop) ARG CONFLUENT_MAJOR_VERSION=
2019-02-18 23:10:17 UTC/bin/sh -c #(nop) ARG CONFLUENT_MINOR_VERSION=
2019-02-18 23:10:17 UTC/bin/sh -c #(nop) ARG CONFLUENT_PATCH_VERSION=
2019-02-18 23:10:18 UTC/bin/sh -c #(nop) ARG CONFLUENT_MVN_LABEL=
2019-02-18 23:10:18 UTC/bin/sh -c #(nop) ARG CONFLUENT_PLATFORM_LABEL=
2019-02-18 23:10:18 UTC/bin/sh -c #(nop) ENV KAFKA_VERSION=2.1.1cp1
2019-02-18 23:10:19 UTC/bin/sh -c #(nop) ENV CONFLUENT_MAJOR_VERSION=5
2019-02-18 23:10:19 UTC/bin/sh -c #(nop) ENV CONFLUENT_MINOR_VERSION=1
2019-02-18 23:10:19 UTC/bin/sh -c #(nop) ENV CONFLUENT_PATCH_VERSION=2
2019-02-18 23:10:20 UTC/bin/sh -c #(nop) ENV CONFLUENT_MVN_LABEL=
2019-02-18 23:10:20 UTC/bin/sh -c #(nop) ENV CONFLUENT_PLATFORM_LABEL=
2019-02-18 23:10:20 UTC/bin/sh -c #(nop) ENV CONFLUENT_VERSION=5.1.2
2019-02-18 23:10:21 UTC/bin/sh -c #(nop) ENV CONFLUENT_DEB_VERSION=1
2019-02-18 23:10:21 UTC/bin/sh -c #(nop) ENV ZULU_OPENJDK_VERSION=8=8.30.0.1
2019-02-18 23:10:21 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-02-18 23:12:45 UTC|3 BUILD_NUMBER=None COMMIT_ID=320c29d CONFLUENT_PACKAGES_REPO=http://staging-confluent-packages-5.1.2.s3.amazonaws.com /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 git 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 git+https://github.com/confluentinc/confluent-docker-utils@v0.0.20 && apt remove --purge -y git && 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} && echo "===> Installing Kerberos Patch ..." && DEBIAN_FRONTEND=noninteractive apt-get -y install krb5-user && 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
2019-02-18 23:12:45 UTC/bin/sh -c #(nop) ENV CUB_CLASSPATH=/etc/confluent/docker/docker-utils.jar
2019-02-18 23:12:46 UTC/bin/sh -c #(nop) COPY dir:d940daf2e06fd53fa4d8afe3cc334d62f5dca9eabfc4c2019d5f011e10065ecb in /etc/confluent/docker
2019-02-18 23:19:18 UTC/bin/sh -c #(nop) ARG COMMIT_ID=unknown
2019-02-18 23:19:18 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.git.id=320c29d
2019-02-18 23:19:19 UTC/bin/sh -c #(nop) ARG BUILD_NUMBER=-1
2019-02-18 23:19:19 UTC/bin/sh -c #(nop) LABEL io.confluent.docker.build.number=None
2019-02-18 23:19:19 UTC/bin/sh -c #(nop) MAINTAINER partner-support@confluent.io
2019-02-18 23:19:20 UTC/bin/sh -c #(nop) LABEL io.confluent.docker=true
2019-02-18 23:27:57 UTC/bin/sh -c #(nop) ENV COMPONENT=schema-registry
2019-02-18 23:27:57 UTC/bin/sh -c #(nop) EXPOSE 8081
2019-02-18 23:32:11 UTC|2 BUILD_NUMBER=None COMMIT_ID=320c29d /bin/sh -c echo "===> installing ${COMPONENT}..." && apt-get update && apt-get install -y confluent-${COMPONENT}=${CONFLUENT_VERSION}${CONFLUENT_PLATFORM_LABEL}-${CONFLUENT_DEB_VERSION} confluent-control-center=${CONFLUENT_VERSION}${CONFLUENT_PLATFORM_LABEL}-${CONFLUENT_DEB_VERSION} confluent-security=${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
2019-02-18 23:32:11 UTC/bin/sh -c #(nop) VOLUME [/etc/schema-registry/secrets]
2019-02-18 23:32:12 UTC/bin/sh -c #(nop) COPY dir:6eb9c797fdc7b9b1b8921752fa661d537b34f40834c19de8aa937471d1c4a4d5 in /etc/confluent/docker
2019-02-18 23:32:12 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.