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

ghcr.io/coroot/coroot-cluster-agent:1.6.8 - 国内下载镜像源 浏览次数:12
Coroot 集群代理
源镜像 ghcr.io/coroot/coroot-cluster-agent:1.6.8
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.6.8
镜像ID sha256:ffd87d31c448943f8592b8a75739dc17219e8734d43741d0bd7a1547f6e61d02
镜像TAG 1.6.8
大小 327.39MB
镜像源 ghcr.io
CMD
启动入口 coroot-cluster-agent
工作目录 /
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2026-05-19T17:42:13.128990985Z
同步时间 2026-06-02 17:35
目录挂载
/data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2026-05-12T09:00:42Z: 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-05-19T17:38:59.244Z: org.opencontainers.image.created : org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 17649465147e6e13a7e730062bea0482151c14af: 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.6.8: org.opencontainers.image.version 1: release Coroot Cluster Agent.: summary https://catalog.redhat.com/en/search?searchType=containers: url aa4fa8db6226e15f9e1c73bc3815043f0c0a439d: vcs-ref git: vcs-type Coroot, Inc.: vendor 1.6.8: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/coroot/coroot-cluster-agent:1.6.8#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.6.8#' 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.6.8 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.6.8  ghcr.io/coroot/coroot-cluster-agent:1.6.8'

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.6.8 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.6.8  ghcr.io/coroot/coroot-cluster-agent:1.6.8'

镜像构建历史


# 2026-05-20 01:42:13  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["coroot-cluster-agent"]
                        
# 2026-05-20 01:42:13  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-05-20 01:42:13  0.00B 指定运行容器时使用的用户
USER 65534:65534
                        
# 2026-05-20 01:42:13  0.00B 执行命令并创建新的镜像层
RUN |1 VERSION=1.6.8 /bin/sh -c mkdir /data && chown 65534:65534 /data # buildkit
                        
# 2026-05-20 01:42:13  116.62MB 复制新文件或目录到容器中
COPY /tmp/src/coroot-cluster-agent /usr/bin/coroot-cluster-agent # buildkit
                        
# 2026-05-20 01:39:07  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2026-05-20 01:39:07  0.00B 添加元数据标签
LABEL name=coroot-cluster-agent vendor=Coroot, Inc. maintainer=Coroot, Inc. version=1.6.8 release=1 summary=Coroot Cluster Agent. description=Coroot Cluster Agent container image.
                        
# 2026-05-20 01:39:07  0.00B 定义构建参数
ARG VERSION=1.6.8
                        
# 2026-05-12 17:01:04  210.75MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="aa4fa8db6226e15f9e1c73bc3815043f0c0a439d" "org.opencontainers.image.revision"="aa4fa8db6226e15f9e1c73bc3815043f0c0a439d" "build-date"="2026-05-12T09:00:42Z" "org.opencontainers.image.created"="2026-05-12T09:00:42Z" "release"="1778576335"org.opencontainers.image.revision=aa4fa8db6226e15f9e1c73bc3815043f0c0a439d,org.opencontainers.image.created=2026-05-12T09:00:42Z
                        
# 2026-05-12 17:01:03  0.00B 
/bin/sh -c #(nop) COPY file:b5436b9382ece22e983fc2ba25df27bf2a379c73c669aa0a75af228b6c9148f3 in /root/buildinfo/labels.json      
                        
# 2026-05-12 17:01:03  0.00B 
/bin/sh -c #(nop) COPY file:b5436b9382ece22e983fc2ba25df27bf2a379c73c669aa0a75af228b6c9148f3 in /usr/share/buildinfo/labels.json      
                        
# 2026-05-12 17:01:03  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-05-12 17:01:03  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-05-12 17:01:03  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-05-12 17:01:03  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-05-12 17:01:03  0.00B 
/bin/sh -c #(nop) COPY dir:dc2903ccadfb17708e4f3606c837c7a2dcaefcf45e7650b8e21eaa8685308f51 in /      
                        
# 2026-05-12 17:01:01  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-05-12 17:01:01  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2026-05-12 17:01:01  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-05-12 17:01:01  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2026-05-12 17:01:01  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-05-12 17:01:01  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-05-12 17:01:01  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2026-05-12 17:01:01  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-05-12 17:01:01  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9/ubi"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-05-12 17:01:01  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-05-12 17:01:01  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:ffd87d31c448943f8592b8a75739dc17219e8734d43741d0bd7a1547f6e61d02",
    "RepoTags": [
        "ghcr.io/coroot/coroot-cluster-agent:1.6.8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent:1.6.8"
    ],
    "RepoDigests": [
        "ghcr.io/coroot/coroot-cluster-agent@sha256:ba78dab50716cb7040e10133d58f5fca93c0e78b71a26ec62bc6202884531dc2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot-cluster-agent@sha256:abd88edeee3f7ceba3bf8b983eee8d271bdb24a55047e1f84cde012b8cc4437c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-19T17:42:13.128990985Z",
    "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-05-12T09:00:42Z",
            "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-05-19T17:38:59.244Z",
            "org.opencontainers.image.description": "",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "17649465147e6e13a7e730062bea0482151c14af",
            "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.6.8",
            "release": "1",
            "summary": "Coroot Cluster Agent.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "aa4fa8db6226e15f9e1c73bc3815043f0c0a439d",
            "vcs-type": "git",
            "vendor": "Coroot, Inc.",
            "version": "1.6.8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 327389495,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8adde139754f38b5fb1cfd7141acb3da9185eb0116f1b3a85ef4b3c23fb83d46/diff:/var/lib/docker/overlay2/8f3f01cdedaf70fcfc9f26d4302e9ec02f64408d59a0fc773784a013bf2e0250/diff:/var/lib/docker/overlay2/b32e7b58db1390b6c139fccc5d5335e1330198375fb5314ca5dd9b9ddb68b202/diff",
            "MergedDir": "/var/lib/docker/overlay2/bafa338129bb70ec2b2bc81447ff484127995fe0dec8bbfb911acc4faf1c9613/merged",
            "UpperDir": "/var/lib/docker/overlay2/bafa338129bb70ec2b2bc81447ff484127995fe0dec8bbfb911acc4faf1c9613/diff",
            "WorkDir": "/var/lib/docker/overlay2/bafa338129bb70ec2b2bc81447ff484127995fe0dec8bbfb911acc4faf1c9613/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2a77e49aac5d8d6ddb1dd1e8bec5dc4fa8dfa50df24d8235c9f1362ae38bd971",
            "sha256:2842d575b38c02d14bc8eab2d7c4d4e78404b33e85de18515347a7892849a555",
            "sha256:143b50bb928dbc5c39260e798f562f79a9a04b1065976a7ee137224e49e0570a",
            "sha256:92beab69b5d54da7c6e1c22d1a1e5eeda12a7328ec2f1349983dc36bd33e2b5a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-02T17:35:19.732531146+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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