quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z linux/amd64

quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z - 国内下载镜像源 浏览次数:183

MinIO 是一个基于 S3 的对象存储解决方案,提供了高性能、低成本和可扩展的存储解决方案。该镜像用于创建 MinIO 服务容器,可以在容器化环境中使用。

源镜像 quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z
镜像ID sha256:24c470c8cdb11d5c8654f74590db3c6a1d5e6862cfad03c514d9fc63bda8a075
镜像TAG RELEASE.2024-04-18T19-09-19Z
大小 158.48MB
镜像源 quay.io
CMD minio
启动入口 /usr/bin/docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 183 次
贡献者
镜像创建 2024-04-18T20:49:28.163722692Z
同步时间 2024-12-24 18:58
更新时间 2025-02-21 16:46
开放端口
9000/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin MINIO_ACCESS_KEY_FILE=access_key MINIO_SECRET_KEY_FILE=secret_key MINIO_ROOT_USER_FILE=access_key MINIO_ROOT_PASSWORD_FILE=secret_key MINIO_KMS_SECRET_KEY_FILE=kms_master_key MINIO_UPDATE_MINISIGN_PUBKEY=RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav MINIO_CONFIG_ENV_FILE=config.env MC_CONFIG_DIR=/tmp/.mc
镜像标签
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 MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads.: 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 MinIO: name RELEASE.2024-04-18T19-09-19Z: release MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15: url 303dc144996db01765d69e8ea45d2d617d953e42: vcs-ref git: vcs-type MinIO Inc <dev@min.io>: vendor RELEASE.2024-04-18T19-09-19Z: version
镜像安全扫描 查看Trivy扫描报告

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

低危漏洞:17 中危漏洞:14 高危漏洞:11 严重漏洞:4

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z  quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z  quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z

Shell快速替换命令

sed -i 's#quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-04-19 04:49:28  0.00B 设置默认要执行的命令
CMD ["minio"]
                        
# 2024-04-19 04:49:28  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
                        
# 2024-04-19 04:49:28  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2024-04-19 04:49:28  0.00B 声明容器运行时监听的端口
EXPOSE map[9000/tcp:{}]
                        
# 2024-04-19 04:49:28  675.00B 复制新文件或目录到容器中
COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit
                        
# 2024-04-19 04:49:28  34.52KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2024-04-19 04:49:28  1.70MB 复制新文件或目录到容器中
COPY CREDITS /licenses/CREDITS # buildkit
                        
# 2024-04-19 04:49:27  5.44MB 复制新文件或目录到容器中
COPY /go/bin/cur* /usr/bin/ # buildkit
                        
# 2024-04-19 04:49:27  27.21MB 复制新文件或目录到容器中
COPY /go/bin/mc /usr/bin/mc # buildkit
                        
# 2024-04-19 04:49:27  101.22MB 复制新文件或目录到容器中
COPY /go/bin/minio /usr/bin/minio # buildkit
                        
# 2024-04-19 04:49:26  214.51KB 复制新文件或目录到容器中
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit
                        
# 2024-04-19 04:49:26  0.00B 设置环境变量 MINIO_ACCESS_KEY_FILE MINIO_SECRET_KEY_FILE MINIO_ROOT_USER_FILE MINIO_ROOT_PASSWORD_FILE MINIO_KMS_SECRET_KEY_FILE MINIO_UPDATE_MINISIGN_PUBKEY MINIO_CONFIG_ENV_FILE MC_CONFIG_DIR
ENV MINIO_ACCESS_KEY_FILE=access_key MINIO_SECRET_KEY_FILE=secret_key MINIO_ROOT_USER_FILE=access_key MINIO_ROOT_PASSWORD_FILE=secret_key MINIO_KMS_SECRET_KEY_FILE=kms_master_key MINIO_UPDATE_MINISIGN_PUBKEY=RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav MINIO_CONFIG_ENV_FILE=config.env MC_CONFIG_DIR=/tmp/.mc
                        
# 2024-04-19 04:49:26  0.00B 添加元数据标签
LABEL name=MinIO vendor=MinIO Inc <dev@min.io> maintainer=MinIO Inc <dev@min.io> version=RELEASE.2024-04-18T19-09-19Z release=RELEASE.2024-04-18T19-09-19Z summary=MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service. description=MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads.
                        
# 2024-04-19 04:49:26  0.00B 定义构建参数
ARG RELEASE
                        
# 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:24c470c8cdb11d5c8654f74590db3c6a1d5e6862cfad03c514d9fc63bda8a075",
    "RepoTags": [
        "quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z"
    ],
    "RepoDigests": [
        "quay.io/minio/minio@sha256:036a068d7d6b69400da6bc07a480bee1e241ef3c341c41d988ed11f520f85124",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/minio/minio@sha256:2615b378ec4fb812d7297c8363d81ce879d39e07ef1b5ae5a9f35413c4be25f7"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-18T20:49:28.163722692Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "MINIO_ACCESS_KEY_FILE=access_key",
            "MINIO_SECRET_KEY_FILE=secret_key",
            "MINIO_ROOT_USER_FILE=access_key",
            "MINIO_ROOT_PASSWORD_FILE=secret_key",
            "MINIO_KMS_SECRET_KEY_FILE=kms_master_key",
            "MINIO_UPDATE_MINISIGN_PUBKEY=RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav",
            "MINIO_CONFIG_ENV_FILE=config.env",
            "MC_CONFIG_DIR=/tmp/.mc"
        ],
        "Cmd": [
            "minio"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/data": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/bin/docker-entrypoint.sh"
        ],
        "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": "MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads.",
            "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": "MinIO",
            "release": "RELEASE.2024-04-18T19-09-19Z",
            "summary": "MinIO is a High Performance Object Storage, API compatible with Amazon S3 cloud storage service.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.3-15",
            "vcs-ref": "303dc144996db01765d69e8ea45d2d617d953e42",
            "vcs-type": "git",
            "vendor": "MinIO Inc \u003cdev@min.io\u003e",
            "version": "RELEASE.2024-04-18T19-09-19Z"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 158482463,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/82964f2a9e7c8a9c8714e612eabb4c508a1d93e643c350bdf54faf5f27afcb26/diff:/var/lib/docker/overlay2/a1223602f13c9c9774c2bd47c1bd151e2f2bb78f84be934a9d1c2850aabe88e9/diff:/var/lib/docker/overlay2/667450e4c6a4fe7ad285749b76f299aedac3e5925c56b5a47417a0c28a8c37bd/diff:/var/lib/docker/overlay2/838210090b196572528bcb432b915cafe8d4ff954583db5f29e48724bc373172/diff:/var/lib/docker/overlay2/f4b96a509b085be99a11f2d2ce220da053629e477e2bc0c27b744ad86f525a33/diff:/var/lib/docker/overlay2/8c2cad295f318eb6bd59fa59f2996221d04ff8935fddc5d87d411e445cfccb82/diff:/var/lib/docker/overlay2/7565bfa12b2679ebc3bd51684947d80b18ea4d84b6f7bac4dd0e418474221681/diff",
            "MergedDir": "/var/lib/docker/overlay2/6d0c3c120b9e536e847a6f106a0685edac0ff042d5bc3b5a499ac082da06334d/merged",
            "UpperDir": "/var/lib/docker/overlay2/6d0c3c120b9e536e847a6f106a0685edac0ff042d5bc3b5a499ac082da06334d/diff",
            "WorkDir": "/var/lib/docker/overlay2/6d0c3c120b9e536e847a6f106a0685edac0ff042d5bc3b5a499ac082da06334d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f6e375c0d5ad6710500dc4fe0f0e6c5c43c65465c50ac3ce5c152cc9627f5134",
            "sha256:649b5bc647c5a24827222f49a9dffc2dc90a44a7de4b1cb0481372046bac6505",
            "sha256:6483c97d832dbef630c16064c1d4536aee81e65cdf6181675bcf4a299ea8456e",
            "sha256:4ed70d2ef4662b5400312076edb9eec2589f9009a05bd350b4dfca6330334e34",
            "sha256:28f23a04cd2f3c333a6e6b6a45f24548d7033b3f4f1d794f50fa2942bed34744",
            "sha256:8164805c762486e3061357d467d0060a183162ab790f70566356dd460f234660",
            "sha256:d23b8b84e10826bba14658f39b38ca9fc3dc0708aff9d395e47edbfad6bb8ea5",
            "sha256:b1200154c8e9886fcb9d6dc895b486c20466d69f6e86c42b6488b0c69da520e3"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-24T18:58:01.14514581+08:00"
    }
}

更多版本

quay.io/minio/minio:RELEASE.2023-12-20T01-00-02Z

linux/amd64 quay.io150.87MB2024-08-08 09:55
749

quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z

linux/amd64 quay.io158.48MB2024-12-24 18:58
182

quay.io/minio/minio:RELEASE.2024-12-13T22-19-12Z

linux/arm64 quay.io170.74MB2025-01-07 19:40
165

quay.io/minio/minio:latest

linux/amd64 quay.io180.19MB2025-02-14 13:48
59