quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z linux/amd64

quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z - 国内下载镜像源 浏览次数:10

MinIO 是一个基于 S3 的对象存储解决方案,提供了高性能、低成本和可扩展的存储解决方案。该镜像用于创建 MinIO 服务容器,可以在容器化环境中使用。

源镜像 quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z
镜像ID sha256:9d668e47f1fc60ea49af4203deee87a657eb1aa0e2761fee2c7c2d1df282c880
镜像TAG RELEASE.2025-04-22T22-12-26Z
大小 183.00MB
镜像源 quay.io
CMD minio
启动入口 /usr/bin/docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2025-04-22T22:35:01.339428192Z
同步时间 2025-08-03 17:39
更新时间 2025-08-04 01:58
开放端口
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-04-08T13:14:37Z: 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-04-22T22-12-26Z: release MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service.: summary https://www.redhat.com: url 519a52b1bc2ef31e2633c20f34a0df840e159172: vcs-ref git: vcs-type MinIO Inc <dev@min.io>: vendor RELEASE.2025-04-22T22-12-26Z: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z  quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z  quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z

Shell快速替换命令

sed -i 's#quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z  quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z  quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z'

镜像构建历史


# 2025-04-23 06:35:01  0.00B 设置默认要执行的命令
CMD ["minio"]
                        
# 2025-04-23 06:35:01  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2025-04-23 06:35:01  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2025-04-23 06:35:01  0.00B 声明容器运行时监听的端口
EXPOSE map[9000/tcp:{}]
                        
# 2025-04-23 06:35:01  675.00B 复制新文件或目录到容器中
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit
                        
# 2025-04-23 06:35:01  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2025-04-23 06:35:01  1.88MB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2025-04-23 06:35:01  5.50MB 复制新文件或目录到容器中
COPY /go/bin/curl* /usr/bin/ # buildkit
                        
# 2025-04-23 06:35:01  30.18MB 复制新文件或目录到容器中
COPY /go/bin/mc* /usr/bin/ # buildkit
                        
# 2025-04-23 06:35:01  118.85MB 复制新文件或目录到容器中
COPY /go/bin/minio* /usr/bin/ # buildkit
                        
# 2025-04-23 06:35:00  222.60KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
                        
# 2025-04-23 06:34:38  3.42MB 执行命令并创建新的镜像层
RUN |1 RELEASE=RELEASE.2025-04-22T22-12-26Z /bin/sh -c chmod -R 777 /usr/bin # buildkit
                        
# 2025-04-23 06:34: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-04-23 06:34:38  0.00B 添加元数据标签
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=RELEASE.2025-04-22T22-12-26Z release=RELEASE.2025-04-22T22-12-26Z 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-04-23 06:34:38  0.00B 定义构建参数
ARG RELEASE=RELEASE.2025-04-22T22-12-26Z
                        
# 2025-04-08 21:18:31  589.00B 
/bin/sh
                        
# 2025-04-08 21:18:27  22.91MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-04-08T13:18:18" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="519a52b1bc2ef31e2633c20f34a0df840e159172" "build-date"="2025-04-08T13:14:37Z" "release"="1744118077"
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/ 
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) COPY dir:e090fe0145de863f979c9f4d5f82227794d4b5093816cb9fbf959c10a2c1dc02 in / 
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Micro"
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="Very small image which doesn't install the package manager."
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
                        
# 2025-04-08 21:18:27  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-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL distribution-scope="public"
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL version="9.5"
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-04-08 21:18:27  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:9d668e47f1fc60ea49af4203deee87a657eb1aa0e2761fee2c7c2d1df282c880",
    "RepoTags": [
        "quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2025-04-22T22-12-26Z"
    ],
    "RepoDigests": [
        "quay.io/minio/minio@sha256:a1ea29fa28355559ef137d71fc570e508a214ec84ff8083e39bc5428980b015e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio@sha256:e4cfd69993796b860f18a72eee502c1f8a12f2e0ed00ee1b78ddc53dffa5146e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-22T22:35:01.339428192Z",
    "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-04-08T13:14:37Z",
            "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-04-22T22-12-26Z",
            "summary": "MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service.",
            "url": "https://www.redhat.com",
            "vcs-ref": "519a52b1bc2ef31e2633c20f34a0df840e159172",
            "vcs-type": "git",
            "vendor": "MinIO Inc \u003cdev@min.io\u003e",
            "version": "RELEASE.2025-04-22T22-12-26Z"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 183004600,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cd5423cce2e9c030a968248e08fbc30c51e7480624fb190f6e932073452de608/diff:/var/lib/docker/overlay2/dedb2d83319b1b25b1ef04447f8344251f8165e51e13d8557927b27d1485cd7b/diff:/var/lib/docker/overlay2/0865f7d4796e127f560fa42940299540b7a2dc483ddac6b5020bf7c5a328cea0/diff:/var/lib/docker/overlay2/98692752ec057348aa400da3267fbf31bb8361a9f211709f8dd8670d27b0e511/diff:/var/lib/docker/overlay2/c0fec34e11d7e4b19e8e6defbb5b0951b03b42c01eb7797574b8a29cfbbba66b/diff:/var/lib/docker/overlay2/c77ccc5bf48195159c54aa887839e0dfa9ca6859cf07674087898a8efe94a953/diff:/var/lib/docker/overlay2/25b03b0a5ac1f7419a0a75ee72dedbad6ccaac6fd5e196198bf140d4e5159bab/diff:/var/lib/docker/overlay2/71f7b886f8bd889953a00b025bb9355d1521acc141196e728ff4a6ce4753b783/diff:/var/lib/docker/overlay2/42f1d7d71e6723662237bcdec2175dedc0ebc70aa8fb722e0bb1649b48ea1c04/diff",
            "MergedDir": "/var/lib/docker/overlay2/9ba0d0157003d825e72928c713b15e4f27ec2bd0846507a98725b1fea59a1562/merged",
            "UpperDir": "/var/lib/docker/overlay2/9ba0d0157003d825e72928c713b15e4f27ec2bd0846507a98725b1fea59a1562/diff",
            "WorkDir": "/var/lib/docker/overlay2/9ba0d0157003d825e72928c713b15e4f27ec2bd0846507a98725b1fea59a1562/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a7ea3edf99845e113e999841d132de36776a3cd05a11512be990a61062eda01e",
            "sha256:bc8d5ed2193938439a95fa8b8256301104924deaa5e2df62026818a9b92619b6",
            "sha256:1e5736bac4860c785c0fe3cfd874e5fd7e4631941b4919b67333665bdcdd33d4",
            "sha256:377437d01d363dfac06639b2e942d0086e6c4b0afeee0da67c058a0e6e2c3ae7",
            "sha256:9d4660f28d34d8712fa5a6d2a382d00799b8c9aae14ed032525df3a365ed32b5",
            "sha256:8390681ea3dd7776f1beec1a91d30160f9279ce464977c88769d3dcd1fe7497e",
            "sha256:4db63df9b91482cf93a66f5d34242f617cea615377972dd8674177c039ee1c20",
            "sha256:cb743dd6c4f365b166bfec3332c98bcbc2b2116cf87dbee9ca90db7d14d3db42",
            "sha256:f25e4be494e05101f9bf80f741a571357a2439838c19feea243fdb51d8ed4b9e",
            "sha256:7ecae2500df912b4f6c8fae4abc21832758cfdf70998dff9f83d90d33d5d48dc"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-03T17:39:04.314531148+08:00"
    }
}

更多版本

quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z

linux/amd64 quay.io150.87MB2024-08-08 09:55
1792

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

linux/amd64 quay.io158.48MB2024-12-24 18:58
481

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

linux/arm64 quay.io170.74MB2025-01-07 19:40
880

quay.io/minio/minio:latest

linux/amd64 quay.io180.19MB2025-02-14 13:48
1114

quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z

linux/arm64 quay.io146.51MB2025-03-18 09:04
416

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

linux/amd64 quay.io182.37MB2025-03-25 15:05
416

quay.io/minio/minio:RELEASE.2025-04-08T15-41-24Z

linux/amd64 quay.io182.77MB2025-04-14 11:03
1200

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

linux/amd64 quay.io147.31MB2025-05-15 14:10
84

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

linux/amd64 quay.io175.29MB2025-07-28 17:51
89

quay.io/minio/minio:RELEASE.2024-05-28T17-19-04Z

linux/amd64 quay.io160.57MB2025-07-31 12:23
25

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

linux/amd64 quay.io183.00MB2025-08-03 17:39
9