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

docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1 - 国内下载镜像源 浏览次数:31

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

源镜像 docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1
镜像ID sha256:0f534b0c208059714658c0f7ca5738823d300a483fce7c92e225758ccc81767f
镜像TAG RELEASE.2025-05-21T01-59-54Z-cpuv1
大小 88.74MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 mc
工作目录
OS/平台 linux/amd64
浏览量 31 次
贡献者
镜像创建 2025-05-25T05:01:03.15561474Z
同步时间 2025-07-26 14:28
更新时间 2025-07-27 15:38
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
x86_64: architecture 2025-04-17T10:34:00: build-date ubi8-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.33.12: io.buildah.version Very small image which doesn't install the package manager.: io.k8s.description Ubi8-micro: io.k8s.display-name : io.openshift.expose-services MinIO Inc <dev@min.io>: maintainer ubi8/ubi-micro: name 24: release ubi8 micro image: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-24: url be611e3414a0692bd94bfcb467e3fcdeadbdd03e: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.10: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1  docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1  docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1

Shell快速替换命令

sed -i 's#minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1#' 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-05-21T01-59-54Z-cpuv1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1  docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1  docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1'

镜像构建历史


# 2025-05-25 13:01:03  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2025-05-25 13:01:03  30.53MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2025-05-21T01-59-54Z /bin/sh -c chmod +x /usr/bin/mc # buildkit
                        
# 2025-05-25 13:01:03  30.53MB 复制文件或目录到容器中
ADD https://dl.minio.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2025-05-21T01-59-54Z /usr/bin/mc # buildkit
                        
# 2025-05-25 13:01:03  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2025-05-25 13:01:03  668.85KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2025-05-25 13:01:03  226.49KB 复制新文件或目录到容器中
COPY /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/ # buildkit
                        
# 2025-05-25 13:01:03  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2025-05-25 13:01:03  0.00B 定义构建参数
ARG RELEASE=RELEASE.2025-05-21T01-59-54Z
                        
# 2025-05-25 13:01:03  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-04-17 18:35:59  26.76MB 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2025-04-17T10:34:00" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="be611e3414a0692bd94bfcb467e3fcdeadbdd03e" "io.k8s.description"="Very small image which doesn't install the package manager." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-24"
                        
# 2025-04-17 18:35:59  0.00B 
/bin/sh -c #(nop) ADD file:1a337633d9a817f784cfb0bb4228cfda3ed79535de6db6bcc7a571d98d244a02 in /root/buildinfo/Dockerfile-ubi8-ubi-micro-8.10-24 
                        
# 2025-04-17 18:35:59  0.00B 
/bin/sh -c #(nop) ADD file:ed9671b527c34921d64b1e831236d0c4b4d9c5f142ea47edf642e660b2ae8994 in /root/buildinfo/content_manifests/ubi8-micro-container-8.10-24.json 
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) LABEL release=24
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) COPY file:8a1c814f171edd8bd75797f42a80d00fa3b97b7ccc394c89c8a8cc591966bdfe in /etc/yum.repos.d/ubi.repo 
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) COPY dir:f40340826205284f78261d967bf8d6df4a08c75f373bfe7b8e72cf2612967d3a in / 
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Ubi8-micro"
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi8 micro image"
                        
# 2025-04-17 18:35:58  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-17 18:35:58  0.00B 
/bin/sh -c #(nop) LABEL version="8.10"
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) LABEL name="ubi8/ubi-micro"
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-micro-container"
                        
# 2025-04-17 18:35:58  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:0f534b0c208059714658c0f7ca5738823d300a483fce7c92e225758ccc81767f",
    "RepoTags": [
        "minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-05-21T01-59-54Z-cpuv1"
    ],
    "RepoDigests": [
        "minio/mc@sha256:41a3204156cfbf8d7b5ecbe08265a731acacb143eed7e401f431121df63dc630",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc@sha256:889094c3b5fd26aedeac14df7f94038363f0e71c2564992a7a051b7ae4600c94"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-25T05:01:03.15561474Z",
    "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-04-17T10:34:00",
            "com.redhat.component": "ubi8-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.33.12",
            "io.k8s.description": "Very small image which doesn't install the package manager.",
            "io.k8s.display-name": "Ubi8-micro",
            "io.openshift.expose-services": "",
            "maintainer": "MinIO Inc \u003cdev@min.io\u003e",
            "name": "ubi8/ubi-micro",
            "release": "24",
            "summary": "ubi8 micro image",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-24",
            "vcs-ref": "be611e3414a0692bd94bfcb467e3fcdeadbdd03e",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.10"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 88742373,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fe241f4240f52ae95eb831b5aa5a8e96024e8791b713eedddefc370a7a3436b9/diff:/var/lib/docker/overlay2/78343c0d7408b8ab8d853cb3fde186baadbf84067023abf960f58ea180aa4e33/diff:/var/lib/docker/overlay2/5c6c0a50a216edbfd7443d709d711b66f46264e12e16176cf31c67de9a83f9b4/diff:/var/lib/docker/overlay2/7acdba7f10f427455bf324faef321ceb8cae51e884875f56d520c17de32644c9/diff:/var/lib/docker/overlay2/bb1c676f128239df710b6475a211c8b176ae4322ee5f67606a911e4c763a5f11/diff",
            "MergedDir": "/var/lib/docker/overlay2/fce2681f260febb37d5fb6440f798790047554245a64a4d5cb18303519c6d70a/merged",
            "UpperDir": "/var/lib/docker/overlay2/fce2681f260febb37d5fb6440f798790047554245a64a4d5cb18303519c6d70a/diff",
            "WorkDir": "/var/lib/docker/overlay2/fce2681f260febb37d5fb6440f798790047554245a64a4d5cb18303519c6d70a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5ff2c91b756bb93faf70045ebf829c16dddccd8c3e2d5d37a9a72c9fca295787",
            "sha256:f120ad93149a6a65700f3a12aad5f8ab5e294ef0a873dfc5a3739368735c29e0",
            "sha256:4c1d7a304b06b69e95d18ed3ac8f15fa89e908a10c8c8df8b8f03fd73fce7699",
            "sha256:aa043a7df4845401fe83ffcd29a0ea31e0e20c75c6d05e84892d885af8ba7190",
            "sha256:d0da9939c008d77dd5e8913ea33a8dfe8b2cae767cf677b0fd85ad5018792ef1",
            "sha256:e91bca0e1174ede645ef40504d379f6c71c41bf0337ed892876672f55ac5ce0a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-26T14:28:42.207870826+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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