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

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

11
浏览次数
306.07MB
镜像大小
源镜像
docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z
镜像ID
sha256:c82dc35aa15d65e8be3fad15f310f1235657207dea8e86db6d4fbcf0b528619a
镜像 TAG
RELEASE.2021-11-16T20-37-36Z
镜像大小
306.07MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
mc
工作目录
OS/平台
linux/amd64
镜像创建
2021-11-16T23:26:37.619258228Z
同步时间
2026-06-28 10:18
浏览量
11 次
贡献者
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
🏷️ 镜像标签 20
KeyValue
x86_64 architecture
2021-10-26T13:03:06.167238 build-date
cpt-1006.osbs.prod.upshift.rdu2.redhat.com com.redhat.build-host
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
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
212 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.4-212 url
7256039d3c371a38cf13906dcf5688c19700c73b vcs-ref
git vcs-type
Red Hat, Inc. vendor
8.4 version
🛡️ 镜像安全扫描
redhat 8.5 Trivy 2026-06-28 10:18 查看完整报告
235
低危 LOW
533
中危 MEDIUM
158
高危 HIGH
6
严重 CRITICAL
受影响目标 (2)
docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z (redhat 8.5) redhat usr/bin/mc gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z  docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z  docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z

Shell快速替换命令

sed -i 's#minio/mc:RELEASE.2021-11-16T20-37-36Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z  docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z  docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z'

镜像构建历史


# 2021-11-17 07:26:37  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2021-11-17 07:26:37  203.16MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2021-11-16T20-37-36Z /bin/sh -c microdnf update --nodocs &&     microdnf install curl ca-certificates shadow-utils --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
                        
# 2021-11-17 07:26:05  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2021-11-17 07:26:05  445.17KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2021-11-17 07:26:05  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2021-11-17 07:26:05  0.00B 定义构建参数
ARG RELEASE
                        
# 2021-11-17 07:26:05  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2021-10-26 21:03:26  4.65KB 

                        
# 2021-10-26 21:03:16  102.43MB 

                        
                    

镜像信息

{
    "Id": "sha256:c82dc35aa15d65e8be3fad15f310f1235657207dea8e86db6d4fbcf0b528619a",
    "RepoTags": [
        "minio/mc:RELEASE.2021-11-16T20-37-36Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-11-16T20-37-36Z"
    ],
    "RepoDigests": [
        "minio/mc@sha256:52481f6d587655d65281494a779726b9b51b4ab37c7e0d66bc210a174bd6f71e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc@sha256:aa504ee8a5053d74d46aecff3f1704af38083aac494eaba9c765f2dc5e2cc3ea"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2021-11-16T23:26:37.619258228Z",
    "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,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "mc"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2021-10-26T13:03:06.167238",
            "com.redhat.build-host": "cpt-1006.osbs.prod.upshift.rdu2.redhat.com",
            "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.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": "212",
            "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.4-212",
            "vcs-ref": "7256039d3c371a38cf13906dcf5688c19700c73b",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.4"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 306070478,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9672e15388f16238b6f4756af02665ad4e1c50ffac43d4c3f0c7c719ac58d2be/diff:/var/lib/docker/overlay2/4e1022b7e7dd056469ae7d722d634b28c8951b7b31332dbc3560fbd5c59bbfe5/diff:/var/lib/docker/overlay2/73d12779bbb6411ac37455c0bebca08aa5b85277d9fefa6ede9246b40f8c6261/diff:/var/lib/docker/overlay2/682fefbac223f830712e931916503b813d63bd7e2529e0fa2a5299ef68245728/diff",
            "MergedDir": "/var/lib/docker/overlay2/3f73bb157e3b5e352ab846fe89a0cc43f82dd2124a6287e4b08c5885bb2fd513/merged",
            "UpperDir": "/var/lib/docker/overlay2/3f73bb157e3b5e352ab846fe89a0cc43f82dd2124a6287e4b08c5885bb2fd513/diff",
            "WorkDir": "/var/lib/docker/overlay2/3f73bb157e3b5e352ab846fe89a0cc43f82dd2124a6287e4b08c5885bb2fd513/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:744c86b543903d171c69633d70aef72a25ce73da0a3be609e46db08e72978810",
            "sha256:1323ffbff4ddc4ec19320352186f090abf00c9c5a22b94f1057ae7ca4cb89f52",
            "sha256:505d1cd22253879d20f6d00fb23dd115682dc561a059076fe799e1ef040ee3e1",
            "sha256:d35bb3aef03d0a4ac04bdbfce27930f3dbea47ebdd769165f3092531e1e90b0c",
            "sha256:1793780eedc0887d9cbc8f792a7c3119ce099f2d24579033cfd2beac763429a6"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-28T10:17:48.713394934+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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