Namespace
bitnami
Image / Tag
minio:2023.9.20-debian-11-r0
Content Digest
sha256:c9e081eaabb4c27643dc1a26381de6d785748a9ace0e1299087239da51a3d1e1
Details
Created

2023-09-21 06:10:22 UTC

Size

77.5 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-09-21T06:08:29Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2023.9.20-debian-11-r0
  • org.opencontainers.image.title
    minio
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    2023.9.20

Environment
APP_VERSION

2023.9.20

BITNAMI_APP_NAME

minio

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

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:13ff17d779b383e8608ad9cc423913792368367851ea40f8f87d84f6b49eff21 - 100.0% (77.5 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-09-16T00:10:11.957739121Z","comment":"from Bitnami with love"},{"created":"2023-09-21T06:10:13.006098686Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:13.006098686Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-09-21T06:08:29Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2023.9.20-debian-11-r0 org.opencontainers.image.title=minio org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2023.9.20","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:13.006098686Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:13.006098686Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:10:13.006098686Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:17.017714328Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl jq procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:10:18.638195231Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"wait-for-port-1.0.6-13-linux-${OS_ARCH}-debian-11\" \"minio-client-2023.9.20-0-linux-${OS_ARCH}-debian-11\" \"minio-2023.9.20-0-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 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 \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:10:20.599654177Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -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":"2023-09-21T06:10:20.920082181Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:10:21.155121213Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:10:21.440804652Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/minio-client/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:10:21.730064447Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/minio/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:10:21.730064447Z","created_by":"ENV APP_VERSION=2023.9.20 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":"2023-09-21T06:10:21.730064447Z","created_by":"VOLUME [/bitnami/minio/data /certs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:21.730064447Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:22.00828363Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:10:22.00828363Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:22.00828363Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:22.00828363Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:b6e3bad31c870fd9151812ba48783b96b2a7806210ac103b5d4933cb42dd4f1f

Details
Created

2023-09-21 06:11:31 UTC

Size

73.4 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-09-21T06:08:29Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2023.9.20-debian-11-r0
  • org.opencontainers.image.title
    minio
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    2023.9.20

Environment
APP_VERSION

2023.9.20

BITNAMI_APP_NAME

minio

HOME

/

OS_ARCH

arm64

OS_FLAVOUR

debian-11

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:f6e080070f590737b36771be20e4b18e586459f147caf35f47ea704628df1a98 - 100.0% (73.4 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-09-15T00:10:26.139348578Z","comment":"from Bitnami with love"},{"created":"2023-09-21T06:10:13.38646212Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:13.38646212Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-09-21T06:08:29Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2023.9.20-debian-11-r0 org.opencontainers.image.title=minio org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2023.9.20","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:13.38646212Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:10:13.38646212Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:10:13.38646212Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:11:08.900168882Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl jq procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:11:16.081800762Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"wait-for-port-1.0.6-13-linux-${OS_ARCH}-debian-11\" \"minio-client-2023.9.20-0-linux-${OS_ARCH}-debian-11\" \"minio-2023.9.20-0-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 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 \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:11:29.800425719Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -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":"2023-09-21T06:11:30.133958769Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:11:30.356944056Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:11:30.806699319Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/minio-client/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:11:31.408244495Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/minio/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:11:31.408244495Z","created_by":"ENV APP_VERSION=2023.9.20 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":"2023-09-21T06:11:31.408244495Z","created_by":"VOLUME [/bitnami/minio/data /certs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:11:31.408244495Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:11:31.63312561Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T06:11:31.63312561Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:11:31.63312561Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T06:11:31.63312561Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:605662c17dff2a4312dfecaf4d705d8e3ec33a4f9c74885116d1bec8ef400494

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