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

docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z - 国内下载镜像源 浏览次数:9
MinIO是一个对象存储解决方案,它提供了一个高度可扩展、容量大且低成本的云存储解决方案。该镜像用于运行MinIO对象存储服务,可以在 Docker 容器中运行。
源镜像 docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z
镜像ID sha256:c4260bcf2c25b683e4f6e6ed6474f12c5c28dc8e375bfe0ecea7a5d3fbecbc04
镜像TAG RELEASE.2025-06-13T11-33-47Z
大小 175.27MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD minio
启动入口 /usr/bin/docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-06-23T20:51:02.36571681Z
同步时间 2025-06-25 16:51
更新时间 2025-06-26 02:19
开放端口
9000/tcp
目录挂载
/data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 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 MC_CONFIG_DIR=/tmp/.mc
镜像标签
x86_64: architecture 2025-06-11T09:10:15: build-date ubi9-micro-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 1.39.0-dev: io.buildah.version Very small image which doesn't install the package manager.: io.k8s.description Red Hat Universal Base Image 9 Micro: io.k8s.display-name : io.openshift.expose-services MinIO Inc <dev@min.io>: maintainer MinIO: name RELEASE.2025-06-13T11-33-47Z: release MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service.: summary https://www.redhat.com: url 5b5052c387dc3e97454afeb772c52540231c77fe: vcs-ref git: vcs-type MinIO Inc <dev@min.io>: vendor RELEASE.2025-06-13T11-33-47Z: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z  docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z  docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z

Shell快速替换命令

sed -i 's#minio/minio:RELEASE.2025-06-13T11-33-47Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z  docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z  docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z'

镜像构建历史


# 2025-06-24 04:51:02  0.00B 设置默认要执行的命令
CMD ["minio"]
                        
# 2025-06-24 04:51:02  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2025-06-24 04:51:02  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2025-06-24 04:51:02  0.00B 声明容器运行时监听的端口
EXPOSE map[9000/tcp:{}]
                        
# 2025-06-24 04:51:02  675.00B 复制新文件或目录到容器中
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit
                        
# 2025-06-24 04:51:02  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2025-06-24 04:51:02  1.88MB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2025-06-24 04:51:02  5.50MB 复制新文件或目录到容器中
COPY /go/bin/curl* /usr/bin/ # buildkit
                        
# 2025-06-24 04:51:02  30.53MB 复制新文件或目录到容器中
COPY /go/bin/mc* /usr/bin/ # buildkit
                        
# 2025-06-24 04:51:01  110.76MB 复制新文件或目录到容器中
COPY /go/bin/minio* /usr/bin/ # buildkit
                        
# 2025-06-24 04:51:01  222.60KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
                        
# 2025-06-24 04:50:38  3.41MB 执行命令并创建新的镜像层
RUN |1 RELEASE=RELEASE.2025-06-13T11-33-47Z /bin/sh -c chmod -R 777 /usr/bin # buildkit
                        
# 2025-06-24 04:50:38  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 MC_CONFIG_DIR
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 MC_CONFIG_DIR=/tmp/.mc
                        
# 2025-06-24 04:50:38  0.00B 添加元数据标签
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=RELEASE.2025-06-13T11-33-47Z release=RELEASE.2025-06-13T11-33-47Z 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.
                        
# 2025-06-24 04:50:38  0.00B 定义构建参数
ARG RELEASE=RELEASE.2025-06-13T11-33-47Z
                        
# 2025-06-11 17:10:19  22.92MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-06-11T09:10:15" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="5b5052c387dc3e97454afeb772c52540231c77fe" "release"="1749632992"
                        
# 2025-06-11 17:10:19  0.00B 
/bin/sh -c #(nop) COPY file:bc4e5ea7c9bb48901dc62121f094109ad85c0ae2bf4169dee234618cf6b9bd60 in /usr/share/buildinfo/content-sets.json 
                        
# 2025-06-11 17:10:19  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2025-06-11 17:10:19  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/ 
                        
# 2025-06-11 17:10:19  0.00B 
/bin/sh -c #(nop) COPY dir:600ad208d51ae931e8f056c910b868ace232c730a173187af4cf15d35d9b2ce6 in / 
                        
# 2025-06-11 17:10:19  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Micro"
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="Very small image which doesn't install the package manager."
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL distribution-scope="public"
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL version="9.6"
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-06-11 17:10:18  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:c4260bcf2c25b683e4f6e6ed6474f12c5c28dc8e375bfe0ecea7a5d3fbecbc04",
    "RepoTags": [
        "minio/minio:RELEASE.2025-06-13T11-33-47Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2025-06-13T11-33-47Z"
    ],
    "RepoDigests": [
        "minio/minio@sha256:064117214caceaa8d8a90ef7caa58f2b2aeb316b5156afe9ee8da5b4d83e12c8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio@sha256:acf456514a4a67dc3b4bc1e0dd522d52b7b7afcc3614dba12b324c17759c38db"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-23T20:51:02.36571681Z",
    "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=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "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",
            "MC_CONFIG_DIR=/tmp/.mc"
        ],
        "Cmd": [
            "minio"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/data": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/usr/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-06-11T09:10:15",
            "com.redhat.component": "ubi9-micro-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.buildah.version": "1.39.0-dev",
            "io.k8s.description": "Very small image which doesn't install the package manager.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
            "io.openshift.expose-services": "",
            "maintainer": "MinIO Inc \u003cdev@min.io\u003e",
            "name": "MinIO",
            "release": "RELEASE.2025-06-13T11-33-47Z",
            "summary": "MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service.",
            "url": "https://www.redhat.com",
            "vcs-ref": "5b5052c387dc3e97454afeb772c52540231c77fe",
            "vcs-type": "git",
            "vendor": "MinIO Inc \u003cdev@min.io\u003e",
            "version": "RELEASE.2025-06-13T11-33-47Z"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 175270494,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c4438458a30933e53ac9a4d2cd2c9d962fd40261b7a10c6d7afffaa880369bf4/diff:/var/lib/docker/overlay2/7a4a6dd8fffe3617073c9ba89e56dc35b50bd6a01e0f0e2b9e4b61064ad7e052/diff:/var/lib/docker/overlay2/29e2babe74d64a3c37b52bb2adc7c131eb9fb671280d1c984922170d3ccbfda2/diff:/var/lib/docker/overlay2/444c3c1678b96e9b6b2aedbb43d0b3a3b6c9b41453338bed36f24a15856d83cb/diff:/var/lib/docker/overlay2/51ced3de4d61394e602ebb0a29e53975b3bad789b3d679ba488c8f6766cdb545/diff:/var/lib/docker/overlay2/b30fd97b1afb936e15ec751e0668c2e6e6815a8b9108802682841f3e4867813f/diff:/var/lib/docker/overlay2/5b175ca6368a975f880e0a20c48c31a3fadeaddd67ff5b3a3611e7df96fa189a/diff:/var/lib/docker/overlay2/02b037948fed72c834a45d6ae794cffaaef85ee09b153fc1853f940ee0647139/diff",
            "MergedDir": "/var/lib/docker/overlay2/268698bff7cb879981c418faea3b5a8fce948e13c13ca84b08750a918976bc9d/merged",
            "UpperDir": "/var/lib/docker/overlay2/268698bff7cb879981c418faea3b5a8fce948e13c13ca84b08750a918976bc9d/diff",
            "WorkDir": "/var/lib/docker/overlay2/268698bff7cb879981c418faea3b5a8fce948e13c13ca84b08750a918976bc9d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fafc7ab0542258ed8d6992dbdc1b324926cc574e29564dac710c5f7dabb904ce",
            "sha256:52b5a34b7470b0e3d0d9cb96221bb6379f22d2e77fa38f5c020901ed08c7f066",
            "sha256:7f7aa57caa93e368e1eab14775c896eda882007568ae75313340719cfb908061",
            "sha256:e22c88a6e9e58f6ea6aea6e7c82bb4775f3beaa346ba0190aeb8c58a58a0b1bf",
            "sha256:510fc248963a266addc74d79f94ed26ec627e29afa6e7f63a14610e0563ac618",
            "sha256:b7747c0f2ca107f853c293096f1518dc49df25e00072259f21af5d858a48e33a",
            "sha256:dde023ed90b9afc1dbb738f7315760cca3575a3cbbe5198a47c4f00f270f0d83",
            "sha256:30c0b3f69b83fd0fb48b0ddb652bffa2ed9b5e08cef41f387abd812015e65519",
            "sha256:d4b45503d9922460c3ec5a558fb610f048fd95a7d28a4c452d7c19a9149bcf99"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-25T16:51:08.775880517+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/minio:latest

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

docker.io/minio/minio:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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