Namespace
bitnami
Image / Tag
schema-registry:7.4.7-debian-12-r1
Content Digest
sha256:9d2dce3336e3c360fb08ff5cb2919e053bb4677202adeb079a88309c7c55e422
Details
Created

2024-10-16 19:23:15 UTC

Size

1.99 GB

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-16T19:06:20Z
  • 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.4.7-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.4.7

Environment
APP_VERSION

7.4.7

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:4fe16aaba7fd6a120aee233ddc9b47452fbf4adf74d5aca3ed3cb0d6d2d59301 - 100.0% (1.99 GB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-10-10T00:13:45.403089022Z","comment":"from Bitnami with love"},{"created":"2024-10-16T19:08:29.024638089Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.024638089Z","created_by":"ARG JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.024638089Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.024638089Z","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-16T19:06:20Z 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.4.7-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.4.7","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.024638089Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.024638089Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T19:08:29.024638089Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:36.167234572Z","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-16T19:09:46.29110973Z","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.4.7-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-16T19:10:42.255828005Z","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-16T19:11:25.736997931Z","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-16T19:12:29.615242231Z","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-16T19:15:42.233451133Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T19:18:43.696742356Z","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-16T19:23:15.246658179Z","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-16T19:23:15.246658179Z","created_by":"ENV APP_VERSION=7.4.7 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-16T19:23:15.246658179Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:23:15.246658179Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/schema-registry/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:23:15.246658179Z","created_by":"CMD [\"/opt/bitnami/scripts/schema-registry/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:819dcda7600743f8efa43221ba65645c5478a1aa5e4e3671b065c7e7c51cc4c0

Details
Created

2024-10-16 19:34:45 UTC

Size

1.99 GB

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-16T19:06:20Z
  • 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.4.7-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.4.7

Environment
APP_VERSION

7.4.7

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:bd410a5ae0f038099e14197010c3ca3087f86510c42241671049879d7bb61ec5 - 100.0% (1.99 GB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-10-10T00:14:05.256045538Z","comment":"from Bitnami with love"},{"created":"2024-10-16T19:08:29.020978327Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.020978327Z","created_by":"ARG JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.020978327Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.020978327Z","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-16T19:06:20Z 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.4.7-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.4.7","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.020978327Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:08:29.020978327Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T19:08:29.020978327Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:09:38.458819709Z","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-16T19:13:05.648739305Z","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.4.7-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-16T19:16:57.526923585Z","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-16T19:21:35.136707528Z","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-16T19:25:05.23455833Z","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-16T19:26:38.708487546Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-16T19:33:20.18331841Z","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-16T19:34:45.219132801Z","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-16T19:34:45.219132801Z","created_by":"ENV APP_VERSION=7.4.7 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-16T19:34:45.219132801Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:34:45.219132801Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/schema-registry/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-16T19:34:45.219132801Z","created_by":"CMD [\"/opt/bitnami/scripts/schema-registry/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:cf544246701025ef5771f43b3bed518042db192bacccf60d2f1871bcdd4b73a2

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