logo
ghcr.io/coroot/coroot:1.23.3
linux/amd64 ghcr.io
🐳️ **Coroot** 🏢️ **描述** : Coroot 是一个用于构建和部署应用程序的 Docker 镜像。
14
浏览次数
280.09MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.23.3
源镜像
ghcr.io/coroot/coroot:1.23.3
镜像ID
sha256:e7fef8f9a6739ecaf23946cfd502e984b0a8d6d0d840045e1e4a96c0b5754542
镜像 TAG
1.23.3
镜像大小
280.09MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
/usr/bin/coroot
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-07-02T13:52:49.351802883Z
同步时间
2026-07-21 16:31
浏览量
14 次
贡献者
🔌 开放端口 1
8080/tcp
📁 目录挂载 1
 /data
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
🏷️ 镜像标签 29
KeyValue
x86_64 architecture
2026-06-30T17:49:35Z 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.44.0 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-07-02T13:51:21.915Z 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
aa91fee4aa02a84c2a1c653adb89fceebdb2e72e 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.23.3 org.opencontainers.image.version
1 release
Coroot Community Edition. summary
https://catalog.redhat.com/en/search?searchType=containers url
f55fcf2a35c9fe343a15bb3cfbc2f2ee52a0d6a1 vcs-ref
git vcs-type
Coroot, Inc. vendor
1.23.3 version
🛡️ 镜像安全扫描
redhat 9.8 Trivy 2026-07-21 16:31 查看完整报告
233
低危 LOW
198
中危 MEDIUM
40
高危 HIGH
1
严重 CRITICAL
受影响目标 (2)
ghcr.io/coroot/coroot:1.23.3 (redhat 9.8) redhat usr/bin/coroot gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-07-02 21:52:49  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/coroot"]
                        
# 2026-07-02 21:52:49  0.00B 声明容器运行时监听的端口
EXPOSE [8080/tcp]
                        
# 2026-07-02 21:52:49  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2026-07-02 21:52:49  0.00B 指定运行容器时使用的用户
USER 65534:65534
                        
# 2026-07-02 21:52:49  0.00B 执行命令并创建新的镜像层
RUN |1 VERSION=1.23.3 /bin/sh -c mkdir /data && chown 65534:65534 /data # buildkit
                        
# 2026-07-02 21:52:49  68.02MB 复制新文件或目录到容器中
COPY /tmp/src/coroot /usr/bin/coroot # buildkit
                        
# 2026-07-02 21:51:29  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2026-07-02 21:51:29  0.00B 添加元数据标签
LABEL name=coroot vendor=Coroot, Inc. maintainer=Coroot, Inc. version=1.23.3 release=1 summary=Coroot Community Edition. description=Coroot Community Edition container image.
                        
# 2026-07-02 21:51:29  0.00B 定义构建参数
ARG VERSION=1.23.3
                        
# 2026-07-01 01:50:10  212.06MB 
/bin/sh -c #(nop) LABEL "org.opencontainers.image.created"="2026-06-30T17:49:35Z" "org.opencontainers.image.revision"="f55fcf2a35c9fe343a15bb3cfbc2f2ee52a0d6a1" "build-date"="2026-06-30T17:49:35Z" "architecture"="x86_64" "vcs-ref"="f55fcf2a35c9fe343a15bb3cfbc2f2ee52a0d6a1" "vcs-type"="git" "release"="1782841664"org.opencontainers.image.created=2026-06-30T17:49:35Z,org.opencontainers.image.revision=f55fcf2a35c9fe343a15bb3cfbc2f2ee52a0d6a1
                        
# 2026-07-01 01:50:10  0.00B 
/bin/sh -c #(nop) COPY dir:f44734d5c79ab3753b28d073a8b5791bb1b704ba0ba3011de6e08f518c7e14c0 in /root/buildinfo/      
                        
# 2026-07-01 01:50:09  0.00B 
/bin/sh -c #(nop) COPY dir:f44734d5c79ab3753b28d073a8b5791bb1b704ba0ba3011de6e08f518c7e14c0 in /usr/share/buildinfo/      
                        
# 2026-07-01 01:50:09  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-07-01 01:50:09  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-07-01 01:50:09  0.00B 
/bin/sh -c #(nop) COPY dir:83aaa84b109bcf106c30af78cd3673da95c6cdcdaea849870c30ac578da997d4 in /      
                        
# 2026-07-01 01:50:08  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-07-01 01:50:07  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2026-07-01 01:50:07  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-07-01 01:50:07  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2026-07-01 01:50:07  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-07-01 01:50:07  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-07-01 01:50:07  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2026-07-01 01:50:07  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-07-01 01:50:07  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-07-01 01:50:07  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-07-01 01:50:07  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:e7fef8f9a6739ecaf23946cfd502e984b0a8d6d0d840045e1e4a96c0b5754542",
    "RepoTags": [
        "ghcr.io/coroot/coroot:1.23.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.23.3"
    ],
    "RepoDigests": [
        "ghcr.io/coroot/coroot@sha256:765db7ef7f65fa21d0d106f5475bc975e4a17bd45f53c4f717b9cadbec0fe2d4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot@sha256:dc2ad4df9b8a9a88033b9bb5a36ee3533e08f07c89be151dfb293f45d44d528f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-02T13:52:49.351802883Z",
    "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-30T17:49:35Z",
            "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.44.0",
            "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-07-02T13:51:21.915Z",
            "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": "aa91fee4aa02a84c2a1c653adb89fceebdb2e72e",
            "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.23.3",
            "release": "1",
            "summary": "Coroot Community Edition.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "f55fcf2a35c9fe343a15bb3cfbc2f2ee52a0d6a1",
            "vcs-type": "git",
            "vendor": "Coroot, Inc.",
            "version": "1.23.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 280093089,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/029de23b083504fba58dc755d37ffe5cbbb6850f5ae772acbf5095a45f0210c3/diff:/var/lib/docker/overlay2/77d760c99eca128dae19a7ea9ccd6dae5d2865d3b5fe6406607df6cf50669454/diff:/var/lib/docker/overlay2/154df11b8033b9535af5b4d80aa26ad1ba8d9bc9a5831018561cb2c3efe3d5fb/diff",
            "MergedDir": "/var/lib/docker/overlay2/fb370268e65525792aab83e241fd11867735babf9680dcb25e686f89c2f05266/merged",
            "UpperDir": "/var/lib/docker/overlay2/fb370268e65525792aab83e241fd11867735babf9680dcb25e686f89c2f05266/diff",
            "WorkDir": "/var/lib/docker/overlay2/fb370268e65525792aab83e241fd11867735babf9680dcb25e686f89c2f05266/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d4d4d2f9b9fec2d76a14d2c656a1410a186efcf97b39cce6f75d773076b29cda",
            "sha256:7496929059f7fcb0efe892b4a7c2773e7f7003a550135a31b66c3f0e6be1f9f6",
            "sha256:1cae8509641b87921e10669c303206bb52c740f71992809fbd6a3971318920a8",
            "sha256:97190a481efbb6ad60a1318800970f10bbd7ae9a56235a6b806b136e832001b2"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-21T16:30:57.338577448+08:00"
    }
}

更多版本

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

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

ghcr.io/coroot/coroot-connect:2.0.5

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

ghcr.io/coroot/coroot:1.4.2

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

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

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

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

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

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

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

ghcr.io/coroot/coroot:1.8.10

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

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

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

ghcr.io/coroot/coroot:1.17.9

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

ghcr.io/coroot/coroot-operator:1.8.1

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

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

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

ghcr.io/coroot/coroot-operator:1.9.1

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

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

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

ghcr.io/coroot/coroot:1.18.8

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

ghcr.io/coroot/coroot:1.21.1

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

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

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

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

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

ghcr.io/coroot/coroot:1.22.0

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

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

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

ghcr.io/coroot/coroot:1.23.3

linux/amd64 ghcr.io280.09MB2026-07-21 16:31
13

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

linux/amd64 ghcr.io406.27MB2026-07-21 16:33
13

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

linux/amd64 ghcr.io328.74MB2026-07-21 16:37
12
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×