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

docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z - 国内下载镜像源 浏览次数:31

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

源镜像 docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z
镜像ID sha256:717d589c229a71f2aaa6260c831779f6ddb6ecf3f4bb241914064eac302bbb1e
镜像TAG RELEASE.2022-01-07T06-01-38Z
大小 306.23MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 mc
工作目录
OS/平台 linux/amd64
浏览量 31 次
贡献者
镜像创建 2022-01-07T06:44:57.438113519Z
同步时间 2025-05-22 17:39
更新时间 2025-06-19 03:10
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
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

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z  docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z  docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z

Shell快速替换命令

sed -i 's#minio/mc:RELEASE.2022-01-07T06-01-38Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z  docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z  docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z'

镜像构建历史


# 2022-01-07 14:44:57  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2022-01-07 14:44:57  203.31MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2022-01-07T06-01-38Z /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
                        
# 2022-01-07 14:44:23  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2022-01-07 14:44:23  449.25KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2022-01-07 14:44:23  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2022-01-07 14:44:23  0.00B 定义构建参数
ARG RELEASE
                        
# 2022-01-07 14:44:23  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2021-10-26 21:03:26  4.65KB 

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

                        
                    

镜像信息

{
    "Id": "sha256:717d589c229a71f2aaa6260c831779f6ddb6ecf3f4bb241914064eac302bbb1e",
    "RepoTags": [
        "minio/mc:RELEASE.2022-01-07T06-01-38Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-01-07T06-01-38Z"
    ],
    "RepoDigests": [
        "minio/mc@sha256:22cf686789cced8bfbb4643f82faf6b4ccc9b99a5b3ae0b395f0bd70fd815955",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc@sha256:966dcc9f401ebe13667ec6cd5cf327af253cfbe4ff6f69058c24623f32d55c6c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2022-01-07T06:44:57.438113519Z",
    "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": 306227372,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/600384eaa4a848960887d73eb299e8d17eac8056778abceaf0edab8eb65e9a5f/diff:/var/lib/docker/overlay2/27feb007a0b4a9c5582306eefe896cccb52a77f48db14fd2e47282ebfdc2ab84/diff:/var/lib/docker/overlay2/7ccffdd9e5104d2629c49d9274de2036ed6e09ee97efc61af228dd993868f789/diff:/var/lib/docker/overlay2/a6cadd3ff5c4653b0ede8b2f3d8786d0371fa16830b29676aafa9f084f38f4ca/diff",
            "MergedDir": "/var/lib/docker/overlay2/e8622959f1ba822fcf323580919a62bcda575cc050b31dfed2ad16b54217beb0/merged",
            "UpperDir": "/var/lib/docker/overlay2/e8622959f1ba822fcf323580919a62bcda575cc050b31dfed2ad16b54217beb0/diff",
            "WorkDir": "/var/lib/docker/overlay2/e8622959f1ba822fcf323580919a62bcda575cc050b31dfed2ad16b54217beb0/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:744c86b543903d171c69633d70aef72a25ce73da0a3be609e46db08e72978810",
            "sha256:1323ffbff4ddc4ec19320352186f090abf00c9c5a22b94f1057ae7ca4cb89f52",
            "sha256:a1a2070c766db1b956bc2d867677fad6f64ecb2c747d950c4b72857c76a0551d",
            "sha256:13a0bbb1e049f7868bb57d898271b9c0920c07b60444420b22adf908264a120c",
            "sha256:c542fccd206dacca0db873d7bbfcc1bf2e891529d928f2b3a331c950f5e90f00"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-22T17:39:19.243203142+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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