quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z linux/amd64

quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z - 国内下载镜像源 浏览次数:67
```html

这是一个 MinIO 命令行客户端 (mc) 的 Docker 镜像。MinIO 是一个高性能的对象存储服务器,而 mc 是其官方提供的命令行工具,允许用户方便地与 MinIO 服务器进行交互,例如上传、下载、列出和管理对象。

```
源镜像 quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z
镜像ID sha256:ed33881a6a5e22cd25657e9516bbb62562c2058c52f24621ffb3c2e86a06bbbf
镜像TAG RELEASE.2024-04-18T16-45-29Z
大小 76.50MB
镜像源 quay.io
CMD
启动入口 mc
工作目录
OS/平台 linux/amd64
浏览量 67 次
贡献者
镜像创建 2024-04-18T21:08:20.749999298Z
同步时间 2024-12-24 19:29
更新时间 2025-02-05 22:51
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
x86_64: architecture 2024-02-29T16:04:33: build-date ubi9-micro-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Very small image which doesn't install the package manager.: description public: distribution-scope 1.29.0: io.buildah.version Very small image which doesn't install the package manager.: io.k8s.description Ubi9-micro: io.k8s.display-name : io.openshift.expose-services MinIO Inc <dev@min.io>: maintainer ubi9/ubi-micro: name 15: release ubi9 micro image: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15: url 303dc144996db01765d69e8ea45d2d617d953e42: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.3: version
镜像安全扫描 查看Trivy扫描报告

系统OS: redhat 9.3 扫描引擎: Trivy 扫描时间: 2024-12-24 19:29

低危漏洞:16 中危漏洞:7 高危漏洞:8 严重漏洞:2

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z  quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z  quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z

Shell快速替换命令

sed -i 's#quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z  quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z  quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z'

镜像构建历史


# 2024-04-19 05:08:20  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["mc"]
                        
# 2024-04-19 05:08:20  26.50MB 执行命令并创建新的镜像层
RUN |2 TARGETARCH=amd64 RELEASE=RELEASE.2024-04-18T16-45-29Z /bin/sh -c chmod +x /usr/bin/mc # buildkit
                        
# 2024-04-19 05:08:20  26.50MB 复制文件或目录到容器中
ADD https://dl.minio.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2024-04-18T16-45-29Z /usr/bin/mc # buildkit
                        
# 2024-04-19 05:08:19  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2024-04-19 05:08:19  582.18KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2024-04-19 05:08:19  222.08KB 复制新文件或目录到容器中
COPY /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/ # buildkit
                        
# 2024-04-19 05:08:19  0.00B 添加元数据标签
LABEL maintainer=MinIO Inc <dev@min.io>
                        
# 2024-04-19 05:08:19  0.00B 定义构建参数
ARG RELEASE
                        
# 2024-04-19 05:08:19  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2024-03-01 00:07:21  22.66MB 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-02-29T16:04:33" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="303dc144996db01765d69e8ea45d2d617d953e42" "io.k8s.description"="Very small image which doesn't install the package manager." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15"
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) ADD file:24783417f2a36df09be1b8148e62244b629292112a7fee58d47c9143c784bd67 in /root/buildinfo/Dockerfile-ubi9-ubi-micro-9.3-15 
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) ADD file:3b220cd51a397d1576895383c8f71312a3318d7d8a55044e0e55eca321aa8ace in /root/buildinfo/content_manifests/ubi9-micro-container-9.3-15.json 
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) LABEL release=15
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2024-03-01 00:07:21  0.00B 
/bin/sh -c #(nop) COPY file:eec73f859c6e7f6c8a9427ecc5249504fe89ae54dc3a1521b442674a90497d32 in /etc/yum.repos.d/ubi.repo 
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) COPY dir:6145aafe55bb190e856aae2727aa2725110cd7b0843da3d004986102bf1c937b in / 
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Ubi9-micro"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL version="9.3"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
                        
# 2024-03-01 00:07:20  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:ed33881a6a5e22cd25657e9516bbb62562c2058c52f24621ffb3c2e86a06bbbf",
    "RepoTags": [
        "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
    ],
    "RepoDigests": [
        "quay.io/minio/mc@sha256:5a84109d6b29bab96c3122e4a7ba888fbf48d4cdc83bc8bf88e3a7ac67b970b8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/mc@sha256:310ded7547434d70b70c22e9e7ae175b971b39d1081cfdff322b54f65962e0f4"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-18T21:08:20.749999298Z",
    "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"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "mc"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2024-02-29T16:04:33",
            "com.redhat.component": "ubi9-micro-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Very small image which doesn't install the package manager.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.k8s.description": "Very small image which doesn't install the package manager.",
            "io.k8s.display-name": "Ubi9-micro",
            "io.openshift.expose-services": "",
            "maintainer": "MinIO Inc \u003cdev@min.io\u003e",
            "name": "ubi9/ubi-micro",
            "release": "15",
            "summary": "ubi9 micro image",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15",
            "vcs-ref": "303dc144996db01765d69e8ea45d2d617d953e42",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 76502273,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3cde75700b41821f39cf9485799460d8cbed9430362abf66422f3f5483adc532/diff:/var/lib/docker/overlay2/916dd66bed1b33e3a11817e79d07313a4acdea2e1c73a0dd9edfb6232f417711/diff:/var/lib/docker/overlay2/52d6a5bdd22ac25db959f6f7862f64967eb0fd4f7c3d12737fd7af8125bcb8dd/diff:/var/lib/docker/overlay2/51b978199812a37db2c93e2a52e57012690e42cda2ee0f12a09b96308eee3f02/diff:/var/lib/docker/overlay2/7565bfa12b2679ebc3bd51684947d80b18ea4d84b6f7bac4dd0e418474221681/diff",
            "MergedDir": "/var/lib/docker/overlay2/3fe6cf7bbda938b4110d5d6f3eb3e3eca6287f36edee880c7a1e574b183709a6/merged",
            "UpperDir": "/var/lib/docker/overlay2/3fe6cf7bbda938b4110d5d6f3eb3e3eca6287f36edee880c7a1e574b183709a6/diff",
            "WorkDir": "/var/lib/docker/overlay2/3fe6cf7bbda938b4110d5d6f3eb3e3eca6287f36edee880c7a1e574b183709a6/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f6e375c0d5ad6710500dc4fe0f0e6c5c43c65465c50ac3ce5c152cc9627f5134",
            "sha256:3ddf733996668d6defe1015266b22ce29fe01ce4de1af88c77e461a86e65b9fd",
            "sha256:98e779aa2b2aa6743ea5240dd7de4eb73555e56cc704c91c8167064ac95e80b6",
            "sha256:5375ce2818e5c8d8e511a5fa5f19b429aacdc7658b6247abecb0801721af3c3f",
            "sha256:3f43e9bd982bf382d1fd2f9c92d93a55f9a7e858f4a67640e93a2c0f4428918f",
            "sha256:af9a31832066f6a4348409ec02e9d84009cfd6c6d7a49aab8715913eac2efdea"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-24T19:29:33.858360748+08:00"
    }
}

更多版本

quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z

linux/amd64 quay.io76.50MB2024-12-24 19:29
66