Namespace
bitnami
Image / Tag
schema-registry:7.5.6-debian-12-r1
Content Digest
sha256:8069ba11d6ec73c1c09211159ae6d0bd6c4a5fc3498452d98568c6ca49f757a1
Details
Created

2024-10-16 17:50:29 UTC

Size

922 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2024-10-16T17:48:05Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/schema-registry/README.md
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    7.5.6-debian-12-r1
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/schema-registry
  • org.opencontainers.image.title
    schema-registry
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    7.5.6

Environment
APP_VERSION

7.5.6

BITNAMI_APP_NAME

schema-registry

HOME

/

JAVA_HOME

/opt/bitnami/java

OS_ARCH

amd64

OS_FLAVOUR

debian-12

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:9d1407868ca6eebcae122cc163fad6603ab13fe98ca1968cf5ba620def4162ec - 100.0% (922 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-10-10T00:13:45.403089022Z","comment":"from Bitnami with love"},{"created":"2024-10-16T17:48:37.857960256Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:37.857960256Z","created_by":"ARG JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:37.857960256Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:37.857960256Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-10-16T17:48:05Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/schema-registry/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=7.5.6-debian-12-r1 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/schema-registry org.opencontainers.image.title=schema-registry org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=7.5.6","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:37.857960256Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:37.857960256Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T17:48:37.857960256Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:42.67614862Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libgcc-s1 netcat-openbsd procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T17:49:15.362282532Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-1.8.432-7-0-linux-${OS_ARCH}-debian-12\" \"schema-registry-7.5.6-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${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-10-16T17:49:18.372664209Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:49:19.410679809Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:49:22.221826522Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:49:31.966240045Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T17:49:43.043245514Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:50:29.594658044Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:50:29.594658044Z","created_by":"ENV APP_VERSION=7.5.6 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-10-16T17:50:29.594658044Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:50:29.594658044Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/schema-registry/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:50:29.594658044Z","created_by":"CMD [\"/opt/bitnami/scripts/schema-registry/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:1a93b1f2c49385ccb67ec0674ac728ecbf760701e4e561ec93067a1fcf33bf96

Details
Created

2024-10-16 17:52:47 UTC

Size

920 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2024-10-16T17:48:05Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/schema-registry/README.md
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    7.5.6-debian-12-r1
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/schema-registry
  • org.opencontainers.image.title
    schema-registry
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    7.5.6

Environment
APP_VERSION

7.5.6

BITNAMI_APP_NAME

schema-registry

HOME

/

JAVA_HOME

/opt/bitnami/java

OS_ARCH

arm64

OS_FLAVOUR

debian-12

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:bd293655445270ef65ce330c9952dd9cbf0124a881f1e1f41c07e7209c9c516d - 100.0% (920 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-10-10T00:14:05.256045538Z","comment":"from Bitnami with love"},{"created":"2024-10-16T17:48:38.122936172Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:38.122936172Z","created_by":"ARG JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:38.122936172Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:38.122936172Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-10-16T17:48:05Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/schema-registry/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=7.5.6-debian-12-r1 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/schema-registry org.opencontainers.image.title=schema-registry org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=7.5.6","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:38.122936172Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:48:38.122936172Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T17:48:38.122936172Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:50:14.012508861Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libgcc-s1 netcat-openbsd procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T17:51:44.979508451Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-1.8.432-7-0-linux-${OS_ARCH}-debian-12\" \"schema-registry-7.5.6-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${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-10-16T17:52:21.708530067Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:52:27.376635685Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:52:28.749420804Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:52:29.938823164Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T17:52:36.120539664Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:52:47.073889365Z","created_by":"RUN |3 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-10-16T17:52:47.073889365Z","created_by":"ENV APP_VERSION=7.5.6 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-10-16T17:52:47.073889365Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:52:47.073889365Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/schema-registry/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T17:52:47.073889365Z","created_by":"CMD [\"/opt/bitnami/scripts/schema-registry/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:41931e2df781b0fcb16af7a2a049dbaf5698080d6c595032e98290d6b330f200

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