ghcr.io/coroot/coroot-cluster-agent:1.7.0 linux/amd64

ghcr.io/coroot/coroot-cluster-agent:1.7.0 - 国内下载镜像源 浏览次数:13 山与 贡献同步
Coroot 集群代理
源镜像 ghcr.io/coroot/coroot-cluster-agent:1.7.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0
镜像ID sha256:fb8cf701e414eef0398b9d650111189d0a02a9b06be023fe2430dbc63c9f17b6
镜像TAG 1.7.0
大小 328.75MB
镜像源 ghcr.io
CMD
启动入口 coroot-cluster-agent
工作目录 /
OS/平台 linux/amd64
浏览量 13 次
贡献者
avatar
山与
镜像创建 2026-06-02T21:05:57.74423295Z
同步时间 2026-06-12 15:48
目录挂载
/data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2026-06-02T05:04:19Z: build-date ubi9-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 Coroot Cluster Agent container image.: description public: distribution-scope 1.42.2: io.buildah.version The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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 9: io.k8s.display-name : io.openshift.expose-services base rhel9: io.openshift.tags Coroot, Inc.: maintainer coroot-cluster-agent: name 2026-06-02T21:02:47.113Z: org.opencontainers.image.created : org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 906d0f7941e56f46c026202e5d8ede667380d897: org.opencontainers.image.revision https://github.com/coroot/coroot-cluster-agent: org.opencontainers.image.source coroot-cluster-agent: org.opencontainers.image.title https://github.com/coroot/coroot-cluster-agent: org.opencontainers.image.url 1.7.0: org.opencontainers.image.version 1: release Coroot Cluster Agent.: summary https://catalog.redhat.com/en/search?searchType=containers: url 7c8381a66e53929ca0d159b5c1db5f18e4c1d959: vcs-ref git: vcs-type Coroot, Inc.: vendor 1.7.0: version
镜像安全扫描 查看Trivy扫描报告

系统OS: redhat 9.8 扫描引擎: Trivy 扫描时间: 2026-06-12 15:49

低危漏洞:249 中危漏洞:162 高危漏洞:23 严重漏洞:2

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0  ghcr.io/coroot/coroot-cluster-agent:1.7.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0  ghcr.io/coroot/coroot-cluster-agent:1.7.0

Shell快速替换命令

sed -i 's#ghcr.io/coroot/coroot-cluster-agent:1.7.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0  ghcr.io/coroot/coroot-cluster-agent:1.7.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0  ghcr.io/coroot/coroot-cluster-agent:1.7.0'

镜像构建历史


# 2026-06-03 05:05:57  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["coroot-cluster-agent"]
                        
# 2026-06-03 05:05:57  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-06-03 05:05:57  0.00B 指定运行容器时使用的用户
USER 65534:65534
                        
# 2026-06-03 05:05:57  0.00B 执行命令并创建新的镜像层
RUN |1 VERSION=1.7.0 /bin/sh -c mkdir /data && chown 65534:65534 /data # buildkit
                        
# 2026-06-03 05:05:57  116.66MB 复制新文件或目录到容器中
COPY /tmp/src/coroot-cluster-agent /usr/bin/coroot-cluster-agent # buildkit
                        
# 2026-06-03 05:02:57  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2026-06-03 05:02:57  0.00B 添加元数据标签
LABEL name=coroot-cluster-agent vendor=Coroot, Inc. maintainer=Coroot, Inc. version=1.7.0 release=1 summary=Coroot Cluster Agent. description=Coroot Cluster Agent container image.
                        
# 2026-06-03 05:02:57  0.00B 定义构建参数
ARG VERSION=1.7.0
                        
# 2026-06-02 13:04:38  212.08MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="7c8381a66e53929ca0d159b5c1db5f18e4c1d959" "org.opencontainers.image.revision"="7c8381a66e53929ca0d159b5c1db5f18e4c1d959" "build-date"="2026-06-02T05:04:19Z" "org.opencontainers.image.created"="2026-06-02T05:04:19Z" "release"="1780376557"org.opencontainers.image.revision=7c8381a66e53929ca0d159b5c1db5f18e4c1d959,org.opencontainers.image.created=2026-06-02T05:04:19Z
                        
# 2026-06-02 13:04:37  0.00B 
/bin/sh -c #(nop) COPY file:9d757cdf9db17c2d1a673787be45d048d7d0ddec7c519218b32a8e6c7a5d7068 in /root/buildinfo/labels.json      
                        
# 2026-06-02 13:04:37  0.00B 
/bin/sh -c #(nop) COPY file:9d757cdf9db17c2d1a673787be45d048d7d0ddec7c519218b32a8e6c7a5d7068 in /usr/share/buildinfo/labels.json      
                        
# 2026-06-02 13:04:37  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-06-02 13:04:37  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-06-02 13:04:36  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-06-02 13:04:36  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-06-02 13:04:36  0.00B 
/bin/sh -c #(nop) COPY dir:c66a0eef347672b19ed5e68224b3d3662175742e40a27f4fda241e29d57dacf8 in /      
                        
# 2026-06-02 13:04:35  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-06-02 13:04:35  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2026-06-02 13:04:35  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-06-02 13:04:35  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2026-06-02 13:04:35  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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."
                        
# 2026-06-02 13:04:35  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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."
                        
# 2026-06-02 13:04:34  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2026-06-02 13:04:34  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-06-02 13:04:34  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9/ubi"       version="9.8"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-06-02 13:04:34  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-06-02 13:04:34  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:fb8cf701e414eef0398b9d650111189d0a02a9b06be023fe2430dbc63c9f17b6",
    "RepoTags": [
        "ghcr.io/coroot/coroot-cluster-agent:1.7.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.7.0"
    ],
    "RepoDigests": [
        "ghcr.io/coroot/coroot-cluster-agent@sha256:9739d0c061516dfa92a34327f26b130dc99d76f20885e2baec3b1f03d20adac4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent@sha256:0a4f9c0baed8890e75d04c4290126d0d7791b78495173749f5c041fd59dba98a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-02T21:05:57.74423295Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65534:65534",
        "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,
        "Image": "",
        "Volumes": {
            "/data": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "coroot-cluster-agent"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2026-06-02T05:04:19Z",
            "com.redhat.component": "ubi9-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": "Coroot Cluster Agent container image.",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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 9",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel9",
            "maintainer": "Coroot, Inc.",
            "name": "coroot-cluster-agent",
            "org.opencontainers.image.created": "2026-06-02T21:02:47.113Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "906d0f7941e56f46c026202e5d8ede667380d897",
            "org.opencontainers.image.source": "https://github.com/coroot/coroot-cluster-agent",
            "org.opencontainers.image.title": "coroot-cluster-agent",
            "org.opencontainers.image.url": "https://github.com/coroot/coroot-cluster-agent",
            "org.opencontainers.image.version": "1.7.0",
            "release": "1",
            "summary": "Coroot Cluster Agent.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "7c8381a66e53929ca0d159b5c1db5f18e4c1d959",
            "vcs-type": "git",
            "vendor": "Coroot, Inc.",
            "version": "1.7.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 328747694,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6e49eb9c2e7845a8a2a56e1d173ea56a422ef613d0faca447645929c5191827c/diff:/var/lib/docker/overlay2/7aeb0991d18b09e892dbebf31557e56d872bc60b9d70019fc9fac387927b1dc0/diff:/var/lib/docker/overlay2/c75c86789fffded06c8d40e1b3b6042eb71dd294c82c6e9d54db4ddda04bd5ca/diff",
            "MergedDir": "/var/lib/docker/overlay2/c71724976c952c783945b6da85dd0eeff107981a5ab27a3a968acd9e6690eda2/merged",
            "UpperDir": "/var/lib/docker/overlay2/c71724976c952c783945b6da85dd0eeff107981a5ab27a3a968acd9e6690eda2/diff",
            "WorkDir": "/var/lib/docker/overlay2/c71724976c952c783945b6da85dd0eeff107981a5ab27a3a968acd9e6690eda2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:470f7d5ad4c7fdffde1c80a31b1722932d09adbd9fec6c41454ac84337d15783",
            "sha256:500b7fc8a844cac4187dfe94ee9c7f10bf0dd4b7d7d93f972e8e9ab27718077d",
            "sha256:8817a9cd2c9b8130c23c639143e235fe4a24bdd1e81903bb68417f67d5ec430c",
            "sha256:aa9279a74b66152fbf0cf6ab09c442427afa51b9dcaf1cb36471442478735c3f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-12T15:48:50.426831273+08:00"
    }
}

更多版本

ghcr.io/coroot/coroot-cluster-agent:1.0.4

linux/amd64 ghcr.io223.98MB2024-08-20 16:37
471

ghcr.io/coroot/coroot-cluster-agent:1.5.4

linux/amd64 ghcr.io327.31MB2026-02-26 15:55
150

ghcr.io/coroot/coroot-cluster-agent:1.6.1

linux/amd64 ghcr.io327.48MB2026-03-20 10:57
138

ghcr.io/coroot/coroot-cluster-agent:1.6.8

linux/amd64 ghcr.io327.39MB2026-06-02 17:35
30

ghcr.io/coroot/coroot-cluster-agent:1.7.0

linux/amd64 ghcr.io328.75MB2026-06-12 15:48
12