Namespace
bitnami
Image / Tag
schema-registry:7.4-debian-12
Content Digest
sha256:a5c16d29ca2cc6ce67a1f307234fee16ea90f29d8db6a7b50f977a0d603081c4
Details
Created

2024-11-27 14:00:59 UTC

Size

2 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-11-27T13:51:54Z
  • 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.8-debian-12-r0
  • 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.8

Environment
APP_VERSION

7.4.8

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:aca3f1acc5d9b6ee0b23a1699103b1b12531cf025f3b211e14b58a33333d4e29 - 100.0% (2 GB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-11-20T12:02:28.129269574Z","comment":"from Bitnami with love"},{"created":"2024-11-27T13:52:24.007645983Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.007645983Z","created_by":"ARG JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.007645983Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.007645983Z","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-11-27T13:51:54Z 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.8-debian-12-r0 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.8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.007645983Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.007645983Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-27T13:52:24.007645983Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:28.885616354Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T13:54:14.396248414Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-1-linux-${OS_ARCH}-debian-12\" \"schema-registry-7.4.8-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-11-27T13:55:06.380673862Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T13:55:51.411044185Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T13:56:54.090133403Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T13:58:20.225963084Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-27T13:59:36.870000352Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T14:00:59.072153545Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T14:00:59.072153545Z","created_by":"ENV APP_VERSION=7.4.8 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-11-27T14:00:59.072153545Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T14:00:59.072153545Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/schema-registry/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T14:00:59.072153545Z","created_by":"CMD [\"/opt/bitnami/scripts/schema-registry/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:b6ed84ba28419c4300f3cd6563de752e04c1589ad40f575d79a2cde56cc20853

Details
Created

2024-11-27 14:02:24 UTC

Size

2 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-11-27T13:51:54Z
  • 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.8-debian-12-r0
  • 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.8

Environment
APP_VERSION

7.4.8

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:878f9635a40b8e878298809806763de51095955b2d11ef842b9f0acc848ef784 - 100.0% (2 GB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-11-20T12:03:05.015317652Z","comment":"from Bitnami with love"},{"created":"2024-11-27T13:52:24.575269855Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.575269855Z","created_by":"ARG JAVA_EXTRA_SECURITY_DIR=/bitnami/java/extra-security","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.575269855Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.575269855Z","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-11-27T13:51:54Z 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.8-debian-12-r0 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.8","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.575269855Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:52:24.575269855Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-27T13:52:24.575269855Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T13:53:29.171207146Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T13:56:36.081334893Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-1-linux-${OS_ARCH}-debian-12\" \"schema-registry-7.4.8-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-11-27T13:57:46.974737957Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T13:59:01.776002589Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T14:00:18.422718877Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T14:01:41.374667953Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-11-27T14:02:14.950139424Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T14:02:24.79926509Z","created_by":"RUN |3 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-11-27T14:02:24.79926509Z","created_by":"ENV APP_VERSION=7.4.8 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-11-27T14:02:24.79926509Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T14:02:24.79926509Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/schema-registry/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-11-27T14:02:24.79926509Z","created_by":"CMD [\"/opt/bitnami/scripts/schema-registry/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:b284741ba3a47704a399fcb3a8d12086f596aedc19294f23cf93740832ac88c5

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