Details
Created
2024-02-13 20:34:21 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2024-02-13T20:12:19Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
2024.2.13-debian-11-r0
-
org.opencontainers.image.title
minio
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
2024.2.13
Environment
APP_VERSION
2024.2.13
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:7eff465cf4e0a3e9ec2c36054edd3a7f69651307a32701b2a9969e0b2357a0eb - 100.0% (78.1 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-11T00:12:09.608401364Z","comment":"from Bitnami with love"},{"created":"2024-02-13T20:34:12.140526241Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:12.140526241Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-13T20:12:19Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2024.2.13-debian-11-r0 org.opencontainers.image.title=minio org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2024.2.13","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:12.140526241Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:12.140526241Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-13T20:34:12.140526241Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:16.158428391Z","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-02-13T20:34:17.728166779Z","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-8-linux-${OS_ARCH}-debian-11\" \"minio-client-2024.2.9-0-linux-${OS_ARCH}-debian-11\" \"minio-2024.2.13-0-linux-${OS_ARCH}-debian-11\" ) ; 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-02-13T20:34:19.660709758Z","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-02-13T20:34:20.003783782Z","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-02-13T20:34:20.384269539Z","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-02-13T20:34:20.651870866Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-13T20:34:20.967152372Z","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-02-13T20:34:21.284237201Z","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-02-13T20:34:21.284237201Z","created_by":"ENV APP_VERSION=2024.2.13 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-02-13T20:34:21.284237201Z","created_by":"VOLUME [/bitnami/minio/data /certs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:21.284237201Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:21.563375619Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-13T20:34:21.563375619Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:21.563375619Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:21.563375619Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:c1431ad7351b7b9922f1787e77afb414a6ae3ab2df63887016a6f41ea659e4d4
Details
Created
2024-02-13 20:35:34 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2024-02-13T20:12:19Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
2024.2.13-debian-11-r0
-
org.opencontainers.image.title
minio
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
2024.2.13
Environment
APP_VERSION
2024.2.13
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:7066e820d23548b2b112c770630ca1574c8501c213face8ffdc65afade67f55d - 100.0% (74.2 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-02-11T00:12:08.079869401Z","comment":"from Bitnami with love"},{"created":"2024-02-13T20:34:12.58671551Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:12.58671551Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2024-02-13T20:12:19Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2024.2.13-debian-11-r0 org.opencontainers.image.title=minio org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2024.2.13","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:12.58671551Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:34:12.58671551Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-13T20:34:12.58671551Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:35:09.760511433Z","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-02-13T20:35:17.313506108Z","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-8-linux-${OS_ARCH}-debian-11\" \"minio-client-2024.2.9-0-linux-${OS_ARCH}-debian-11\" \"minio-2024.2.13-0-linux-${OS_ARCH}-debian-11\" ) ; 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-02-13T20:35:31.501686071Z","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-02-13T20:35:31.892396835Z","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-02-13T20:35:32.679697405Z","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-02-13T20:35:32.957261732Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-13T20:35:33.506007717Z","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-02-13T20:35:34.188863368Z","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-02-13T20:35:34.188863368Z","created_by":"ENV APP_VERSION=2024.2.13 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-02-13T20:35:34.188863368Z","created_by":"VOLUME [/bitnami/minio/data /certs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:35:34.188863368Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:35:34.474611621Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2024-02-13T20:35:34.474611621Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:35:34.474611621Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-02-13T20:35:34.474611621Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:79998194fabc42011ec030bdc0be6674c20997a1f599c051d01ac3b2e83640be