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

docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z - 国内下载镜像源 浏览次数:22
MinIO是一个对象存储解决方案,它提供了一个高度可扩展、容量大且低成本的云存储解决方案。该镜像用于运行MinIO对象存储服务,可以在 Docker 容器中运行。
源镜像 docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z
镜像ID sha256:aa0d189c7f9b90921703ed6127cb6830ca2ed0e4dbd196ee1298f293412c3b57
镜像TAG RELEASE.2023-10-25T06-33-25Z
大小 273.74MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD minio
启动入口 /usr/bin/docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 22 次
贡献者
镜像创建 2023-10-25T07:54:12.331207825Z
同步时间 2025-08-21 13:14
更新时间 2025-08-26 18:06
开放端口
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 2023-10-18T11:46:11: build-date 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 1.29.0: io.buildah.version 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.2023-10-25T06-33-25Z: 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.8-1072.1697626218: url dee8029ddcc7ecbfbebb0905d2b15e134338616c: vcs-ref git: vcs-type MinIO Inc <dev@min.io>: vendor RELEASE.2023-10-25T06-33-25Z: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z  docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z  docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z

Shell快速替换命令

sed -i 's#minio/minio:RELEASE.2023-10-25T06-33-25Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z  docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z  docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z'

镜像构建历史


# 2023-10-25 15:54:12  0.00B 设置默认要执行的命令
CMD ["minio"]
                        
# 2023-10-25 15:54:12  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2023-10-25 15:54:12  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2023-10-25 15:54:12  0.00B 声明容器运行时监听的端口
EXPOSE map[9000/tcp:{}]
                        
# 2023-10-25 15:54:12  178.88MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2023-10-25T06-33-25Z /bin/sh -c microdnf clean all &&      microdnf update --nodocs &&      rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&      microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools iproute iputils jq 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 &&      curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc -o /opt/bin/mc &&      microdnf clean all &&      chmod +x /opt/bin/minio &&      chmod +x /opt/bin/mc &&      chmod +x /usr/bin/docker-entrypoint.sh &&      chmod +x /usr/bin/verify-minio.sh &&      /usr/bin/verify-minio.sh &&      microdnf clean all # buildkit
                        
# 2023-10-25 15:53:39  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2023-10-25 15:53:39  1.65MB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2023-10-25 15:53:39  763.00B 复制新文件或目录到容器中
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit
                        
# 2023-10-25 15:53:39  582.00B 复制新文件或目录到容器中
COPY dockerscripts/verify-minio.sh /usr/bin/verify-minio.sh # buildkit
                        
# 2023-10-25 15:53:39  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
                        
# 2023-10-25 15:53:39  0.00B 添加元数据标签
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=RELEASE.2023-10-25T06-33-25Z release=RELEASE.2023-10-25T06-33-25Z 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-10-25 15:53:39  0.00B 定义构建参数
ARG RELEASE
                        
# 2023-10-25 15:53:39  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2023-10-18 20:49:57  93.18MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2023-10-18 20:49:55  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2023-10-18 20:49:55  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-2460229-2a53b.repo' '/etc/yum.repos.d/gitweb-f6bee.repo'
                        
# 2023-10-18 20:49:54  0.00B 
/bin/sh -c #(nop) LABEL "release"="1072.1697626218" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-10-18T11:46:11" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="dee8029ddcc7ecbfbebb0905d2b15e134338616c" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.8-1072.1697626218"
                        
# 2023-10-18 20:49:54  0.00B 
/bin/sh -c #(nop) ADD file:9fbad41b814186dd0da1dae5e6ea38418efba78dbf999da629bbf906da226243 in /root/buildinfo/Dockerfile-ubi8-minimal-8.8-1072.1697626218 
                        
# 2023-10-18 20:49:54  0.00B 
/bin/sh -c #(nop) ADD file:5e368d6e32137dc736d21dd012bd92b380bff4b32507604f02cc3380ed1f27fc in /root/buildinfo/content_manifests/ubi8-minimal-container-8.8-1072.1697626218.json 
                        
# 2023-10-18 20:49:54  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) LABEL 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."
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.8"
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) ADD multi:02c4aafe003795d7be1bd5a3b6d53d7e91c3b729faa5c8f64c2cc816e6915a18 in /etc/yum.repos.d/ 
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c #(nop) ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem 
                        
# 2023-10-18 20:49:53  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2023-10-18 20:49:52  0.00B 
/bin/sh -c #(nop) ADD file:5c3db83b000dbd7f5ac652deca0885f748fc3927831292ee77f730ba2f248f5c in / 
                        
                    

镜像信息

{
    "Id": "sha256:aa0d189c7f9b90921703ed6127cb6830ca2ed0e4dbd196ee1298f293412c3b57",
    "RepoTags": [
        "minio/minio:RELEASE.2023-10-25T06-33-25Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-10-25T06-33-25Z"
    ],
    "RepoDigests": [
        "minio/minio@sha256:858ee1ca619396ea1b77cc12a36b857a6b57cb4f5d53128b1224365ee1da7305",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio@sha256:bf03c700bc555be96aa10050ee33756ed4a3c5243484e0c9cf3b13b3fd8f0b6c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-10-25T07:54:12.331207825Z",
    "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": "2023-10-18T11:46:11",
            "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.buildah.version": "1.29.0",
            "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.2023-10-25T06-33-25Z",
            "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.8-1072.1697626218",
            "vcs-ref": "dee8029ddcc7ecbfbebb0905d2b15e134338616c",
            "vcs-type": "git",
            "vendor": "MinIO Inc \u003cdev@min.io\u003e",
            "version": "RELEASE.2023-10-25T06-33-25Z"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 273743109,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1671dde3d981802c161c15f45fccac1a612892989d6370396f27a551ea160303/diff:/var/lib/docker/overlay2/111dc74417775079f54a24886e0fe40b22cdceb8add741ffde67a00bdcf03cf7/diff:/var/lib/docker/overlay2/259bf6ad4db60a9ffae81e670d8d2dbfe2cf64992f24fe07d41cef954a6a5fa0/diff:/var/lib/docker/overlay2/897d37f86de54054d5174c3c67921598ae40585d7f17cd586dd402328eb00db4/diff:/var/lib/docker/overlay2/c205b0649f5cc42abbbd1cd0b005b00383a19c0d0708407610da6d2f364b8093/diff",
            "MergedDir": "/var/lib/docker/overlay2/4e99a577c2ffb7478438d18c4879366c2f799a14e004dc6569a8e2f21e248a46/merged",
            "UpperDir": "/var/lib/docker/overlay2/4e99a577c2ffb7478438d18c4879366c2f799a14e004dc6569a8e2f21e248a46/diff",
            "WorkDir": "/var/lib/docker/overlay2/4e99a577c2ffb7478438d18c4879366c2f799a14e004dc6569a8e2f21e248a46/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1053d00b8e292c8a36bef630a0f4977b29da4e2fd60ac9425e0fcd1f7c1108d5",
            "sha256:b38b21bd0db8d34eefd3224bd1100c48c1be03389119c2a962d0cd102df8d005",
            "sha256:d5860e873e016baa8d709052b949ba2869d6f3af3d1f5c08b59138b1c73a6795",
            "sha256:53834cd3da97d5bcadbf425e297f8564b2756babdd064f3e619ce0ec98ad8fa9",
            "sha256:aa96ae8141eac0446a8ec43b2f0c18972ebf68cf411fe9c499ccba53f8499257",
            "sha256:82edff5abacd2841cee72064b26b380d7b6d49ce9cf37480dda261d9c53ac405"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-21T13:14:34.287531309+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/minio:latest

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

docker.io/minio/minio:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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