logo
docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z
linux/amd64 docker.io

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

6
浏览次数
172.01MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z
源镜像
docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z
镜像ID
sha256:3dd349df7cce35926ad707300bc27dec46cb0bcb341f145a1ce5495d0cf22e02
镜像 TAG
RELEASE.2023-07-21T20-44-27Z
镜像大小
172.01MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
mc
工作目录
OS/平台
linux/amd64
镜像创建
2023-07-21T23:01:04.924327615Z
同步时间
2026-08-28 00:21
浏览量
6 次
贡献者
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
🏷️ 镜像标签 20
KeyValue
x86_64 architecture
2023-06-23T02:02:47 build-date
ubi8-minimal-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. description
public distribution-scope
1.29.0 io.buildah.version
The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. io.k8s.description
Red Hat Universal Base Image 8 Minimal io.k8s.display-name
io.openshift.expose-services
minimal rhel8 io.openshift.tags
MinIO Inc <dev@min.io> maintainer
ubi8-minimal name
1014 release
Provides the latest release of the minimal Red Hat Universal Base Image 8. summary
https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.8-1014 url
dee8029ddcc7ecbfbebb0905d2b15e134338616c vcs-ref
git vcs-type
Red Hat, Inc. vendor
8.8 version
🛡️ 镜像安全扫描
redhat 8.8 Trivy 2026-08-28 00:21 查看完整报告
181
低危 LOW
378
中危 MEDIUM
100
高危 HIGH
3
严重 CRITICAL
受影响目标 (2)
docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z (redhat 8.8) redhat usr/bin/mc gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z  docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z  docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z

Shell快速替换命令

sed -i 's#minio/mc:RELEASE.2023-07-21T20-44-27Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z  docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z  docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z'

镜像构建历史


# 2023-07-22 07:01:04  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2023-07-22 07:01:04  78.30MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2023-07-21T20-44-27Z /bin/sh -c microdnf update --nodocs &&     microdnf install curl ca-certificates shadow-utils util-linux gzip lsof tar net-tools jq --nodocs &&     microdnf clean all &&     curl -s -q https://dl.minio.io/client/mc/release/linux-${TARGETARCH}/archive/mc.${RELEASE} -o /usr/bin/mc &&     chmod +x /usr/bin/mc # buildkit
                        
# 2023-07-22 07:00:49  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2023-07-22 07:00:46  553.50KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2023-07-22 07:00:46  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2023-07-22 07:00:46  0.00B 定义构建参数
ARG RELEASE
                        
# 2023-07-22 07:00:46  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2023-06-23 10:12:00  93.13MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2023-06-23 10:11:59  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2023-06-23 10:11:58  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-65c97.repo' '/etc/yum.repos.d/repo-9be0a.repo'
                        
# 2023-06-23 10:11:57  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-06-23T02:02:47" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="dee8029ddcc7ecbfbebb0905d2b15e134338616c" "io.k8s.description"="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.8-1014"
                        
# 2023-06-23 10:11:57  0.00B 
/bin/sh -c #(nop) ADD file:679d80b80d62cad4bb3a85833407e5a0cd05ff62fe501fe4f5c6b94e548d29a1 in /root/buildinfo/Dockerfile-ubi8-minimal-8.8-1014 
                        
# 2023-06-23 10:11:57  0.00B 
/bin/sh -c #(nop) ADD file:aea93cded5581c48beb7e5d889bc0908d8e32178057b3621d8d6f21d4f6e5fe2 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.8-1014.json 
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) LABEL release=1014
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.8"
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2023-06-23 10:11:56  0.00B 
/bin/sh -c #(nop) ADD multi:6ada6ec226dbc312ee6101daeb94c183dac7324bed00806d5a2645d856438ce8 in /etc/yum.repos.d/ 
                        
# 2023-06-23 10:11:55  0.00B 
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem 
                        
# 2023-06-23 10:11:55  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2023-06-23 10:11:54  0.00B 
/bin/sh -c #(nop) ADD file:d986ab9507b4a595875bc9743a2accbe1c25ac3e3bec420589eec040b87aa35d in / 
                        
                    

镜像信息

{
    "Id": "sha256:3dd349df7cce35926ad707300bc27dec46cb0bcb341f145a1ce5495d0cf22e02",
    "RepoTags": [
        "minio/mc:RELEASE.2023-07-21T20-44-27Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z"
    ],
    "RepoDigests": [
        "minio/mc@sha256:0f27a55ac641ecdff341b74d52cb7fea4267b0e318068d9bfc0f38587d3332e5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc@sha256:7fca835674f27244a3cac70024e1ce13a37262017d9ffa7934fa944215bc61ed"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-07-21T23:01:04.924327615Z",
    "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",
            "container=oci"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "mc"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2023-06-23T02:02:47",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel8",
            "maintainer": "MinIO Inc \u003cdev@min.io\u003e",
            "name": "ubi8-minimal",
            "release": "1014",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.8-1014",
            "vcs-ref": "dee8029ddcc7ecbfbebb0905d2b15e134338616c",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 172012042,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f609f35dd07df9403b9835f514d8fb7ce992d7ff194d4728a5c9ee7bcf0e3f5c/diff:/var/lib/docker/overlay2/5cf5754b712bb2062af960e4f6de757184d56b687e6350e0cd7d053a0766bf42/diff:/var/lib/docker/overlay2/a65148404cc13f5618570271f4d4ca6ad0c515b8629ade52ef198fdbdb6649a5/diff",
            "MergedDir": "/var/lib/docker/overlay2/d03b11efb3400666540962f1fda049b45fc596220d6b2099fb0342a6463dd633/merged",
            "UpperDir": "/var/lib/docker/overlay2/d03b11efb3400666540962f1fda049b45fc596220d6b2099fb0342a6463dd633/diff",
            "WorkDir": "/var/lib/docker/overlay2/d03b11efb3400666540962f1fda049b45fc596220d6b2099fb0342a6463dd633/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e0bac91f0f1000ac22ac8502ca2282167bed5d8a2185558500eb16ed12885281",
            "sha256:1507396da5156cc0206ce735b7d6418905cb5bbdcbe9ec708ad80878a8bbea40",
            "sha256:8ce0435d1bee96bd9433cc374d2aaf7ae68898625fe6a68d81895fe747e8efd4",
            "sha256:b8dc9a3a07341106fe129088007e5e76b1b9cb9fa22f4dde9474b0ca3915b11e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-28T00:21:11.783030573+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io84.11MB2026-06-26 14:57
153

docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z

linux/amd64 docker.io306.07MB2026-06-28 10:18
122

docker.io/minio/mc:RELEASE.2023-07-21T20-44-27Z

linux/amd64 docker.io172.01MB2026-08-28 00:21
5
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×