Namespace
bitnami
Image / Tag
minio:2024.3.3-debian-12-r0
Content Digest
sha256:04b97c36ba30338be3b1a9cf9aa3719f555501b31d82cd0f3937242c7e60a445
Details
Created

2024-03-03 21:49:11 UTC

Size

91.1 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-03-03T21:48:06Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2024.3.3-debian-12-r0
  • org.opencontainers.image.title
    minio
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    2024.3.3

Environment
APP_VERSION

2024.3.3

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:4cc8be78ac9541aa13840af1647c5f3de760d964a43a36b68b8f1685606031d0 - 100.0% (91.1 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-14T00:10:36.531650571Z","comment":"from Bitnami with love"},{"created":"2024-03-03T21:49:00.46419805Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:00.46419805Z","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-03-03T21:48:06Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2024.3.3-debian-12-r0 org.opencontainers.image.title=minio org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2024.3.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:00.46419805Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:00.46419805Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-03T21:49:00.46419805Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:05.102394033Z","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-03-03T21:49:07.252436291Z","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-9-linux-${OS_ARCH}-debian-12\" \"minio-client-2024.3.3-0-linux-${OS_ARCH}-debian-12\" \"minio-2024.3.3-0-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-03-03T21:49:09.156069211Z","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-03-03T21:49:09.535422192Z","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-03-03T21:49:09.992930389Z","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-03-03T21:49:10.320114247Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-03T21:49:10.678468271Z","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-03-03T21:49:11.054837493Z","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-03-03T21:49:11.054837493Z","created_by":"ENV APP_VERSION=2024.3.3 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-03-03T21:49:11.054837493Z","created_by":"VOLUME [/bitnami/minio/data /certs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:11.054837493Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:11.393411795Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-03T21:49:11.393411795Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:11.393411795Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:11.393411795Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:cd8d8137ccf2b84620303a0933e84d73d99c611c622970ebe60d6d8a7968a05a

Details
Created

2024-03-03 21:50:45 UTC

Size

88 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-03-03T21:48:06Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2024.3.3-debian-12-r0
  • org.opencontainers.image.title
    minio
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    2024.3.3

Environment
APP_VERSION

2024.3.3

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:9a7ff57a93fa1a9285f44751273de237fb512a909fa9ae2fab4dcd77ba1477b4 - 100.0% (88 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-13T00:12:29.473591336Z","comment":"from Bitnami with love"},{"created":"2024-03-03T21:49:00.725882739Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:00.725882739Z","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-03-03T21:48:06Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2024.3.3-debian-12-r0 org.opencontainers.image.title=minio org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2024.3.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:00.725882739Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:49:00.725882739Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-03T21:49:00.725882739Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:50:17.164087441Z","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-03-03T21:50:27.130083384Z","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-9-linux-${OS_ARCH}-debian-12\" \"minio-client-2024.3.3-0-linux-${OS_ARCH}-debian-12\" \"minio-2024.3.3-0-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-03-03T21:50:42.389801915Z","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-03-03T21:50:42.837483147Z","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-03-03T21:50:43.753762808Z","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-03-03T21:50:44.178757766Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-03T21:50:44.775203008Z","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-03-03T21:50:45.587710919Z","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-03-03T21:50:45.587710919Z","created_by":"ENV APP_VERSION=2024.3.3 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-03-03T21:50:45.587710919Z","created_by":"VOLUME [/bitnami/minio/data /certs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:50:45.587710919Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:50:45.927419923Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2024-03-03T21:50:45.927419923Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:50:45.927419923Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-03-03T21:50:45.927419923Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:01244dfe8dacfafb41c861b08ae2db1263fbe894edf097a15d639be22c384599

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