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

docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z - 国内下载镜像源 浏览次数:45
MinIO是一个对象存储解决方案,它提供了一个高度可扩展、容量大且低成本的云存储解决方案。该镜像用于运行MinIO对象存储服务,可以在 Docker 容器中运行。
源镜像 docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z
镜像ID sha256:bc55a6e1c16dcfe3701745d3f43020fe2e12b831dd73799f153c8fd451607cbf
镜像TAG RELEASE.2022-11-17T23-20-09Z
大小 293.94MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD minio
启动入口 /usr/bin/docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 45 次
贡献者
镜像创建 2022-11-18T09:04:19.286655249Z
同步时间 2025-06-24 20:29
更新时间 2025-07-15 03:17
开放端口
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-10-26T11:07:47: 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.26.2: 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.2022-11-17T23-20-09Z: 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.6-994: url 50293e4ba66ca2194d8ee5a149a665cb9a375c71: vcs-ref git: vcs-type MinIO Inc <dev@min.io>: vendor RELEASE.2022-11-17T23-20-09Z: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z  docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z  docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z

Shell快速替换命令

sed -i 's#minio/minio:RELEASE.2022-11-17T23-20-09Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z#' 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-11-17T23-20-09Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z  docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z  docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z'

镜像构建历史


# 2022-11-18 17:04:19  0.00B 设置默认要执行的命令
CMD ["minio"]
                        
# 2022-11-18 17:04:19  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2022-11-18 17:04:19  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2022-11-18 17:04:19  0.00B 声明容器运行时监听的端口
EXPOSE map[9000/tcp:{}]
                        
# 2022-11-18 17:04:19  198.53MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2022-11-17T23-20-09Z /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-11-18 17:03:13  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2022-11-18 17:03:13  1.52MB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2022-11-18 17:03:13  864.00B 复制新文件或目录到容器中
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit
                        
# 2022-11-18 17:03:13  624.00B 复制新文件或目录到容器中
COPY dockerscripts/verify-minio.sh /usr/bin/verify-minio.sh # buildkit
                        
# 2022-11-18 17:03:13  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-11-18 17:03:13  0.00B 添加元数据标签
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=RELEASE.2022-11-17T23-20-09Z release=RELEASE.2022-11-17T23-20-09Z 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-11-18 17:03:13  0.00B 定义构建参数
ARG RELEASE
                        
# 2022-11-18 17:03:13  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2022-10-26 19:22:37  93.85MB 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2022-10-26 19:22:36  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-fb050.repo' '/etc/yum.repos.d/repo-f8884.repo'
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2022-10-26T11:07:47" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="50293e4ba66ca2194d8ee5a149a665cb9a375c71" "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.6-994"
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c #(nop) ADD file:2d7726bfdc0c51736f3f981af7b9b5e8aedf9552ba95428c0d5c27b475de1643 in /root/buildinfo/Dockerfile-ubi8-minimal-8.6-994 
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c #(nop) ADD file:49a4df8870993b9360596e882843fa86ddf8c6d742f98aafca30d3bffd83bbee in /root/buildinfo/content_manifests/ubi8-minimal-container-8.6-994.json 
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c #(nop) LABEL release=994
                        
# 2022-10-26 19:22:35  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2022-10-26 19:22:34  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."
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.6"
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) ADD multi:dbec71de18a2707b009c84015e6d4bb973e07dafb6c08455831fdc2540443b2c in /etc/yum.repos.d/ 
                        
# 2022-10-26 19:22:34  0.00B 
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem 
                        
# 2022-10-26 19:22:33  0.00B 
/bin/sh -c #(nop) ADD file:9e49c3f585599ac390bb9ca085dda0c3eb4f662e26bc66aa76de128cce4f44e5 in / 
                        
                    

镜像信息

{
    "Id": "sha256:bc55a6e1c16dcfe3701745d3f43020fe2e12b831dd73799f153c8fd451607cbf",
    "RepoTags": [
        "minio/minio:RELEASE.2022-11-17T23-20-09Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2022-11-17T23-20-09Z"
    ],
    "RepoDigests": [
        "minio/minio@sha256:296095d34582d941610a3f06823bf9e2ef374744376eb4a5f20f877d2f2a1f4c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio@sha256:72a835fc212712e45ed44217390c5ac8e83edd466690cd65f061af476d21db1b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2022-11-18T09:04:19.286655249Z",
    "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-10-26T11:07:47",
            "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.26.2",
            "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-11-17T23-20-09Z",
            "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.6-994",
            "vcs-ref": "50293e4ba66ca2194d8ee5a149a665cb9a375c71",
            "vcs-type": "git",
            "vendor": "MinIO Inc \u003cdev@min.io\u003e",
            "version": "RELEASE.2022-11-17T23-20-09Z"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 293936704,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0013ef2cb2cde2081a4889e5acf01ca98af963571cdfe9299fd4191b5155dd08/diff:/var/lib/docker/overlay2/1a4ab7b6dccfe9430bccc120e00567eab09ca888b6443e9d4d5525d92b5a1cec/diff:/var/lib/docker/overlay2/3c14e789dc59e70f0ef0b027305b08715aecb29482e6d34def5c021d62b79385/diff:/var/lib/docker/overlay2/c4f43ef0d94ff9ead1ecac9ca58c5f68878161103d7fed908f673d508a611153/diff:/var/lib/docker/overlay2/f44cd0392d7aef65232324b37a25dde43030d075841134416b1d7d4eeebd2f31/diff",
            "MergedDir": "/var/lib/docker/overlay2/d10436f2d2f9f660ec6137a07f89aea2cc107394f51bb5335f65317ddf593273/merged",
            "UpperDir": "/var/lib/docker/overlay2/d10436f2d2f9f660ec6137a07f89aea2cc107394f51bb5335f65317ddf593273/diff",
            "WorkDir": "/var/lib/docker/overlay2/d10436f2d2f9f660ec6137a07f89aea2cc107394f51bb5335f65317ddf593273/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9aaca8eae7c07b489cefc9ae800e862332cecf50af417a840007a93709943673",
            "sha256:ac747a1644004452025eaa57e7fc828d821c621dcee9827047224359fef0c353",
            "sha256:3b8e1e93b22570bf2bf7802285de781cbbb61d73c03ff0b90ce83959f0fc5554",
            "sha256:0158467630916ca800d1e778c4c4a20e6c36514a13538fb3548416344b68f673",
            "sha256:152b9e80f04e7d932bff70865c6eb987e519015508161835a4cdfd176b263bb8",
            "sha256:f32b2530f1b05f4eb1be4ec638bc4191706b2dcb3cd734186dc7300fd60de72f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-24T20:29:11.945723823+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/minio:latest

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

docker.io/minio/minio:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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