docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z linux/amd64

docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z - 国内下载镜像源 浏览次数:16

该镜像包含Midnight Commander(mc)终端文件管理器工具,基于轻量级Alpine Linux系统,可在容器环境中实现文件浏览、编辑、复制、移动等文件管理操作,适用于需要快速使用终端文件管理功能的场景。

源镜像 docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z
镜像ID sha256:e25ea8105c6c7a9574868003b1b27790be83e92aab653abde28689ac863ca217
镜像TAG RELEASE.2026-03-13T08-57-32Z
大小 54.59MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /usr/bin/mc
工作目录 /
OS/平台 linux/amd64
浏览量 16 次
贡献者
镜像创建 2026-03-13T09:17:08.84169136Z
同步时间 2026-06-17 10:25
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
x86_64: architecture 2026-02-17T16:40:29Z: 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 cpe:/a:redhat:enterprise_linux:9::appstream: cpe MinIO client community fork, build by pgsty: description public: distribution-scope 1.42.2: io.buildah.version Very small image which doesn't install the package manager.: io.k8s.description Red Hat Universal Base Image 9 Micro: io.k8s.display-name : io.openshift.expose-services pgsty <https://github.com/pgsty/mc>: maintainer ubi9/ubi-micro: name 2026-03-13T09:16:44Z: org.opencontainers.image.created d13a15fed5d308b643d637e27d4b95f463cd99a1: org.opencontainers.image.revision RELEASE.2026-03-13T08-57-32Z: org.opencontainers.image.version 1771346390: release ubi9 micro image: summary https://catalog.redhat.com/en/search?searchType=containers: url fb13dfb1d3b1780bc000e6c28e46376578299810: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.7: version
镜像安全扫描 查看Trivy扫描报告

系统OS: redhat 9.7 扫描引擎: Trivy 扫描时间: 2026-06-17 10:25

低危漏洞:10 中危漏洞:30 高危漏洞:17 严重漏洞:2

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z  docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z  docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z

Shell快速替换命令

sed -i 's#pgsty/mc:RELEASE.2026-03-13T08-57-32Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z  docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z  docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z'

镜像构建历史


# 2026-03-13 17:17:08  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/mc"]
                        
# 2026-03-13 17:17:08  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /usr/bin/mc # buildkit
                        
# 2026-03-13 17:17:08  668.85KB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2026-03-13 17:17:08  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2026-03-13 17:17:08  30.65MB 复制新文件或目录到容器中
COPY mc /usr/bin/mc # buildkit
                        
# 2026-03-13 17:17:08  223.75KB 复制新文件或目录到容器中
COPY /tmp/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit
                        
# 2026-03-13 17:17:08  0.00B 添加元数据标签
LABEL maintainer=pgsty <https://github.com/pgsty/mc> description=MinIO client community fork, build by pgsty
                        
# 2026-02-18 00:40:34  23.00MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="fb13dfb1d3b1780bc000e6c28e46376578299810" "org.opencontainers.image.revision"="fb13dfb1d3b1780bc000e6c28e46376578299810" "build-date"="2026-02-17T16:40:29Z" "org.opencontainers.image.created"="2026-02-17T16:40:29Z" "release"="1771346390"org.opencontainers.image.revision=fb13dfb1d3b1780bc000e6c28e46376578299810,org.opencontainers.image.created=2026-02-17T16:40:29Z
                        
# 2026-02-18 00:40:34  0.00B 
/bin/sh -c #(nop) COPY file:e6f9b05d926ca263da9ce24f93c3e36fce73bb78cdf64aa58874b01bf93aab99 in /root/buildinfo/labels.json      
                        
# 2026-02-18 00:40:34  0.00B 
/bin/sh -c #(nop) COPY file:e6f9b05d926ca263da9ce24f93c3e36fce73bb78cdf64aa58874b01bf93aab99 in /usr/share/buildinfo/labels.json      
                        
# 2026-02-18 00:40:34  0.00B 
/bin/sh -c #(nop) COPY file:f99a8fd6c637d9c9f6c672e4be77245c2dedf4b9f532312651aaf468cf6ce47d in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) COPY file:f99a8fd6c637d9c9f6c672e4be77245c2dedf4b9f532312651aaf468cf6ce47d in /usr/share/buildinfo/content-sets.json      
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) CMD /bin/sh
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/      
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) COPY dir:8438e950ae5649e8a42ae840b73d0964bf03b5ce8202aad3719214b710089571 in /      
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Micro"
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="Very small image which doesn't install the package manager."
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL description="Very small image which doesn't install the package manager."
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL summary="ubi9 micro image"
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL distribution-scope="public"
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL cpe="cpe:/a:redhat:enterprise_linux:9::appstream"
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL version="9.7"
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL name="ubi9/ubi-micro"
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-micro-container"
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-02-18 00:40:33  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:e25ea8105c6c7a9574868003b1b27790be83e92aab653abde28689ac863ca217",
    "RepoTags": [
        "pgsty/mc:RELEASE.2026-03-13T08-57-32Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z"
    ],
    "RepoDigests": [
        "pgsty/mc@sha256:25f84fb22b86b7cf9006bff591cff247efff12b02caebbe94b020310f5523917",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/pgsty/mc@sha256:27e3c66b01d1e3922e0a9bd3eb9f532cb52f448942b7f5e37bae8d313835eb22"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-13T09:17:08.84169136Z",
    "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": [
            "/usr/bin/mc"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2026-02-17T16:40:29Z",
            "com.redhat.component": "ubi9-micro-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "MinIO client community fork, build by pgsty",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "io.k8s.description": "Very small image which doesn't install the package manager.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
            "io.openshift.expose-services": "",
            "maintainer": "pgsty \u003chttps://github.com/pgsty/mc\u003e",
            "name": "ubi9/ubi-micro",
            "org.opencontainers.image.created": "2026-03-13T09:16:44Z",
            "org.opencontainers.image.revision": "d13a15fed5d308b643d637e27d4b95f463cd99a1",
            "org.opencontainers.image.version": "RELEASE.2026-03-13T08-57-32Z",
            "release": "1771346390",
            "summary": "ubi9 micro image",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "fb13dfb1d3b1780bc000e6c28e46376578299810",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 54586026,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1e9e0d5f27cb089aa64afb4d6193f3c3a93f58daec496956f94d5d3233ad53f1/diff:/var/lib/docker/overlay2/6a4556a35d1c3975ae5c884bedaaf51e76211a13cca5ee449ffe0cb9bcc58dac/diff:/var/lib/docker/overlay2/9cf5e03e7573e231da57a0741906fec1167790c84d5c6505b7be6d91b5ae1cb1/diff:/var/lib/docker/overlay2/e29f674344d91d6c58941b0a55f93507d8b2e0022923227e74490d59fcf2ec83/diff:/var/lib/docker/overlay2/56a9370be950181d0216c93922e1350dd006f02b0609c015792cd55d1e3eaacd/diff",
            "MergedDir": "/var/lib/docker/overlay2/d9ed9aaaca53e9b0c674fa148a3b0835b5cead1f9f5f01b293cebca3bbaa88c0/merged",
            "UpperDir": "/var/lib/docker/overlay2/d9ed9aaaca53e9b0c674fa148a3b0835b5cead1f9f5f01b293cebca3bbaa88c0/diff",
            "WorkDir": "/var/lib/docker/overlay2/d9ed9aaaca53e9b0c674fa148a3b0835b5cead1f9f5f01b293cebca3bbaa88c0/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:219739f857ea4c73e8d74a4aad07662c9bfaa587e424eed4147a6282e2c4b02b",
            "sha256:402a2aa4b08eb4c2707e6388247b4bf31580079c8b499c593f536991db7ee868",
            "sha256:b1f9c676a3ba835e7bfb60ac33977c01f3b7ee26e194c3c1935fda7f5b156652",
            "sha256:5f47a037dfe594eb96377340552b834a03cb2048877c3e724547cbcdea3e9bcb",
            "sha256:998f978e8ecc38c048efabe641dabb4f9e4423c2858f82a591fdf3ddaf9a34f2",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-17T10:25:39.628071024+08:00"
    }
}

更多版本

docker.io/pgsty/mc:RELEASE.2026-03-13T08-57-32Z

linux/amd64 docker.io54.59MB2026-06-17 10:25
15