docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z linux/amd64

docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z - 国内下载镜像源 浏览次数:529
MinIO是一个对象存储解决方案,它提供了一个高度可扩展、容量大且低成本的云存储解决方案。该镜像用于运行MinIO对象存储服务,可以在 Docker 容器中运行。
源镜像 docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z
镜像ID sha256:3a2cf66dddb06d6af4796ec2653f50dfaf6af0f77d99eed2d01b0c813750a28a
镜像TAG RELEASE.2022-05-26T05-48-41Z
大小 331.53MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD minio
启动入口 /usr/bin/docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 529 次
贡献者
镜像创建 2022-05-26T06:47:45.658215368Z
同步时间 2024-07-24 10:10
更新时间 2025-10-06 11:36
开放端口
9000/tcp
目录挂载
/data
环境变量
PATH=/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci 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
镜像标签
x86_64: architecture 2022-04-29T11:45:50.954465: build-date cpt-1005.osbs.prod.upshift.rdu2.redhat.com: com.redhat.build-host ubi8-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms 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.: description public: distribution-scope The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 8 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel8: io.openshift.tags MinIO Inc <dev@min.io>: maintainer MinIO: name RELEASE.2022-05-26T05-48-41Z: release MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.5-243.1651231653: url 7ffc2d965ea414fc38f42d93090d967a5aee2c33: vcs-ref git: vcs-type MinIO Inc <dev@min.io>: vendor RELEASE.2022-05-26T05-48-41Z: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z  docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z  docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z

Shell快速替换命令

sed -i 's#minio/minio:RELEASE.2022-05-26T05-48-41Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z  docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z  docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z'

镜像构建历史


# 2022-05-26 14:47:45  0.00B 设置默认要执行的命令
CMD ["minio"]
                        
# 2022-05-26 14:47:45  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2022-05-26 14:47:45  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2022-05-26 14:47:45  0.00B 声明容器运行时监听的端口
EXPOSE map[9000/tcp:{}]
                        
# 2022-05-26 14:47:45  227.47MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2022-05-26T05-48-41Z /bin/sh -c microdnf clean all &&      microdnf update --nodocs &&      microdnf install curl ca-certificates shadow-utils util-linux --nodocs &&      rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&      microdnf install minisign --nodocs &&      mkdir -p /opt/bin && chmod -R 777 /opt/bin &&      curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE} -o /opt/bin/minio &&      curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.sha256sum -o /opt/bin/minio.sha256sum &&      curl -s -q https://dl.min.io/server/minio/release/linux-${TARGETARCH}/archive/minio.${RELEASE}.minisig -o /opt/bin/minio.minisig &&      microdnf clean all &&      chmod +x /opt/bin/minio &&      chmod +x /usr/bin/docker-entrypoint.sh &&      chmod +x /usr/bin/verify-minio.sh &&      /usr/bin/verify-minio.sh &&      microdnf clean all # buildkit
                        
# 2022-05-26 14:46:57  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2022-05-26 14:46:57  1.46MB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2022-05-26 14:46:56  864.00B 复制新文件或目录到容器中
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit
                        
# 2022-05-26 14:46:55  624.00B 复制新文件或目录到容器中
COPY dockerscripts/verify-minio.sh /usr/bin/verify-minio.sh # buildkit
                        
# 2022-05-26 14:46:55  0.00B 设置环境变量 MINIO_ACCESS_KEY_FILE MINIO_SECRET_KEY_FILE MINIO_ROOT_USER_FILE MINIO_ROOT_PASSWORD_FILE MINIO_KMS_SECRET_KEY_FILE MINIO_UPDATE_MINISIGN_PUBKEY MINIO_CONFIG_ENV_FILE PATH
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 PATH=/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2022-05-26 14:46:55  0.00B 添加元数据标签
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=RELEASE.2022-05-26T05-48-41Z release=RELEASE.2022-05-26T05-48-41Z 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.
                        
# 2022-05-26 14:46:55  0.00B 定义构建参数
ARG RELEASE
                        
# 2022-05-26 14:46:55  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2022-04-29 19:46:11  4.70KB 

                        
# 2022-04-29 19:46:02  102.55MB 

                        
                    

镜像信息

{
    "Id": "sha256:3a2cf66dddb06d6af4796ec2653f50dfaf6af0f77d99eed2d01b0c813750a28a",
    "RepoTags": [
        "minio/minio:RELEASE.2022-05-26T05-48-41Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z"
    ],
    "RepoDigests": [
        "minio/minio@sha256:c37ac6c3c360bb823e89a2ad8f90171bff25b187d60c87229e10fce29e46f6a4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio@sha256:dd13b6e8190e43e1ed24ff7c6deb0e415c24102d7e3952fb2a49419b2707b27c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2022-05-26T06:47:45.658215368Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "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"
        ],
        "Cmd": [
            "minio"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/data": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2022-04-29T11:45:50.954465",
            "com.redhat.build-host": "cpt-1005.osbs.prod.upshift.rdu2.redhat.com",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "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.",
            "distribution-scope": "public",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel8",
            "maintainer": "MinIO Inc \u003cdev@min.io\u003e",
            "name": "MinIO",
            "release": "RELEASE.2022-05-26T05-48-41Z",
            "summary": "MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.5-243.1651231653",
            "vcs-ref": "7ffc2d965ea414fc38f42d93090d967a5aee2c33",
            "vcs-type": "git",
            "vendor": "MinIO Inc \u003cdev@min.io\u003e",
            "version": "RELEASE.2022-05-26T05-48-41Z"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 331531762,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/55fea7ced359ca629a57e4af52141da4a372c2c32917c8bd3ca76d657f383420/diff:/var/lib/docker/overlay2/bcb2489753ca3313fe651e36ecf62d55d29958b662428d0e4c374238ae3ee5d7/diff:/var/lib/docker/overlay2/c7982d048d4454de46d1e2c3adb964f1e53e48cf9e78a37b4d5861b061e372da/diff:/var/lib/docker/overlay2/c3e4095a93df6a2a7e7a4e087e31ef5f98eba1f1d78c0fe60acf3d8a0fab12cb/diff:/var/lib/docker/overlay2/3cf2a7007d14f2ee423a967bfc2cb6880cffe891e50a631f02be5ad07917b1e2/diff:/var/lib/docker/overlay2/4a4469ae731ca34f21c38bf5a7b58e0e757b3c8f75713bcb85664a8121e604de/diff",
            "MergedDir": "/var/lib/docker/overlay2/9abba17177e85f1b669376b67f40fbbc7248a3d9ce7d30ecfa74fddee02e9836/merged",
            "UpperDir": "/var/lib/docker/overlay2/9abba17177e85f1b669376b67f40fbbc7248a3d9ce7d30ecfa74fddee02e9836/diff",
            "WorkDir": "/var/lib/docker/overlay2/9abba17177e85f1b669376b67f40fbbc7248a3d9ce7d30ecfa74fddee02e9836/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:235cb1df51fddfcab96f2126fe2e4a93327f46dd33c6c2b9dbb0d5c0a95c0d23",
            "sha256:f1ccf0afcb5e28ce197c8b6222401863640b9a5afe8a851b94eb33fd0144019b",
            "sha256:b01ed84ad74b47afb98c5efedc78780d9c1fe2bde9f4c99be4729a661d91f163",
            "sha256:ba20a4f565ac7dbe700818c52816fc4e3d643d527da3373a76dd46ce34048c71",
            "sha256:8efd44ddc43621c83e930634aa5d3620bf7a90f62cc29e169779cf83422c806c",
            "sha256:1c7e34fb355891d9fc0e0c1b726159d8035e0844e1c71e11dc26a141885d9a85",
            "sha256:5187bfe6f252f0ed44e7915d42b59f4eb7df2bfd30763860f4b174428497601d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-24T10:09:35.58613054+08:00"
    }
}

更多版本

docker.io/minio/minio:RELEASE.2024-06-13T22-53-53Z

linux/amd64 docker.io160.36MB2024-06-24 10:38
1466

docker.io/minio/minio:RELEASE.2023-03-20T20-16-18Z

linux/arm64 docker.io266.80MB2024-07-08 15:10
2275

docker.io/minio/minio:RELEASE.2019-08-07T01-59-21Z

linux/amd64 docker.io61.34MB2024-07-11 09:32
1127

docker.io/minio/minio:RELEASE.2024-07-15T19-02-30Z

linux/amd64 docker.io160.72MB2024-07-16 15:02
1067

docker.io/minio/minio:RELEASE.2020-08-08T04-50-06Z

linux/amd64 docker.io62.86MB2024-07-16 19:23
630

docker.io/minio/minio:RELEASE.2022-05-26T05-48-41Z

linux/amd64 docker.io331.53MB2024-07-24 10:10
528

docker.io/minio/minio:RELEASE.2024-08-03T04-33-23Z

linux/amd64 docker.io160.47MB2024-08-07 15:17
845

docker.io/minio/minio:RELEASE.2023-03-20T20-16-18Z

linux/amd64 docker.io252.30MB2024-08-17 15:23
1822

docker.io/minio/minio:RELEASE.2024-03-05T04-48-44Z-cpuv1

linux/amd64 docker.io156.68MB2024-08-22 15:32
658

docker.io/minio/minio:RELEASE.2023-04-28T18-11-17Z

linux/amd64 docker.io256.51MB2024-09-06 14:52
497

docker.io/minio/minio:RELEASE.2023-04-28T18-11-17Z

linux/arm64 docker.io270.40MB2024-09-06 14:53
791

docker.io/minio/minio:RELEASE.2024-09-13T20-26-02Z

linux/amd64 docker.io165.00MB2024-09-20 10:26
698

docker.io/minio/minio:RELEASE.2022-10-24T18-35-07Z

linux/amd64 docker.io230.63MB2024-09-23 09:45
528

docker.io/minio/minio:RELEASE.2022-06-25T15-50-16Z

linux/amd64 docker.io248.11MB2024-09-23 09:55
738

docker.io/minio/minio:RELEASE.2022-06-20T23-13-45Z

linux/amd64 docker.io331.96MB2024-09-23 10:06
435

docker.io/minio/minio:RELEASE.2024-09-22T00-33-43Z

linux/amd64 docker.io165.09MB2024-09-27 16:36
690

docker.io/minio/minio:RELEASE.2020-10-28T08-16-50Z-51-g7fdffa036

linux/amd64 docker.io102.68MB2024-10-03 19:39
457

docker.io/minio/minio:RELEASE.2024-10-13T13-34-11Z

linux/amd64 docker.io165.30MB2024-10-17 17:40
876

docker.io/minio/minio:RELEASE.2024-10-02T17-50-41Z

linux/amd64 docker.io165.25MB2024-10-19 10:33
447

docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z

linux/amd64 docker.io296.08MB2024-10-24 09:44
514

docker.io/minio/minio:latest

linux/arm64 docker.io158.93MB2024-10-29 16:34
1307

docker.io/minio/minio:latest

linux/amd64 docker.io165.30MB2024-10-29 17:58
738

docker.io/minio/minio:RELEASE.2024-01-11T07-46-16Z

linux/amd64 docker.io151.22MB2024-10-30 10:47
435

docker.io/minio/minio:RELEASE.2024-10-29T16-01-48Z

linux/amd64 docker.io165.29MB2024-11-01 00:01
744

docker.io/minio/minio:RELEASE.2022-02-18T01-50-10Z

linux/arm64 docker.io274.54MB2024-11-06 09:36
362

docker.io/minio/minio:RELEASE.2024-11-07T00-52-20Z

linux/amd64 docker.io165.05MB2024-11-22 11:17
521

docker.io/minio/minio:RELEASE.2017-12-28T01-21-00Z

linux/amd64 docker.io28.80MB2024-11-22 13:48
364

docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z

linux/amd64 docker.io258.69MB2024-11-25 20:27
344

docker.io/minio/minio:RELEASE.2022-02-01T18-00-14Z

linux/amd64 docker.io395.35MB2024-11-26 16:34
274

docker.io/minio/minio:RELEASE.2022-09-17T00-09-45Z

linux/amd64 docker.io227.28MB2024-12-06 16:21
319

docker.io/minio/minio:RELEASE.2022-03-24T00-43-44Z

linux/arm64 docker.io255.59MB2024-12-16 21:38
364

docker.io/minio/minio:RELEASE.2024-12-13T22-19-12Z

linux/amd64 docker.io177.67MB2024-12-18 13:23
451

docker.io/minio/minio:RELEASE.2023-11-20T22-40-07Z

linux/amd64 docker.io147.31MB2025-01-03 14:49
341

docker.io/minio/minio:RELEASE.2020-11-25T22-36-25Z

linux/arm64 docker.io60.27MB2025-01-11 13:35
225

docker.io/minio/minio:RELEASE.2024-12-18T13-15-44Z

linux/amd64 docker.io178.69MB2025-01-13 10:35
605

docker.io/minio/minio:RELEASE.2025-01-20T14-49-07Z

linux/amd64 docker.io180.14MB2025-02-02 10:54
505

docker.io/minio/minio:RELEASE.2024-04-18T19-09-19Z

linux/amd64 docker.io158.48MB2025-03-02 17:58
223

docker.io/minio/minio:RELEASE.2025-02-28T09-55-16Z

linux/amd64 docker.io180.47MB2025-03-04 13:11
690

docker.io/minio/minio:RELEASE.2025-03-12T18-04-18Z

linux/amd64 docker.io182.37MB2025-03-19 20:14
576

docker.io/minio/minio:RELEASE.2020-10-03T02-19-42Z

linux/amd64 docker.io62.44MB2025-04-07 17:14
181

docker.io/minio/minio:RELEASE.2021-04-18T19-26-29Z

linux/amd64 docker.io208.49MB2025-04-15 16:30
277

docker.io/minio/minio:RELEASE.2023-12-23T07-19-11Z

linux/amd64 docker.io150.92MB2025-05-06 16:28
189

docker.io/minio/minio:RELEASE.2023-12-23T07-19-11Z

linux/arm64 docker.io146.57MB2025-05-06 16:30
188

docker.io/minio/minio:RELEASE.2025-04-22T22-12-26Z

linux/amd64 docker.io183.00MB2025-05-07 08:59
1196

docker.io/minio/minio:RELEASE.2025-04-22T22-12-26Z-cpuv1

linux/amd64 docker.io186.53MB2025-05-07 09:22
964

docker.io/minio/minio:RELEASE.2025-05-24T17-08-30Z-cpuv1

linux/amd64 docker.io178.44MB2025-06-14 14:10
376

docker.io/minio/minio:RELEASE.2022-01-08T03-11-54Z

linux/amd64 docker.io406.10MB2025-06-23 11:25
169

docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z

linux/amd64 docker.io293.94MB2025-06-24 20:29
149

docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z

linux/amd64 docker.io175.27MB2025-06-25 16:51
525

docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z

linux/arm64 docker.io166.87MB2025-06-30 10:46
374

docker.io/minio/minio:RELEASE.2025-04-22T22-12-26Z

linux/arm64 docker.io174.61MB2025-06-30 10:49
268

docker.io/minio/minio:RELEASE.2022-01-04T07-41-07Z

linux/amd64 docker.io405.99MB2025-07-02 20:53
138

docker.io/minio/minio:RELEASE.2024-08-29T01-40-52Z

linux/amd64 docker.io161.44MB2025-07-07 13:47
142

docker.io/minio/minio:RELEASE.2020-04-15T19-42-18Z

linux/amd64 docker.io57.38MB2025-07-10 09:20
145

docker.io/minio/minio:RELEASE.2024-12-13T22-19-12Z

linux/arm64 docker.io170.74MB2025-07-22 21:01
155

docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z-cpuv1

linux/amd64 docker.io178.79MB2025-07-26 15:00
452

docker.io/minio/minio:RELEASE.2025-07-18T21-56-31Z

linux/amd64 docker.io175.14MB2025-08-04 14:59
148

docker.io/minio/minio:RELEASE.2025-07-18T21-56-31Z

linux/arm64 docker.io166.84MB2025-08-04 15:00
231

docker.io/minio/minio:RELEASE.2024-12-18T13-15-44Z

linux/arm64 docker.io171.63MB2025-08-07 07:21
114

docker.io/minio/minio:RELEASE.2025-07-23T15-54-02Z

linux/amd64 docker.io175.29MB2025-08-08 16:53
376

docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z

linux/amd64 docker.io273.74MB2025-08-21 13:14
85

docker.io/minio/minio:RELEASE.2020-12-03T05-49-24Z

linux/amd64 docker.io60.63MB2025-08-25 10:00
61

docker.io/minio/minio:RELEASE.2023-04-20T17-56-55Z

linux/amd64 docker.io256.72MB2025-08-25 18:01
67

docker.io/minio/minio:RELEASE.2022-12-12T19-27-27Z

linux/amd64 docker.io310.69MB2025-09-04 15:23
75

docker.io/minio/minio:RELEASE.2023-01-25T00-19-54Z

linux/amd64 docker.io234.80MB2025-09-10 10:12
136

docker.io/minio/minio:RELEASE.2025-09-07T16-13-09Z

linux/amd64 docker.io175.49MB2025-09-11 09:33
208

docker.io/minio/minio:RELEASE.2021-06-17T00-10-46Z

linux/arm64 docker.io339.17MB2025-09-19 14:33
48

docker.io/minio/minio:RELEASE.2022-12-12T19-27-27Z

linux/arm64 docker.io336.33MB2025-09-22 20:19
47

docker.io/minio/minio:RELEASE.2022-01-07T01-53-23Z

linux/arm64 docker.io454.31MB2025-09-25 16:52
38

docker.io/minio/minio:RELEASE.2022-01-07T01-53-23Z

linux/amd64 docker.io406.08MB2025-09-25 16:55
41

docker.io/minio/minio:RELEASE.2025-09-07T16-13-09Z-cpuv1

linux/amd64 docker.io177.46MB2025-09-27 12:24
81