docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z linux/amd64

docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z - 国内下载镜像源 浏览次数:11

pgsty/minio镜像是基于MinIO构建的对象存储服务镜像,MinIO兼容Amazon S3 API,支持高性能存储大量非结构化数据(如图片、视频、日志等),可通过分布式部署实现高可用性与可扩展性,适用于数据备份、大数据分析、机器学习等场景。

源镜像 docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z
镜像ID sha256:968f9a85f0b218660d84dd6e91aefa1e7aea13a3a700a84132db04da6a226a94
镜像TAG RELEASE.2026-02-14T12-00-00Z
大小 145.17MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD minio
启动入口 /usr/bin/docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2026-02-14T09:31:47.551156267Z
同步时间 2026-03-11 18:14
开放端口
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-12-18T09:11:38Z: 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 cpe:/a:redhat:enterprise_linux:9::appstream: cpe MinIO community fork, build by pgsty: description public: distribution-scope 1.41.4: 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 pgsty <https://github.com/pgsty/minio>: maintainer ubi9/ubi-micro: name 2026-02-14T09:21:52Z: org.opencontainers.image.created 5d57938939008cd5eeafea4532a3995ed1a2f206: org.opencontainers.image.revision RELEASE.2026-02-14T12-00-00Z: org.opencontainers.image.version 1766049073: release ubi9 micro image: summary https://catalog.redhat.com/en/search?searchType=containers: url 761c59b61688e7c298eae684472a98b2418d881a: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.7: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z  docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z  docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z

Shell快速替换命令

sed -i 's#pgsty/minio:RELEASE.2026-02-14T12-00-00Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z  docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z  docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z'

镜像构建历史


# 2026-02-14 17:31:47  0.00B 设置默认要执行的命令
CMD ["minio"]
                        
# 2026-02-14 17:31:47  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2026-02-14 17:31:47  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-02-14 17:31:47  0.00B 声明容器运行时监听的端口
EXPOSE [9000/tcp]
                        
# 2026-02-14 17:31:47  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /usr/bin/minio /usr/bin/docker-entrypoint.sh # buildkit
                        
# 2026-02-14 17:31:47  1.88MB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2026-02-14 17:31:47  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2026-02-14 17:31:47  675.00B 复制新文件或目录到容器中
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit
                        
# 2026-02-14 17:31:47  120.02MB 复制新文件或目录到容器中
COPY minio /usr/bin/minio # buildkit
                        
# 2026-02-14 17:31:47  223.75KB 复制新文件或目录到容器中
COPY /tmp/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit
                        
# 2026-02-14 17:31:47  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
                        
# 2026-02-14 17:31:47  0.00B 添加元数据标签
LABEL maintainer=pgsty <https://github.com/pgsty/minio> description=MinIO community fork, build by pgsty
                        
# 2025-12-18 17:11:43  23.00MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="761c59b61688e7c298eae684472a98b2418d881a" "org.opencontainers.image.revision"="761c59b61688e7c298eae684472a98b2418d881a" "build-date"="2025-12-18T09:11:38Z" "org.opencontainers.image.created"="2025-12-18T09:11:38Z" "release"="1766049073"org.opencontainers.image.revision=761c59b61688e7c298eae684472a98b2418d881a,org.opencontainers.image.created=2025-12-18T09:11:38Z
                        
# 2025-12-18 17:11:43  0.00B 
/bin/sh -c #(nop) COPY file:50572a78742fd28a17988839fe1f8ae0f19caeb8f3c13655d17a11989d9d5c4b in /root/buildinfo/labels.json      
                        
# 2025-12-18 17:11:43  0.00B 
/bin/sh -c #(nop) COPY file:50572a78742fd28a17988839fe1f8ae0f19caeb8f3c13655d17a11989d9d5c4b in /usr/share/buildinfo/labels.json      
                        
# 2025-12-18 17:11:43  0.00B 
/bin/sh -c #(nop) COPY file:f99a8fd6c637d9c9f6c672e4be77245c2dedf4b9f532312651aaf468cf6ce47d in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) COPY file:f99a8fd6c637d9c9f6c672e4be77245c2dedf4b9f532312651aaf468cf6ce47d in /usr/share/buildinfo/content-sets.json      
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/      
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) COPY dir:5b8981acc5af644b4a99045d409e2b8ead998210838079498cfea9c6d34d1cfc in /      
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Micro"
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="Very small image which doesn't install the package manager."
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
                        
# 2025-12-18 17:11:42  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-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL distribution-scope="public"
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL cpe="cpe:/a:redhat:enterprise_linux:9::appstream"
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL version="9.7"
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-12-18 17:11:42  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:968f9a85f0b218660d84dd6e91aefa1e7aea13a3a700a84132db04da6a226a94",
    "RepoTags": [
        "pgsty/minio:RELEASE.2026-02-14T12-00-00Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z"
    ],
    "RepoDigests": [
        "pgsty/minio@sha256:00c404465c4e7c4fd716d98caec2928e9e0f82c3548615662fdd3866ea9a28c0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/minio@sha256:571e16e4f0d5fd2bfd20923f51912f31be4458ef57a340d58a6dbc944fafcea8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-14T09:31:47.551156267Z",
    "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-12-18T09:11:38Z",
            "com.redhat.component": "ubi9-micro-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "MinIO community fork, build by pgsty",
            "distribution-scope": "public",
            "io.buildah.version": "1.41.4",
            "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": "pgsty \u003chttps://github.com/pgsty/minio\u003e",
            "name": "ubi9/ubi-micro",
            "org.opencontainers.image.created": "2026-02-14T09:21:52Z",
            "org.opencontainers.image.revision": "5d57938939008cd5eeafea4532a3995ed1a2f206",
            "org.opencontainers.image.version": "RELEASE.2026-02-14T12-00-00Z",
            "release": "1766049073",
            "summary": "ubi9 micro image",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "761c59b61688e7c298eae684472a98b2418d881a",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 145166353,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8385e8df77f99f3f8ec01747c977af549b5c661360abee967f05d4b1658fb91d/diff:/var/lib/docker/overlay2/5eb98d7c4564968f7dc909ddefc4ca6146692696a7761f184cd27d0f84d0ad08/diff:/var/lib/docker/overlay2/3152019b3cac35ac22a0358ad41748215b2012dad800c1607684e5610d77539d/diff:/var/lib/docker/overlay2/6a3adb1554a0e8ef4c00c75a27450fde6049a1a633ba3b415f4c6025c584e7ff/diff:/var/lib/docker/overlay2/a73bdb3e11e983cb6c111258e6717ca2f8a6c5b2e51aa4ac5c26da9e83b00503/diff:/var/lib/docker/overlay2/79c6e334187fff622f92923da93a047e63f9788e0568378f2bdf11cf011e73a0/diff",
            "MergedDir": "/var/lib/docker/overlay2/d40dd2f01becf12038dbc20b9224423289e4aecc58cc0e27aea25a95d42e1723/merged",
            "UpperDir": "/var/lib/docker/overlay2/d40dd2f01becf12038dbc20b9224423289e4aecc58cc0e27aea25a95d42e1723/diff",
            "WorkDir": "/var/lib/docker/overlay2/d40dd2f01becf12038dbc20b9224423289e4aecc58cc0e27aea25a95d42e1723/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e7b9b4069a9a9cb5741b0601a7d57e3aa695946a78360e732e806e99a81bbe03",
            "sha256:d7eb5e5b12b0674f7456581a93c137804e51fb36141ea812ed269c8f34025b32",
            "sha256:d7f07833411e8dc68492449a6ae0751b257c7d4ff969a183491098578bd84fd4",
            "sha256:e82aedfd10818cd2063720f93402e97193c4db2c24c11187918f9c12f62ed742",
            "sha256:8fe1c5dceed16e41c6dcfb3524fd1daeb1a14538b993adc1c78a483a46fe1626",
            "sha256:20cb1065d27926c7478cef472e826ed6bfa638c4ed1caba8062bcbbc8f0af17b",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-11T18:14:48.708792512+08:00"
    }
}

更多版本

docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z-arm64

linux/arm64 docker.io138.38MB2026-02-27 18:53
330

docker.io/pgsty/minio:RELEASE.2026-02-14T12-00-00Z

linux/amd64 docker.io145.17MB2026-03-11 18:14
10