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

docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z - 国内下载镜像源 浏览次数:81

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

源镜像 docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z
镜像ID sha256:ec66b98f9dbedd23a80cc699ddb50a9d901181d82435f505952f3f192b1a45a2
镜像TAG RELEASE.2022-05-09T04-08-26Z
大小 136.38MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 mc
工作目录
OS/平台 linux/amd64
浏览量 81 次
贡献者 36******0@qq.com
镜像创建 2022-05-09T04:20:43.403024174Z
同步时间 2024-11-27 14:22
更新时间 2025-02-05 07:47
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2022-04-29T11:45:50.954465: build-date cpt-1005.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 243.1651231653: 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.5-243.1651231653: url 7ffc2d965ea414fc38f42d93090d967a5aee2c33: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.5: version
镜像安全扫描 查看Trivy扫描报告

系统OS: redhat 8.5 扫描引擎: Trivy 扫描时间: 2024-11-27 14:22

低危漏洞:99 中危漏洞:145 高危漏洞:53 严重漏洞:3

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z  docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z  docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z

Shell快速替换命令

sed -i 's#minio/mc:RELEASE.2022-05-09T04-08-26Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z#' 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-05-09T04-08-26Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z  docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z  docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z'

镜像构建历史


# 2022-05-09 12:20:43  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2022-05-09 12:20:43  33.29MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2022-05-09T04-08-26Z /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-05-09 12:20:29  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2022-05-09 12:20:29  494.89KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2022-05-09 12:20:29  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2022-05-09 12:20:29  0.00B 定义构建参数
ARG RELEASE
                        
# 2022-05-09 12:20:29  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2022-04-29 19:46:11  4.70KB 

                        
# 2022-04-29 19:46:02  102.55MB 

                        
                    

镜像信息

{
    "Id": "sha256:ec66b98f9dbedd23a80cc699ddb50a9d901181d82435f505952f3f192b1a45a2",
    "RepoTags": [
        "minio/mc:RELEASE.2022-05-09T04-08-26Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc:RELEASE.2022-05-09T04-08-26Z"
    ],
    "RepoDigests": [
        "minio/mc@sha256:4b415310d8d039acf6b4b888cb32b3f121bb6b4870016864be657f9303e1be6f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/minio/mc@sha256:4e96a3fcae821785667c1be6d0abd3ae7988bb0c6e59bc173695cc5dc5c70e0f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2022-05-09T04:20:43.403024174Z",
    "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": "2022-04-29T11:45:50.954465",
            "com.redhat.build-host": "cpt-1005.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": "243.1651231653",
            "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.5-243.1651231653",
            "vcs-ref": "7ffc2d965ea414fc38f42d93090d967a5aee2c33",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.5"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 136381167,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/13bcfb34c8425665b00db2fbd6132657c51fb8795ed0b8645c97018fe8e5cad6/diff:/var/lib/docker/overlay2/7bfbf1b8b0c2c3363ee9e85210e60c3969d2a151a483c0dcf58431d874d4dc04/diff:/var/lib/docker/overlay2/39aae959784cd37849d716c3afa48db286ccf557a8d070a81a82c4ceeb2e8497/diff:/var/lib/docker/overlay2/2449575f1704a5328eaf6114440af1602af5091530584aa4badf48adee642155/diff",
            "MergedDir": "/var/lib/docker/overlay2/fb45cf96f32782dce8cc4c1c3e474d9bf910e813723811a32447bd7a977e208b/merged",
            "UpperDir": "/var/lib/docker/overlay2/fb45cf96f32782dce8cc4c1c3e474d9bf910e813723811a32447bd7a977e208b/diff",
            "WorkDir": "/var/lib/docker/overlay2/fb45cf96f32782dce8cc4c1c3e474d9bf910e813723811a32447bd7a977e208b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:235cb1df51fddfcab96f2126fe2e4a93327f46dd33c6c2b9dbb0d5c0a95c0d23",
            "sha256:f1ccf0afcb5e28ce197c8b6222401863640b9a5afe8a851b94eb33fd0144019b",
            "sha256:b34cc15e3d273637cd8ed4bd25d6554c6a1baa6525c0b850bb69387818a33593",
            "sha256:18210cc6366dbf0bd6866752a5f0ec136180fc053692bea27dde3c39376ebf4c",
            "sha256:ca8f2ca291fb75938c2618ce859800e8b49bc82fbf0bd8e473a978cc3f6378d8"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-27T14:22:26.509609297+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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