Namespace
confluentinc
Image / Tag
cp-schema-registry:3.2.0-1
Content Digest
sha256:2a5a343f2e5353b3004fead0e394312108ab9b39f937726c62f545bbd3c8e9dd
Details
Created

2017-03-04 01:21:33 UTC

Size

205 MB

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

Environment
APT_ALLOW_UNAUTHENTICATED

false

COMPONENT

schema-registry

CONFLUENT_DEB_VERSION

1

CONFLUENT_MAJOR_VERSION

3

CONFLUENT_MINOR_VERSION

2

CONFLUENT_PATCH_VERSION

0

CONFLUENT_VERSION

3.2.0

KAFKA_VERSION

0.10.2.0

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:5d2f2591d62dc032969879bac0995f86311c0b7505a4b5c8a0d80095a44098f3 - 24.4% (50 MB)

[#001] sha256:0d11e3e889d6a98fa3a1e958828c517ae79795609834d0a3647798cf095af91f - 55.61% (114 MB)

[#002] sha256:b514d8d6950db8a5a15f7f7a3b1901c7841bdd48bde63d46a8c18905766696b7 - 0.0% (3.03 KB)

[#003] sha256:d0f044a9900e55ad04bf36b5f07eef37c8b69c540ba14929c7f192d1acceb35f - 0.0% (3.46 KB)

[#004] sha256:5b665f7be1083cad9db9b455afd5b65c729c232c2a02d4324a000b7a4f20b909 - 2.46% (5.04 MB)

[#005] sha256:fdade1d10a3c72a988ae37c7c5a292df56a8bad6ca8d475c7953a6bdc8844498 - 17.53% (36 MB)

[#006] sha256:fcaefcf7aeea1dceb944e53369e1f73fb356ada0e5d0d05215c31f5d5bd87dca - 0.0% (2.13 KB)


History
2017-02-27 20:34:36 UTC

/bin/sh -c #(nop) ADD file:41ac8d85ee35954bf6c8353d9681a045ba260aa9a96dbbded7bcd6e37ee49bea in /

2017-02-27 20:34:37 UTC

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

2017-03-04 01:19:06 UTC

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

2017-03-04 01:19:06 UTC

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

2017-03-04 01:19:06 UTC

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

2017-03-04 01:19:06 UTC

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

2017-03-04 01:19:06 UTC

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

2017-03-04 01:19:06 UTC

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

2017-03-04 01:19:06 UTC

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

2017-03-04 01:19:06 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:19:07 UTC

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

2017-03-04 01:20:12 UTC

|3 BUILD_NUMBER=1 COMMIT_ID=23f61db 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-03-04 01:20:13 UTC

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

2017-03-04 01:20:13 UTC

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

2017-03-04 01:20:13 UTC

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

2017-03-04 01:20:34 UTC

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

2017-03-04 01:20:34 UTC

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

2017-03-04 01:20:34 UTC

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

2017-03-04 01:20:34 UTC

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

2017-03-04 01:20:34 UTC

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

2017-03-04 01:20:34 UTC

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

2017-03-04 01:21:13 UTC

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

2017-03-04 01:21:13 UTC

/bin/sh -c #(nop) EXPOSE 8081/tcp

2017-03-04 01:21:32 UTC

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

2017-03-04 01:21:33 UTC

/bin/sh -c #(nop) VOLUME [/etc/schema-registry/secrets]

2017-03-04 01:21:33 UTC

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

2017-03-04 01:21:33 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