2023-12-14 20:02:11 UTC
40.9 MB
access_key
MINIO_CONFIG_ENV_FILEconfig.env
MINIO_KMS_SECRET_KEY_FILEkms_master_key
MINIO_ROOT_PASSWORD_FILEsecret_key
MINIO_ROOT_USER_FILEaccess_key
MINIO_SECRET_KEY_FILEsecret_key
MINIO_UPDATE_MINISIGN_PUBKEYRWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f72461870632592db36cc0addefccfe6805504402b9f0d2dfba63348cef50829 - 16.77% (6.86 MB)
[#001] sha256:2257951c182d121dfe047eb122f69796cbece36faa4ed0a4fd10965edbc624f3 - 0.29% (121 KB)
[#002] sha256:28ac5ce7ecb4fae5b5209c6531f4e66d25537ac9812e37003c213fb4a9c131b4 - 82.5% (33.7 MB)
[#003] sha256:ba7203c71bde9a053fe93ecd543e7644ee87540e8f0438df3b68bf087ea30d3d - 0.41% (170 KB)
[#004] sha256:f37541ac72ed79c1ad71fa308b2553d9652c6dbdebdc87f0899a6d9c8d713355 - 0.03% (11.6 KB)
[#005] sha256:87e36769a44df03b2d0b26ccb87e578c1039886776a4c93005186da3ac2f4cda - 0.0% (498 Bytes)
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
2023-12-07 06:09:22 UTC/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
2023-12-07 06:09:22 UTC/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
2023-12-07 06:09:22 UTC/bin/sh -c #(nop) LABEL version="9.3"
2023-12-07 06:09:22 UTC/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
2023-12-07 06:09:22 UTC/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
2023-12-07 06:09:22 UTC/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
2023-12-07 06:09:22 UTC/bin/sh -c #(nop) LABEL io.k8s.display-name="Ubi9-micro"
2023-12-07 06:09:22 UTC/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
2023-12-07 06:09:22 UTC/bin/sh -c #(nop) COPY dir:bffca7f1cea01d635849eba79168c57ae7a64b313db09850a0dd03d1bc4fe531 in /
2023-12-07 06:09:23 UTC/bin/sh -c #(nop) COPY file:eec73f859c6e7f6c8a9427ecc5249504fe89ae54dc3a1521b442674a90497d32 in /etc/yum.repos.d/ubi.repo
2023-12-07 06:09:23 UTC/bin/sh -c #(nop) CMD /bin/sh
2023-12-07 06:09:23 UTC/bin/sh -c #(nop) LABEL release=9
2023-12-07 06:09:23 UTC/bin/sh -c #(nop) ADD file:20e4474581f9318058e01f6e4cb8669f94323ab7b214e6cac95cdc4a519c3f37 in /root/buildinfo/content_manifests/ubi9-micro-container-9.3-9.json
2023-12-07 06:09:23 UTC/bin/sh -c #(nop) ADD file:a21d6b16e20f173055d6e2e38abf797365e016ac5ae6ae35b92bb05f62ff422a in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.3-9
2023-12-07 06:09:23 UTC/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-12-07T06:07:13" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7c8efa4a6b572674bf941c8ad74c59eb3ac8b9df" "io.k8s.description"="Very small image which doesn't install the package manager." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-9"
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)ARG RELEASE
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=RELEASE.2023-12-14T18-51-57Z release=RELEASE.2023-12-14T18-51-57Z summary=MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service. description=MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads.
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)ENV MINIO_ACCESS_KEY_FILE=access_key MINIO_SECRET_KEY_FILE=secret_key MINIO_ROOT_USER_FILE=access_key MINIO_ROOT_PASSWORD_FILE=secret_key MINIO_KMS_SECRET_KEY_FILE=kms_master_key MINIO_UPDATE_MINISIGN_PUBKEY=RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav MINIO_CONFIG_ENV_FILE=config.env
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)COPY /go/bin/minio /usr/bin/minio # buildkit
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)COPY CREDITS /licenses/CREDITS # buildkit
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/LICENSE # buildkit
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)EXPOSE map[9000/tcp:{}]
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)VOLUME [/data]
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
2023-12-14 20:02:11 UTC (buildkit.dockerfile.v0)CMD ["minio"]
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.