logo
docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z
linux/amd64 docker.io

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

10
浏览次数
84.11MB
镜像大小
源镜像
docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z
镜像ID
sha256:f33e36a42eec0f2a2048a1e0d3bad3e160c98e0d36ce07d00714e2b3183a5b7f
镜像 TAG
RELEASE.2025-04-08T15-39-49Z
镜像大小
84.11MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
mc
工作目录
/
OS/平台
linux/amd64
镜像创建
2025-04-08T18:05:46.078243795Z
同步时间
2026-06-26 14:57
浏览量
10 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 19
KeyValue
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
Very small image which doesn't install the package manager. 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
ubi9/ubi-micro name
1744118077 release
ubi9 micro image summary
https://www.redhat.com url
519a52b1bc2ef31e2633c20f34a0df840e159172 vcs-ref
git vcs-type
Red Hat, Inc. vendor
9.5 version
🛡️ 镜像安全扫描
redhat 9.5 Trivy 2026-06-26 14:57 查看完整报告
15
低危 LOW
68
中危 MEDIUM
34
高危 HIGH
2
严重 CRITICAL
受影响目标 (2)
docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z (redhat 9.5) redhat usr/bin/mc gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z  docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z  docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z

Shell快速替换命令

sed -i 's#minio/mc:RELEASE.2025-04-08T15-39-49Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z#' 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-04-08T15-39-49Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z  docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z  docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z'

镜像构建历史


# 2025-04-09 02:05:46  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2025-04-09 02:05:46  30.13MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2025-04-08T15-39-49Z /bin/sh -c chmod +x /usr/bin/mc # buildkit
                        
# 2025-04-09 02:05:46  30.13MB 复制文件或目录到容器中
ADD https://dl.minio.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2025-04-08T15-39-49Z /usr/bin/mc # buildkit
                        
# 2025-04-09 02:05:45  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2025-04-09 02:05:45  668.85KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2025-04-09 02:05:45  226.49KB 复制新文件或目录到容器中
COPY /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/ # buildkit
                        
# 2025-04-09 02:05:45  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2025-04-09 02:05:45  0.00B 定义构建参数
ARG RELEASE=RELEASE.2025-04-08T15-39-49Z
                        
# 2025-04-09 02:05:45  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 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:f33e36a42eec0f2a2048a1e0d3bad3e160c98e0d36ce07d00714e2b3183a5b7f",
    "RepoTags": [
        "minio/mc:RELEASE.2025-04-08T15-39-49Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z"
    ],
    "RepoDigests": [
        "minio/mc@sha256:7e3efb09c22c0882fbf341b9d99f61f94ae6c4c20a06f2f1a2b20ea8993d8952",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc@sha256:933952b15fd4e8eba4b0379c3e101c09ef7c0cd5a68031f89bd26de58df0839b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-08T18:05:46.078243795Z",
    "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-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": "Very small image which doesn't install the package manager.",
            "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": "ubi9/ubi-micro",
            "release": "1744118077",
            "summary": "ubi9 micro image",
            "url": "https://www.redhat.com",
            "vcs-ref": "519a52b1bc2ef31e2633c20f34a0df840e159172",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 84105134,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f4870f5b3e5d3c43e49caba7e89b4fc61589a0ca10e2e1359a6e5cabe65e88d0/diff:/var/lib/docker/overlay2/7466aaa5aa4ae53fa12c9c4c149b08342e8aee6e5cddf33921d785697bf753d6/diff:/var/lib/docker/overlay2/a8ad0413fffafa7dbcb6698a1dca7e4d3d030a107e45e4646221e47094bafe88/diff:/var/lib/docker/overlay2/7716aac2ced06f91c357ea38a45cf43ca056271664047dd955d169dabfce0c78/diff:/var/lib/docker/overlay2/c1ae07d846f322d26fee99893ed9df096b368b6158606dfca3e3e93189537aa5/diff:/var/lib/docker/overlay2/6c7365db28248015949f31e7db935f66bcd5a265363a6dfc71f377d09fe22b4d/diff",
            "MergedDir": "/var/lib/docker/overlay2/1badcbabd943159ed727b2a55dcb3f3e815feb510f8743fc09fa65a967428bf8/merged",
            "UpperDir": "/var/lib/docker/overlay2/1badcbabd943159ed727b2a55dcb3f3e815feb510f8743fc09fa65a967428bf8/diff",
            "WorkDir": "/var/lib/docker/overlay2/1badcbabd943159ed727b2a55dcb3f3e815feb510f8743fc09fa65a967428bf8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a7ea3edf99845e113e999841d132de36776a3cd05a11512be990a61062eda01e",
            "sha256:bc8d5ed2193938439a95fa8b8256301104924deaa5e2df62026818a9b92619b6",
            "sha256:551dea5151c312780627ae3b16527219005a7dd08e155e60fa4e391deeb97447",
            "sha256:cfda78165c64cdfbca5b8833f66d7bb929db5a4e574e898733f06e5eed1256a9",
            "sha256:fa365b7fc5f70a683f3d661043f0e6326cc47de2df651523348471127e1f349e",
            "sha256:8b4e0ce78cac5b33a20e35d37b0bb2dfd9791dd18cc49cfacb57072bfc69d753",
            "sha256:7615f1781332bead6bcd77f2d3ddf3e1352088b9b23d849a3af4a706d6547113"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-26T14:57:51.959628329+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io27.56MB2025-08-25 10:02
304

docker.io/minio/mc:RELEASE.2025-04-16T18-13-26Z-cpuv1

linux/amd64 docker.io88.04MB2025-09-15 09:49
477

docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z

linux/amd64 docker.io172.41MB2025-09-16 09:48
318

docker.io/minio/mc:RELEASE.2025-08-13T08-35-41Z

linux/amd64 docker.io84.92MB2025-10-08 12:49
607

docker.io/minio/mc:RELEASE.2023-01-28T20-29-38Z

linux/amd64 docker.io130.85MB2025-10-15 14:52
280

docker.io/minio/mc:RELEASE.2023-12-29T20-15-29Z

linux/amd64 docker.io77.28MB2026-01-20 17:11
275

docker.io/minio/mc:RELEASE.2025-04-08T15-39-49Z

linux/amd64 docker.io84.11MB2026-06-26 14:57
9
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×