ghcr.io/coroot/coroot:1.22.0 linux/amd64

ghcr.io/coroot/coroot:1.22.0 - 国内下载镜像源 浏览次数:13 山与 贡献同步
🐳️ **Coroot** 🏢️ **描述** : Coroot 是一个用于构建和部署应用程序的 Docker 镜像。
源镜像 ghcr.io/coroot/coroot:1.22.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.22.0
镜像ID sha256:0556c92f34547ec822b3f353790b6f42508a171b8e79fb7f7ad043a381d117fc
镜像TAG 1.22.0
大小 280.09MB
镜像源 ghcr.io
CMD
启动入口 /usr/bin/coroot
工作目录 /
OS/平台 linux/amd64
浏览量 13 次
贡献者
avatar
山与
镜像创建 2026-06-03T12:44:41.430886573Z
同步时间 2026-06-12 15:47
开放端口
8080/tcp
目录挂载
/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 Community Edition 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: name 2026-06-03T12:42:23.195Z: org.opencontainers.image.created Coroot is an open-source observability and APM tool with AI-powered Root Cause Analysis. It combines metrics, logs, traces, continuous profiling, and SLO-based alerting with predefined dashboards and inspections.: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses 3e5d7c0f21d300a70c72807c4fecd3e99968c36e: org.opencontainers.image.revision https://github.com/coroot/coroot: org.opencontainers.image.source coroot: org.opencontainers.image.title https://github.com/coroot/coroot: org.opencontainers.image.url 1.22.0: org.opencontainers.image.version 1: release Coroot Community Edition.: summary https://catalog.redhat.com/en/search?searchType=containers: url 7c8381a66e53929ca0d159b5c1db5f18e4c1d959: vcs-ref git: vcs-type Coroot, Inc.: vendor 1.22.0: version
镜像安全扫描 查看Trivy扫描报告

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

低危漏洞:246 中危漏洞:146 高危漏洞:7 严重漏洞:1

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-06-03 20:44:41  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/coroot"]
                        
# 2026-06-03 20:44:41  0.00B 声明容器运行时监听的端口
EXPOSE [8080/tcp]
                        
# 2026-06-03 20:44:41  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-06-03 20:44:41  0.00B 指定运行容器时使用的用户
USER 65534:65534
                        
# 2026-06-03 20:44:41  0.00B 执行命令并创建新的镜像层
RUN |1 VERSION=1.22.0 /bin/sh -c mkdir /data && chown 65534:65534 /data # buildkit
                        
# 2026-06-03 20:44:41  68.00MB 复制新文件或目录到容器中
COPY /tmp/src/coroot /usr/bin/coroot # buildkit
                        
# 2026-06-03 20:42:36  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2026-06-03 20:42:36  0.00B 添加元数据标签
LABEL name=coroot vendor=Coroot, Inc. maintainer=Coroot, Inc. version=1.22.0 release=1 summary=Coroot Community Edition. description=Coroot Community Edition container image.
                        
# 2026-06-03 20:42:36  0.00B 定义构建参数
ARG VERSION=1.22.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:0556c92f34547ec822b3f353790b6f42508a171b8e79fb7f7ad043a381d117fc",
    "RepoTags": [
        "ghcr.io/coroot/coroot:1.22.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.22.0"
    ],
    "RepoDigests": [
        "ghcr.io/coroot/coroot@sha256:6b02ecda163dcd070cb2ada1612cd88c8bda3b8bfbd18e5445b8841d7300754f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot@sha256:37ca31f5141fa5be014bd47262aea98fdf42eee651e9eaa9cf3f1f8fe699264f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-03T12:44:41.430886573Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65534:65534",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {}
        },
        "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": [
            "/usr/bin/coroot"
        ],
        "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 Community Edition 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",
            "org.opencontainers.image.created": "2026-06-03T12:42:23.195Z",
            "org.opencontainers.image.description": "Coroot is an open-source observability and APM tool with AI-powered Root Cause Analysis. It combines metrics, logs, traces, continuous profiling, and SLO-based alerting with predefined dashboards and inspections.",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "3e5d7c0f21d300a70c72807c4fecd3e99968c36e",
            "org.opencontainers.image.source": "https://github.com/coroot/coroot",
            "org.opencontainers.image.title": "coroot",
            "org.opencontainers.image.url": "https://github.com/coroot/coroot",
            "org.opencontainers.image.version": "1.22.0",
            "release": "1",
            "summary": "Coroot Community Edition.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "7c8381a66e53929ca0d159b5c1db5f18e4c1d959",
            "vcs-type": "git",
            "vendor": "Coroot, Inc.",
            "version": "1.22.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 280087425,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/5aaf47d9718064f99809d477ef4fb30162db38949eefd78f3fc44bb0a9386da4/diff:/var/lib/docker/overlay2/30790593e6f674a1e40ee0a22f253c3a03c6696c9728cd17fddb0fae805da678/diff:/var/lib/docker/overlay2/c75c86789fffded06c8d40e1b3b6042eb71dd294c82c6e9d54db4ddda04bd5ca/diff",
            "MergedDir": "/var/lib/docker/overlay2/b14a7aea802d42dc4349a362632ffb0d13d5704ef885a61ac2f6b326a6ed93af/merged",
            "UpperDir": "/var/lib/docker/overlay2/b14a7aea802d42dc4349a362632ffb0d13d5704ef885a61ac2f6b326a6ed93af/diff",
            "WorkDir": "/var/lib/docker/overlay2/b14a7aea802d42dc4349a362632ffb0d13d5704ef885a61ac2f6b326a6ed93af/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:470f7d5ad4c7fdffde1c80a31b1722932d09adbd9fec6c41454ac84337d15783",
            "sha256:f6dc3cf900c20b6868b762cfdb1ec26729924f78b7648ac4cd39984c753834d2",
            "sha256:23809a3aa7a91c20d534841f2fe05f1ff38fc19845029cc4c9ee18dde3be83d2",
            "sha256:0a659f03d562bf710f1eaae7dff46462fb06dcc0997f2694e67c4f62d7f75910"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-12T15:47:09.811884773+08:00"
    }
}

更多版本

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

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

ghcr.io/coroot/coroot-connect:2.0.5

linux/amd64 ghcr.io7.13MB2024-08-20 16:37
444

ghcr.io/coroot/coroot:1.4.2

linux/amd64 ghcr.io203.60MB2024-08-20 16:51
578

ghcr.io/coroot/coroot-node-agent:1.21.3

linux/amd64 ghcr.io229.95MB2024-08-20 16:56
542

ghcr.io/coroot/coroot-node-agent:1.21.3

linux/arm64 ghcr.io199.07MB2024-08-20 17:02
403

ghcr.io/coroot/coroot-node-agent:1.23.12

linux/amd64 ghcr.io306.68MB2025-03-05 15:24
349

ghcr.io/coroot/coroot:1.8.10

linux/amd64 ghcr.io205.77MB2025-03-05 15:33
273

ghcr.io/coroot/coroot-node-agent:1.23.16

linux/amd64 ghcr.io403.33MB2025-04-13 21:11
350

ghcr.io/coroot/coroot:1.17.9

linux/amd64 ghcr.io275.57MB2026-02-09 18:06
176

ghcr.io/coroot/coroot-operator:1.8.1

linux/amd64 ghcr.io272.37MB2026-02-26 11:37
178

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

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

ghcr.io/coroot/coroot-operator:1.9.1

linux/amd64 ghcr.io272.41MB2026-03-20 10:10
127

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

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

ghcr.io/coroot/coroot:1.18.8

linux/amd64 ghcr.io276.28MB2026-03-20 10:59
141

ghcr.io/coroot/coroot:1.21.1

linux/amd64 ghcr.io280.01MB2026-06-02 17:34
31

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

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

ghcr.io/coroot/coroot-node-agent:1.33.3

linux/amd64 ghcr.io406.05MB2026-06-02 17:36
42

ghcr.io/coroot/coroot:1.22.0

linux/amd64 ghcr.io280.09MB2026-06-12 15:47
12

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

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