Namespace
confluentinc
Image / Tag
cp-schema-registry:3.1.2
Content Digest
sha256:b5bae1ffb4f1f5ca80c06f6fad2975e4df222395b9c2905309dbeb789e9698d8
Details
Created

2017-03-02 19:06:03 UTC

Size

202 MB

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

Environment
COMPONENT

schema-registry

CONFLUENT_DEB_REPO

http://packages.confluent.io

CONFLUENT_DEB_VERSION

1

CONFLUENT_MAJOR_VERSION

3

CONFLUENT_MINOR_VERSION

1

CONFLUENT_PATCH_VERSION

2

CONFLUENT_VERSION

3.1.2

KAFKA_VERSION

0.10.1.1

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:6a5a5368e0c2d3e5909184fa28ddfd56072e7ff3ee9a945876f7eee5896ef5bb - 24.25% (49 MB)

[#001] sha256:983edb8aa7792a322a4a55c4a9daa39a2f1eab5467a2edfbb04275c9ef9e5d46 - 55.68% (112 MB)

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

[#003] sha256:991c39515dddc601709a585f69d899a1a8224525cd24dc74de786b81bd9b6859 - 0.0% (3.45 KB)

[#004] sha256:1d787e158f581a7b2f4a3db6129975efa24fc9ab5483f637dc640754159cd187 - 2.41% (4.86 MB)

[#005] sha256:b06338e55a0a49b0fc1c0d5f2ca9d2fa2a2185928e3fb3001eddb1bbfdbfcae2 - 17.66% (35.7 MB)

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


History
2016-09-23 18:08:50 UTC

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

2016-09-23 18:08:51 UTC

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

2017-03-02 19:03:15 UTC

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

2017-03-02 19:03:15 UTC

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

2017-03-02 19:03:15 UTC

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

2017-03-02 19:03:15 UTC

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

2017-03-02 19:03:16 UTC

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

2017-03-02 19:03:16 UTC

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

2017-03-02 19:03:16 UTC

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

2017-03-02 19:03:16 UTC

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

2017-03-02 19:03:16 UTC

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

2017-03-02 19:03:16 UTC

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

2017-03-02 19:03:16 UTC

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

2017-03-02 19:03:16 UTC

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

2017-03-02 19:03:16 UTC

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

2017-03-02 19:03:17 UTC

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

2017-03-02 19:03:17 UTC

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

2017-03-02 19:03:17 UTC

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

2017-03-02 19:03:17 UTC

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

2017-03-02 19:03:17 UTC

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

2017-03-02 19:04:30 UTC

|2 BUILD_NUMBER= COMMIT_ID= /bin/sh -c echo "===> Updating debian ....." && apt-get -qq update && echo "===> Installing curl wget netcat python...." && DEBIAN_FRONTEND=noninteractive apt-get install -y 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}" && curl -L ${CONFLUENT_DEB_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION}/archive.key | apt-key add - && echo "deb [arch=amd64] ${CONFLUENT_DEB_REPO}/deb/${CONFLUENT_MAJOR_VERSION}.${CONFLUENT_MINOR_VERSION} stable main" >> /etc/apt/sources.list

2017-03-02 19:04:31 UTC

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

2017-03-02 19:04:31 UTC

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

2017-03-02 19:04:31 UTC

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

2017-03-02 19:04:55 UTC

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

2017-03-02 19:04:56 UTC

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

2017-03-02 19:04:56 UTC

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

2017-03-02 19:04:56 UTC

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

2017-03-02 19:04:56 UTC

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

2017-03-02 19:04:56 UTC

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

2017-03-02 19:05:41 UTC

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

2017-03-02 19:05:41 UTC

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

2017-03-02 19:06:02 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

2017-03-02 19:06:02 UTC

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

2017-03-02 19:06:02 UTC

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

2017-03-02 19:06:03 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