Details
Created
2023-04-07 15:09:46 UTC
Content Digest
Labels
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2023-04-07T15:06:30Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
2023.3.24-debian-11-r3
-
org.opencontainers.image.title
minio
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
2023.3.24
Environment
APP_VERSION
2023.3.24
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:9377702b0eefb673702d6fb935bd56ba0e6382d9d301c12fc1cc150163444f14 - 100.0% (77.9 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-04-07T00:10:21.437861919Z","comment":"from Bitnami with love"},{"created":"2023-04-07T15:09:36.931786224Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:36.931786224Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-04-07T15:06:30Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2023.3.24-debian-11-r3 org.opencontainers.image.title=minio org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2023.3.24","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:36.931786224Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:36.931786224Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:09:36.931786224Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:41.36752024Z","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-04-07T15:09:44.265488515Z","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-4-linux-${OS_ARCH}-debian-11\" \"minio-client-2023.4.6-0-linux-${OS_ARCH}-debian-11\" \"minio-2023.3.24-2-linux-${OS_ARCH}-debian-11\" \"gosu-1.16.0-5-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-04-07T15:09:46.09237535Z","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-04-07T15:09:46.185636331Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:09:46.252233802Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:09:46.402317784Z","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-04-07T15:09:46.522541183Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/minio/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:09:46.522541183Z","created_by":"ENV APP_VERSION=2023.3.24 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-04-07T15:09:46.522541183Z","created_by":"VOLUME [/certs /data]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:46.522541183Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:46.56778018Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:09:46.56778018Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:46.56778018Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:46.56778018Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:b691c9ce704f98308704529263ab81f88f294f6bb428c4e7df8874f41c98fbe4
Details
Created
2023-04-07 15:11:29 UTC
Content Digest
Labels
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2023-04-07T15:06:30Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
2023.3.24-debian-11-r3
-
org.opencontainers.image.title
minio
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
2023.3.24
Environment
APP_VERSION
2023.3.24
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:214e4e26ab21b15c07926a97910062372aaa9e388f8dae394d8b2a491a1013d5 - 100.0% (73.7 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-04-07T00:10:33.799548472Z","comment":"from Bitnami with love"},{"created":"2023-04-07T15:09:36.935931818Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:36.935931818Z","created_by":"LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-04-07T15:06:30Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2023.3.24-debian-11-r3 org.opencontainers.image.title=minio org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2023.3.24","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:36.935931818Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:09:36.935931818Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:09:36.935931818Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:10:41.114489376Z","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-04-07T15:10:49.144261402Z","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-4-linux-${OS_ARCH}-debian-11\" \"minio-client-2023.4.6-0-linux-${OS_ARCH}-debian-11\" \"minio-2023.3.24-2-linux-${OS_ARCH}-debian-11\" \"gosu-1.16.0-5-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-04-07T15:11:15.71500244Z","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-04-07T15:11:28.070970595Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:11:28.26649813Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:11:28.865524857Z","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-04-07T15:11:29.258529206Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/minio/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:11:29.258529206Z","created_by":"ENV APP_VERSION=2023.3.24 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-04-07T15:11:29.258529206Z","created_by":"VOLUME [/certs /data]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:11:29.258529206Z","created_by":"EXPOSE map[9000/tcp:{} 9001/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:11:29.287987044Z","created_by":"WORKDIR /opt/bitnami/minio-client","comment":"buildkit.dockerfile.v0"},{"created":"2023-04-07T15:11:29.287987044Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:11:29.287987044Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/minio/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-04-07T15:11:29.287987044Z","created_by":"CMD [\"/opt/bitnami/scripts/minio/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:2a12b0db5a5a97dde285607c706f0ff9367e601ed44868e4de17b49245014876