Namespace
bitnami
Image / Tag
minio:2024.5.10-debian-12-r2
Content Digest
sha256:98b50251f63b1665fc7bdf2006f5b7ab80add5b210e13884656b97f4a6b2d3ce
Details
Created

2024-05-13 22:52:54 UTC

Size

91.5 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-05-13T22:50:31Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/minio/README.md
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2024.5.10-debian-12-r2
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/minio
  • org.opencontainers.image.title
    minio
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    2024.5.10

Environment
APP_VERSION

2024.5.10

BITNAMI_APP_NAME

minio

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:00c69e4050751479b80c78ca76648bfbec0183af45d5dfaafec17de8533438b9 - 100.0% (91.5 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-05-04T00:10:51.540548484Z","comment":"from Bitnami with love"},{"created":"2024-05-13T22:52:22.815820559Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:22.815820559Z","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-05-13T22:50:31Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/minio/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2024.5.10-debian-12-r2 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/minio org.opencontainers.image.title=minio org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=2024.5.10","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:22.815820559Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:22.815820559Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:52:22.815820559Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:40.911208204Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl jq procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:52:44.048934253Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"wait-for-port-1.0.7-13-linux-${OS_ARCH}-debian-12\" \"minio-client-2024.5.9-1-linux-${OS_ARCH}-debian-12\" \"minio-2024.5.10-1-linux-${OS_ARCH}-debian-12\" ) ; 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-05-13T22:52:46.465749001Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c 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-05-13T22:52:47.316415628Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:52:48.137998715Z","created_by":"RUN |1 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-05-13T22:52:48.873868696Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:52:50.429099188Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/minio-client/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:52:52.281063535Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/minio/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:52:52.281063535Z","created_by":"ENV APP_VERSION=2024.5.10 BITNAMI_APP_NAME=minio PATH=/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:52.281063535Z","created_by":"VOLUME [/bitnami/minio/data /certs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:52.281063535Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:54.529099124Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:52:54.529099124Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:54.529099124Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:54.529099124Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:51ec0311950fc8a4ef423d9d390314e38aab98e24c12f3aa89a04029e6a3895f

Details
Created

2024-05-13 22:54:15 UTC

Size

88.4 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-05-13T22:50:31Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/minio/README.md
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2024.5.10-debian-12-r2
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/minio
  • org.opencontainers.image.title
    minio
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    2024.5.10

Environment
APP_VERSION

2024.5.10

BITNAMI_APP_NAME

minio

HOME

/

OS_ARCH

arm64

OS_FLAVOUR

debian-12

OS_NAME

linux

PATH

/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:b71a64a79f087762b74bbb54c64ec1079c3366d3bbe77deb8e9eae551bdd11d0 - 100.0% (88.4 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-05-04T00:10:55.887578735Z","comment":"from Bitnami with love"},{"created":"2024-05-13T22:52:23.717048433Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:23.717048433Z","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-05-13T22:50:31Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/minio/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2024.5.10-debian-12-r2 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/minio org.opencontainers.image.title=minio org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=2024.5.10","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:23.717048433Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:52:23.717048433Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:52:23.717048433Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:53:37.199323451Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl jq procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:53:47.679329683Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"wait-for-port-1.0.7-13-linux-${OS_ARCH}-debian-12\" \"minio-client-2024.5.9-1-linux-${OS_ARCH}-debian-12\" \"minio-2024.5.10-1-linux-${OS_ARCH}-debian-12\" ) ; 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-05-13T22:54:11.357003677Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c 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-05-13T22:54:11.843865874Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:54:12.800367647Z","created_by":"RUN |1 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-05-13T22:54:13.246829895Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:54:13.872733889Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/minio-client/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:54:14.738744529Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/minio/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:54:14.738744529Z","created_by":"ENV APP_VERSION=2024.5.10 BITNAMI_APP_NAME=minio PATH=/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:54:14.738744529Z","created_by":"VOLUME [/bitnami/minio/data /certs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:54:14.738744529Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:54:15.125026467Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-13T22:54:15.125026467Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:54:15.125026467Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-13T22:54:15.125026467Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:56d349f753fb287c53298de731f475ba13e5ddf12580878d7d6a64214ba055ee

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