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

docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z - 国内下载镜像源 浏览次数:9

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

源镜像 docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z
镜像ID sha256:7ff19abdf46322826bc20159398ae6faa19a89fe0cc8eb9cdb3a0df91aa2e075
镜像TAG RELEASE.2023-04-06T16-51-10Z
大小 172.41MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 mc
工作目录
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2023-04-07T06:28:32.371655729Z
同步时间 2025-09-16 09:48
更新时间 2025-09-16 12:18
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2023-03-28T04:02:11: 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.27.3: 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 1107: 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.7-1107: url 146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.7: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z  docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z  docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z

Shell快速替换命令

sed -i 's#minio/mc:RELEASE.2023-04-06T16-51-10Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z#' 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-04-06T16-51-10Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z  docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z  docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z'

镜像构建历史


# 2023-04-07 14:28:32  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2023-04-07 14:28:32  78.74MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2023-04-06T16-51-10Z /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-04-07 14:28:16  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2023-04-07 14:28:16  553.50KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2023-04-07 14:28:16  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2023-04-07 14:28:16  0.00B 定义构建参数
ARG RELEASE
                        
# 2023-04-07 14:28:16  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2023-03-28 12:14:25  93.09MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2023-03-28 12:14:24  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2023-03-28 12:14:23  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-1a3a9.repo' '/etc/yum.repos.d/repo-7eb39.repo'
                        
# 2023-03-28 12:14:22  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-03-28T04:02:11" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4" "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.7-1107"
                        
# 2023-03-28 12:14:22  0.00B 
/bin/sh -c #(nop) ADD file:0c1185fd8ed5b662089d2c0b0feddf98b9a31f3017b4e236cc58f63a8e595291 in /root/buildinfo/Dockerfile-ubi8-minimal-8.7-1107 
                        
# 2023-03-28 12:14:22  0.00B 
/bin/sh -c #(nop) ADD file:10b280e2321465b3393b9a8868fd316eecb7a13cf1af7eead7abbbd2a70f18f5 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.7-1107.json 
                        
# 2023-03-28 12:14:22  0.00B 
/bin/sh -c #(nop) LABEL release=1107
                        
# 2023-03-28 12:14:22  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2023-03-28 12:14:21  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-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2023-03-28 12:14:21  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-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.7"
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) ADD multi:a0d591ea758c3bb2aae175a8339f129cffea7891ee98013252c960233e9aeaca in /etc/yum.repos.d/ 
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem 
                        
# 2023-03-28 12:14:21  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2023-03-28 12:14:20  0.00B 
/bin/sh -c #(nop) ADD file:c98cdf319117fa910a3dfc7321ef0effa1a28c665b2f2fa73ebaa3689ade2e73 in / 
                        
                    

镜像信息

{
    "Id": "sha256:7ff19abdf46322826bc20159398ae6faa19a89fe0cc8eb9cdb3a0df91aa2e075",
    "RepoTags": [
        "minio/mc:RELEASE.2023-04-06T16-51-10Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2023-04-06T16-51-10Z"
    ],
    "RepoDigests": [
        "minio/mc@sha256:6bb24bf3bf60f464e4f545fcaeb7dca1344e86780cd9597750e3f9c95c9facda",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc@sha256:fef2fc470ca48eeeed0515a167bf4386112be063b4efb9ce7ec475caf6c6ec47"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-04-07T06:28:32.371655729Z",
    "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-03-28T04:02:11",
            "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.27.3",
            "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": "1107",
            "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.7-1107",
            "vcs-ref": "146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 172410375,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f8b93887b57a092ae7b229f6489f173fbc06989d0074e3beef174826b80435d0/diff:/var/lib/docker/overlay2/567eaea62a25c51cc19306ec3efa70b617b3816908d78c20ec43c88d40e1bf92/diff:/var/lib/docker/overlay2/05314831b26e3cb3387806f42c4aac292879aeb2c7c3e3804c289593ead33bb8/diff",
            "MergedDir": "/var/lib/docker/overlay2/8e82977f87c13282195989dca583843ca5152d940d3cafaf73ef01bb2db4a5a9/merged",
            "UpperDir": "/var/lib/docker/overlay2/8e82977f87c13282195989dca583843ca5152d940d3cafaf73ef01bb2db4a5a9/diff",
            "WorkDir": "/var/lib/docker/overlay2/8e82977f87c13282195989dca583843ca5152d940d3cafaf73ef01bb2db4a5a9/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:55ea6d5a354edb8a6eeeadb772359359f82959156d04193d5a7b2d79c827d9ee",
            "sha256:80ca465c9c1fd1ddaf62ef390a5822ad76bd3b7bf97c200c2f26b58f3ee13739",
            "sha256:8e4b67791005871c17641e1a9b0902a76c6e288a369765aba6c96574af1dcaa1",
            "sha256:891c14944ddb519067479f46ab1a595bf79b779fef01a2a1244477418fc28bce"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-16T09:48:48.194372292+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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