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

docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z - 国内下载镜像源 浏览次数:41

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

源镜像 docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z
镜像ID sha256:d9c4683cbbd581a548dfdf6f9fd5d7a26cd25dc883fd9f385249fa41a81ff080
镜像TAG RELEASE.2021-07-27T06-46-19Z
大小 208.23MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 mc
工作目录
OS/平台 linux/amd64
浏览量 41 次
贡献者
镜像创建 2021-07-27T07:10:53.323454011Z
同步时间 2025-04-11 11:06
更新时间 2025-04-19 01:59
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2021-04-14T21:02:42.814986: build-date cpt-1002.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 298.1618432845: 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.3-298.1618432845: url f53dab37c7541dd0080f410727c5886e85c09ee7: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.3: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z  docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z  docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z

Shell快速替换命令

sed -i 's#minio/mc:RELEASE.2021-07-27T06-46-19Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z#' 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-07-27T06-46-19Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z  docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z'

Ansible快速分发-Containerd

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

镜像构建历史


# 2021-07-27 15:10:53  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2021-07-27 15:10:53  104.87MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2021-07-27T06-46-19Z /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-07-27 15:10:36  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2021-07-27 15:10:36  501.17KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2021-07-27 15:10:36  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2021-07-27 15:10:36  0.00B 定义构建参数
ARG RELEASE
                        
# 2021-07-27 15:10:36  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2021-04-15 05:03:00  4.70KB 

                        
# 2021-04-15 05:02:48  102.82MB 

                        
                    

镜像信息

{
    "Id": "sha256:d9c4683cbbd581a548dfdf6f9fd5d7a26cd25dc883fd9f385249fa41a81ff080",
    "RepoTags": [
        "minio/mc:RELEASE.2021-07-27T06-46-19Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2021-07-27T06-46-19Z"
    ],
    "RepoDigests": [
        "minio/mc@sha256:4ee74e7e471a39bc695907b7a4f06ae273fd660a1d919253308d1f0566de7a14",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc@sha256:6a356ade0f8feb1ef5e73501d979e2069e449a1b21a29057739b5c3d03dc95c4"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2021-07-27T07:10:53.323454011Z",
    "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-04-14T21:02:42.814986",
            "com.redhat.build-host": "cpt-1002.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": "298.1618432845",
            "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.3-298.1618432845",
            "vcs-ref": "f53dab37c7541dd0080f410727c5886e85c09ee7",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 208232333,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/55b87dfe0263b8066d0bb8f5cde56f397232cb7eb3c963bbd7ea8fe9e29df618/diff:/var/lib/docker/overlay2/5512cbf9bcf7fe324e6d40d986b459b3713d60730681339a3249366e439cee0f/diff:/var/lib/docker/overlay2/bc794e9a18c5841720c5fc7dc4dc83ce087e7f24c892ab30bccf4d9cf2dfcd5b/diff:/var/lib/docker/overlay2/62bba4d409a8ce7ec9d0d0d039647beed513cffc13d95b1d46dcd0010e8a8ad9/diff",
            "MergedDir": "/var/lib/docker/overlay2/33ee5a95d2d99ebdf2daf2c17c619fe0e3f668c8ba0685b56be9da838b504490/merged",
            "UpperDir": "/var/lib/docker/overlay2/33ee5a95d2d99ebdf2daf2c17c619fe0e3f668c8ba0685b56be9da838b504490/diff",
            "WorkDir": "/var/lib/docker/overlay2/33ee5a95d2d99ebdf2daf2c17c619fe0e3f668c8ba0685b56be9da838b504490/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4a2bc86056a8dfff6153b98fa9ff55b532584eb7b0d60aaf3ff7850a3df53fef",
            "sha256:144a43b910e80389ba56ee3b8d1bf4a4f9a3b95696bf93540f37cb40e47ec339",
            "sha256:cf543e1feb40d01ad84da697ab4c289c2f26b28d45db5ca2e3d39c49261aac0e",
            "sha256:bbbf5a17deef0e1cef81110a3b7757ea87d28455fb3b0aaa993bf20e74a966a4",
            "sha256:787eedf9ec67a03fbd6da883e6075004495e9ce88b6567406bbe64a740e4772a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-04-11T11:05:50.910446745+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/minio/mc:latest

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

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

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