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

docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z - 国内下载镜像源 浏览次数:122
MinIO是一个对象存储解决方案,它提供了一个高度可扩展、容量大且低成本的云存储解决方案。该镜像用于运行MinIO对象存储服务,可以在 Docker 容器中运行。
源镜像 docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z
镜像ID sha256:2d20a9c5413ef625ef82f9bfe4ff1f0a4a4c85d7a314a250e97799289d5e0577
镜像TAG RELEASE.2023-05-27T05-56-19Z
大小 258.69MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD minio
启动入口 /usr/bin/docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 122 次
贡献者
镜像创建 2023-05-28T06:56:13.556163315Z
同步时间 2024-11-25 20:27
更新时间 2025-04-17 11:47
开放端口
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-05-03T15:02:09: 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.27.3: 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-05-27T05-56-19Z: 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-860: url dee8029ddcc7ecbfbebb0905d2b15e134338616c: vcs-ref git: vcs-type MinIO Inc <dev@min.io>: vendor RELEASE.2023-05-27T05-56-19Z: version
镜像安全扫描 查看Trivy扫描报告

系统OS: redhat 8.8 扫描引擎: Trivy 扫描时间: 2024-11-25 20:27

低危漏洞:104 中危漏洞:109 高危漏洞:23 严重漏洞:1

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z  docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z  docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z

Shell快速替换命令

sed -i 's#minio/minio:RELEASE.2023-05-27T05-56-19Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z#' 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-05-27T05-56-19Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z  docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z  docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z'

镜像构建历史


# 2023-05-28 14:56:13  0.00B 设置默认要执行的命令
CMD ["minio"]
                        
# 2023-05-28 14:56:13  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2023-05-28 14:56:13  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2023-05-28 14:56:13  0.00B 声明容器运行时监听的端口
EXPOSE map[9000/tcp:{}]
                        
# 2023-05-28 14:56:13  164.00MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2023-05-27T05-56-19Z /bin/sh -c microdnf clean all &&      microdnf update --nodocs &&      microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools --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 &&      curl -s -q https://dl.min.io/client/mc/release/linux-${TARGETARCH}/mc -o /opt/bin/mc &&      gzip /opt/bin/mc &&      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
                        
# 2023-05-28 14:55:37  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2023-05-28 14:55:36  1.60MB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2023-05-28 14:55:35  763.00B 复制新文件或目录到容器中
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit
                        
# 2023-05-28 14:55:34  582.00B 复制新文件或目录到容器中
COPY dockerscripts/verify-minio.sh /usr/bin/verify-minio.sh # buildkit
                        
# 2023-05-28 14:55:34  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-05-28 14:55:34  0.00B 添加元数据标签
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=RELEASE.2023-05-27T05-56-19Z release=RELEASE.2023-05-27T05-56-19Z 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-05-28 14:55:34  0.00B 定义构建参数
ARG RELEASE
                        
# 2023-05-28 14:55:34  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2023-05-03 23:11:40  93.05MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2023-05-03 23:11:39  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2023-05-03 23:11:38  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-700b5.repo' '/etc/yum.repos.d/repo-cb269.repo'
                        
# 2023-05-03 23:11:37  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-05-03T15:02:09" "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-860"
                        
# 2023-05-03 23:11:37  0.00B 
/bin/sh -c #(nop) ADD file:fcaeea1e052139bcd93a719356f6d30b0bd66243e25ccb0a8ed0e3b2013b5804 in /root/buildinfo/Dockerfile-ubi8-minimal-8.8-860 
                        
# 2023-05-03 23:11:37  0.00B 
/bin/sh -c #(nop) ADD file:13e13737bf27853f3a47e1f55b843236868d5521b05c5fed54688856d11bd33f in /root/buildinfo/content_manifests/ubi8-minimal-container-8.8-860.json 
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) LABEL release=860
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2023-05-03 23:11:36  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-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2023-05-03 23:11:36  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-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.8"
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2023-05-03 23:11:36  0.00B 
/bin/sh -c #(nop) ADD multi:62a5ed918ba581cb28e63a96c95a2291910a696c57ec0a22b415b43695503828 in /etc/yum.repos.d/ 
                        
# 2023-05-03 23:11:35  0.00B 
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem 
                        
# 2023-05-03 23:11:35  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2023-05-03 23:11:34  0.00B 
/bin/sh -c #(nop) ADD file:84dff5b0f84a1086a0a07b28849d08a18f2d658869173d376845a20a2cb34541 in / 
                        
                    

镜像信息

{
    "Id": "sha256:2d20a9c5413ef625ef82f9bfe4ff1f0a4a4c85d7a314a250e97799289d5e0577",
    "RepoTags": [
        "minio/minio:RELEASE.2023-05-27T05-56-19Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio:RELEASE.2023-05-27T05-56-19Z"
    ],
    "RepoDigests": [
        "minio/minio@sha256:d560100702023bf91fc9080bd672db1322c4c920d67938ada98696417c3a9609",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/minio@sha256:dd092643abebeb3b55d09eaeb4fae03a55c5b05a575e4251e608528540e5e9a9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-05-28T06:56:13.556163315Z",
    "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-05-03T15:02:09",
            "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.27.3",
            "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-05-27T05-56-19Z",
            "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-860",
            "vcs-ref": "dee8029ddcc7ecbfbebb0905d2b15e134338616c",
            "vcs-type": "git",
            "vendor": "MinIO Inc \u003cdev@min.io\u003e",
            "version": "RELEASE.2023-05-27T05-56-19Z"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 258688196,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9538e7c151769abada0a696b6d186a7a573b3f7290eaa952fada6c087b8329c4/diff:/var/lib/docker/overlay2/f300a62fd6ecc5b59e770a7ed9eed7f2d9c4a3f0be4771908b44351d0358beaa/diff:/var/lib/docker/overlay2/75c198bdd74dbb87c1cacd8717ab62d243c70dc2f939169f3e062b69d71a157e/diff:/var/lib/docker/overlay2/fd7d3d9f7d89da486d1459edf3e35f9c3e26553c2eeea6e9688badc7ef4867a0/diff:/var/lib/docker/overlay2/01315f9eded5beea2ea5b226efc9bc68acb518e0a6bb1d3315a151040ed04361/diff",
            "MergedDir": "/var/lib/docker/overlay2/31f3f987256fd5f4d6fb52faac821c4bf37d152b6a887f35fc3558f5e7667bb8/merged",
            "UpperDir": "/var/lib/docker/overlay2/31f3f987256fd5f4d6fb52faac821c4bf37d152b6a887f35fc3558f5e7667bb8/diff",
            "WorkDir": "/var/lib/docker/overlay2/31f3f987256fd5f4d6fb52faac821c4bf37d152b6a887f35fc3558f5e7667bb8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:14946186767bc29fcb3592d96f656b4e95dc5a6736fa696729a6c6f26f061bd7",
            "sha256:0b0c5c33a73e5d9e056c0d0ac6dafb8bfc2e323554f6ec3bb13e76c167a4940f",
            "sha256:03cc3908100c6372006f70c0afc3a045c561453e65a8b901771cc3016eb16332",
            "sha256:fd066695b45c3857174531d5821c3abaddaf7b4a9b890acf7e60bb933e9dacd2",
            "sha256:5348346996b2532306c1633d58bc3ac35bb5f76de0946e3039ec20f8b122439f",
            "sha256:37386200259e632d348da2677afde104c65c369e85c216c65de787a0decbdcf1"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-25T20:27:33.093191359+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/minio:latest

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

docker.io/minio/minio:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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