docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z linux/amd64

docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z - 国内下载镜像源 浏览次数:11

Minio MC 是一个 Docker 镜像,用于管理 Minio 集群。它提供了命令行界面,可以用来创建、更新、删除 Bucket 和对象。

源镜像 docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z
镜像ID sha256:e1497f813d2de5084b2bd38df37f8e68a999be6af10b4c495ae7c3eaf081a9ce
镜像TAG RELEASE.2025-07-21T05-28-08Z
大小 84.92MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 mc
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-07-23T20:20:14.580544706Z
同步时间 2025-08-08 17:27
更新时间 2025-08-09 10:15
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
x86_64: architecture 2025-07-17T11:29:46: 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 Very small image which doesn't install the package manager.: description public: distribution-scope 1.41.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 ubi9/ubi-micro: name 1752751762: release ubi9 micro image: summary https://www.redhat.com: url 52e5685a2b36133581f9e47c9e0b896cf3cbffc0: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.6: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z  docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z  docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z

Shell快速替换命令

sed -i 's#minio/mc:RELEASE.2025-07-21T05-28-08Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z  docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z  docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z'

镜像构建历史


# 2025-07-24 04:20:14  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2025-07-24 04:20:14  30.53MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2025-07-21T05-28-08Z /bin/sh -c chmod +x /usr/bin/mc # buildkit
                        
# 2025-07-24 04:20:14  30.53MB 复制文件或目录到容器中
ADD https://dl.minio.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2025-07-21T05-28-08Z /usr/bin/mc # buildkit
                        
# 2025-07-24 04:20:14  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2025-07-24 04:20:14  668.85KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2025-07-24 04:20:14  226.49KB 复制新文件或目录到容器中
COPY /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/ # buildkit
                        
# 2025-07-24 04:20:14  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2025-07-24 04:20:14  0.00B 定义构建参数
ARG RELEASE=RELEASE.2025-07-21T05-28-08Z
                        
# 2025-07-24 04:20:14  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-07-17 19:29:50  22.92MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-07-17T11:29:46" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="52e5685a2b36133581f9e47c9e0b896cf3cbffc0" "release"="1752751762"
                        
# 2025-07-17 19:29:50  0.00B 
/bin/sh -c #(nop) COPY file:bc4e5ea7c9bb48901dc62121f094109ad85c0ae2bf4169dee234618cf6b9bd60 in /usr/share/buildinfo/content-sets.json    
                        
# 2025-07-17 19:29:50  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2025-07-17 19:29:50  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/    
                        
# 2025-07-17 19:29:50  0.00B 
/bin/sh -c #(nop) COPY dir:466d7f266337989542a5b5a6a5e46781cfe039a185c0e9b65e42e4f2548e8137 in /    
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Micro"
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="Very small image which doesn't install the package manager."
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
                        
# 2025-07-17 19:29:49  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-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL distribution-scope="public"
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL version="9.6"
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-07-17 19:29:49  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:e1497f813d2de5084b2bd38df37f8e68a999be6af10b4c495ae7c3eaf081a9ce",
    "RepoTags": [
        "minio/mc:RELEASE.2025-07-21T05-28-08Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z"
    ],
    "RepoDigests": [
        "minio/mc@sha256:fb8f773eac8ef9d6da0486d5dec2f42f219358bcb8de579d1623d518c9ebd4cc",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc@sha256:512a1cb685940ded1b0ff55470a226a3830e16305a3e0f1bfbb77056171601fd"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-23T20:20:14.580544706Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "mc"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-07-17T11:29:46",
            "com.redhat.component": "ubi9-micro-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Very small image which doesn't install the package manager.",
            "distribution-scope": "public",
            "io.buildah.version": "1.41.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": "ubi9/ubi-micro",
            "release": "1752751762",
            "summary": "ubi9 micro image",
            "url": "https://www.redhat.com",
            "vcs-ref": "52e5685a2b36133581f9e47c9e0b896cf3cbffc0",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.6"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 84917332,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/768cb4dcd5ab50683187372557fc1ac6b8bfa806e2f34a976be6bde8d28f74b4/diff:/var/lib/docker/overlay2/057f85a432cb94b96df84a48eb4543d73a620586073e2ac9d6db5b4a957320b3/diff:/var/lib/docker/overlay2/619fd56cae8e85809125b0dd878361e24667e9a6b6f33e228dc888d1ada06c36/diff:/var/lib/docker/overlay2/0122d0cf2b13a822e5aa13a67e6128c33ea42724acbeba0a138bcb08f7d4e60e/diff:/var/lib/docker/overlay2/6685045e371b9a533973747e95e906bfb0267bf5208276ba558d5bf13d6d1c7c/diff",
            "MergedDir": "/var/lib/docker/overlay2/8471371c4c139bfb8524409a8937d06d94c00b2abe0f4112a2cf4039ae23b651/merged",
            "UpperDir": "/var/lib/docker/overlay2/8471371c4c139bfb8524409a8937d06d94c00b2abe0f4112a2cf4039ae23b651/diff",
            "WorkDir": "/var/lib/docker/overlay2/8471371c4c139bfb8524409a8937d06d94c00b2abe0f4112a2cf4039ae23b651/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ff59c129bdee8355d5b47559167f5f7c893dc99d9779a2b3194fa59152e90110",
            "sha256:909735cf85b8f30b9e431eee26ef5d9e9736b55d2a888d9aee7028123c3a5fef",
            "sha256:5efe9ce3d10542867167fbebf884961619c842d00bada05ce8e4916b79422990",
            "sha256:0ed4979dfc7f75e23096875087c341bc8362c3facd637d819d9838594d863c59",
            "sha256:037d418f3f9ca0ad1c21f37d6accb54082701c10c67efb8d26cdc57b2f6f0409",
            "sha256:3be2dc136c89ee6645eb775e83691581e5e0a6cb7dbc27ea1742f18a62167001"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-08T17:27:25.771972276+08:00"
    }
}

更多版本

docker.io/minio/mc:RELEASE.2019-08-07T23-14-43Z

linux/amd64 docker.io23.06MB2024-07-11 10:30
432

docker.io/minio/mc:RELEASE.2024-08-26T10-49-58Z

linux/amd64 docker.io78.26MB2024-09-04 23:11
290

docker.io/minio/mc:RELEASE.2024-09-16T17-43-14Z

linux/amd64 docker.io78.37MB2024-09-20 10:57
307

docker.io/minio/mc:RELEASE.2021-06-13T17-48-22Z

linux/amd64 docker.io207.33MB2024-09-20 16:05
218

docker.io/minio/mc:RELEASE.2018-07-13T00-53-22Z

linux/amd64 docker.io14.21MB2024-11-22 13:54
192

docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z

linux/amd64 docker.io136.38MB2024-11-27 14:22
173

docker.io/minio/mc:RELEASE.2024-11-17T19-35-25Z

linux/amd64 docker.io81.37MB2024-12-11 16:10
229

docker.io/minio/mc:RELEASE.2020-11-25T23-04-07Z

linux/arm64 docker.io30.84MB2025-01-11 13:41
147

docker.io/minio/mc:RELEASE.2022-09-16T09-16-47Z

linux/amd64 docker.io130.15MB2025-03-14 17:13
150

docker.io/minio/mc:latest

linux/amd64 docker.io84.01MB2025-03-24 11:28
282

docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z

linux/amd64 docker.io208.23MB2025-04-11 11:06
140

docker.io/minio/mc:RELEASE.2023-12-23T08-47-21Z

linux/arm64 docker.io75.98MB2025-05-06 16:45
83

docker.io/minio/mc:RELEASE.2024-09-16T17-43-14Z

linux/arm64 docker.io76.90MB2025-05-06 16:51
111

docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z

linux/amd64 docker.io306.23MB2025-05-22 17:39
66

docker.io/minio/mc:latest

linux/arm64 docker.io82.31MB2025-06-16 18:58
95

docker.io/minio/mc:RELEASE.2025-03-12T17-29-24Z

linux/amd64 docker.io84.01MB2025-06-18 18:15
111

docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1

linux/amd64 docker.io88.74MB2025-07-26 14:28
128

docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1

linux/arm64 docker.io86.82MB2025-07-28 21:27
30

docker.io/minio/mc:RELEASE.2025-07-21T05-28-08Z

linux/amd64 docker.io84.92MB2025-08-08 17:27
10