Namespace
confluentinc
Image / Tag
cp-schema-registry:3.2.4
Content Digest
sha256:e5e63c3d818710a3177256976ba508b4e46a02497cc051ca82442365c424aa70
Details
Created

2018-07-23 14:01:23 UTC

Size

206 MB

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

Environment
APT_ALLOW_UNAUTHENTICATED

false

COMPONENT

schema-registry

CONFLUENT_DEB_VERSION

1

CONFLUENT_MAJOR_VERSION

3

CONFLUENT_MINOR_VERSION

2

CONFLUENT_PATCH_VERSION

1

CONFLUENT_VERSION

3.2.1

KAFKA_VERSION

0.10.2.2

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:f49cf87b52c10aa83b4f4405800527a74400fb19ea1821d209293bc4d53966aa - 24.41% (50.2 MB)

[#001] sha256:af89de99f11cfdacea61e87a5f033810502ef49f84e3c94b7aabc087be6214c7 - 55.36% (114 MB)

[#002] sha256:1426b9027b4ad54c02c048edbaed6ce267862472c66491fe23ccfeec45521140 - 0.0% (3.49 KB)

[#003] sha256:4101c0bb6cb416bc6487b779113b6e177d5211508b78e48eee0c5c7af851aa66 - 0.0% (3.47 KB)

[#004] sha256:5628c0f0df209a9c0157b91e20bb12f5b666e29d5735d02ecd06a08c22c92a52 - 2.46% (5.05 MB)

[#005] sha256:7b3f17f594614832c889f6113d321d17c24ac6fd119f4964b17aa7a55bd6ba5b - 17.77% (36.5 MB)

[#006] sha256:2c37907c25756b9d88ed6b4f77748ee80f49058a56005c8cb556592b09a5189f - 0.0% (2.28 KB)


History
2017-12-12 01:41:12 UTC

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

2017-12-12 01:41:12 UTC

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

2018-02-15 00:08:45 UTC

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

2018-07-23 13:58:13 UTC

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

2018-07-23 13:58:13 UTC

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

2018-07-23 13:58:13 UTC

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

2018-07-23 13:58:13 UTC

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

2018-07-23 13:58:14 UTC

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

2018-07-23 13:58:14 UTC

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

2018-07-23 13:58:14 UTC

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

2018-07-23 13:58:15 UTC

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

2018-07-23 13:58:15 UTC

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

2018-07-23 13:58:15 UTC

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

2018-07-23 13:58:15 UTC

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

2018-07-23 13:58:16 UTC

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

2018-07-23 13:58:16 UTC

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

2018-07-23 13:58:16 UTC

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

2018-07-23 13:58:17 UTC

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

2018-07-23 13:58:17 UTC

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

2018-07-23 13:58:17 UTC

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

2018-07-23 13:58:17 UTC

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

2018-07-23 13:58:18 UTC

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

2018-07-23 13:59:29 UTC

|3 BUILD_NUMBER=1 COMMIT_ID=ba27b4d 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

2018-07-23 13:59:30 UTC

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

2018-07-23 13:59:30 UTC

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

2018-07-23 13:59:30 UTC

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

2018-07-23 14:00:04 UTC

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

2018-07-23 14:00:04 UTC

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

2018-07-23 14:00:04 UTC

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

2018-07-23 14:00:04 UTC

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

2018-07-23 14:00:05 UTC

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

2018-07-23 14:00:05 UTC

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

2018-07-23 14:00:57 UTC

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

2018-07-23 14:00:57 UTC

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

2018-07-23 14:01:22 UTC

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

2018-07-23 14:01:22 UTC

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

2018-07-23 14:01:22 UTC

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

2018-07-23 14:01:23 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