Namespace
bitnami
Image / Tag
schema-registry:7.5.3-debian-11-r5
Content Digest
sha256:6a805f0767932279a04051c6836750fb452765630cf1f189341bed7ac623cc65
Details
Created

2024-02-11 23:39:42 UTC

Size

976 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2024-02-11T23:32:41Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    7.5.3-debian-11-r5
  • org.opencontainers.image.title
    schema-registry
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    7.5.3

Environment
APP_VERSION

7.5.3

BITNAMI_APP_NAME

schema-registry

HOME

/

JAVA_HOME

/opt/bitnami/java

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/schema-registry/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7df5c8c463fdcdeea4b5315a9a0749be50a4d554bca5264411d72b37d8f115a1 - 100.0% (976 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-11T00:12:09.608401364Z","comment":"from Bitnami with love"},{"created":"2024-02-11T23:34:16.627794669Z","created_by":"ARG JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:34:16.627794669Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:34:16.627794669Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-11T23:32:41Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=7.5.3-debian-11-r5 org.opencontainers.image.title=schema-registry org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=7.5.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:34:16.627794669Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:34:16.627794669Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:34:16.627794669Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:34:42.859463701Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl netcat-openbsd procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:35:19.155574371Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"java-17.0.10-13-1-linux-${OS_ARCH}-debian-11\" \"schema-registry-7.5.3-1-linux-${OS_ARCH}-debian-11\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:35:47.767809046Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:36:26.717727488Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:37:33.20611605Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:38:22.67845566Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:39:41.279584453Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/java/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:39:42.547784271Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/schema-registry/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:39:42.547784271Z","created_by":"ENV APP_VERSION=7.5.3 BITNAMI_APP_NAME=schema-registry JAVA_HOME=/opt/bitnami/java PATH=/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/schema-registry/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:39:42.547784271Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:39:42.547784271Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/schema-registry/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:39:42.547784271Z","created_by":"CMD [\"/opt/bitnami/scripts/schema-registry/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:73bc3107a94e31633fbe0faa89bcc53b9fb1931cbc8a484ac03b1fb182060af6

Details
Created

2024-02-11 23:42:30 UTC

Size

963 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2024-02-11T23:32:41Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    7.5.3-debian-11-r5
  • org.opencontainers.image.title
    schema-registry
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    7.5.3

Environment
APP_VERSION

7.5.3

BITNAMI_APP_NAME

schema-registry

HOME

/

JAVA_HOME

/opt/bitnami/java

OS_ARCH

arm64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/schema-registry/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f5f96746652b9375bd8c99fd931498c5aeacaceec51449f2f8a59fe576468ee0 - 100.0% (963 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-11T00:12:08.079869401Z","comment":"from Bitnami with love"},{"created":"2024-02-11T23:34:16.219823719Z","created_by":"ARG JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:34:16.219823719Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:34:16.219823719Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-11T23:32:41Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=7.5.3-debian-11-r5 org.opencontainers.image.title=schema-registry org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=7.5.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:34:16.219823719Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:34:16.219823719Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:34:16.219823719Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:35:46.768901593Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl netcat-openbsd procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:37:07.735712655Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"java-17.0.10-13-1-linux-${OS_ARCH}-debian-11\" \"schema-registry-7.5.3-1-linux-${OS_ARCH}-debian-11\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:38:07.582352648Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:39:41.374563517Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:40:33.904440745Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:40:35.262816846Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:42:29.444791253Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/java/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:42:30.918984912Z","created_by":"RUN |2 JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/schema-registry/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-11T23:42:30.918984912Z","created_by":"ENV APP_VERSION=7.5.3 BITNAMI_APP_NAME=schema-registry JAVA_HOME=/opt/bitnami/java PATH=/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/schema-registry/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:42:30.918984912Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:42:30.918984912Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/schema-registry/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-11T23:42:30.918984912Z","created_by":"CMD [\"/opt/bitnami/scripts/schema-registry/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:98943e75d94f55e70b80f32fa20f075734a2c634d2cdd8440bbf50c6c9a3c441

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