logo
ghcr.io/coroot/coroot:1.14.0
linux/amd64 ghcr.io
🐳️ **Coroot** 🏢️ **描述** : Coroot 是一个用于构建和部署应用程序的 Docker 镜像。
8
浏览次数
272.62MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.14.0
源镜像
ghcr.io/coroot/coroot:1.14.0
镜像ID
sha256:6379c6cbd063d87b4359f576d3672d3db29f35dd6d3e06bbb0a6359e908c0ff6
镜像 TAG
1.14.0
镜像大小
272.62MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
启动入口
/usr/bin/coroot
工作目录
/
OS/平台
linux/amd64
镜像创建
2025-08-27T11:48:55.679083669Z
同步时间
2026-07-31 16:59
浏览量
8 次
贡献者
🔌 开放端口 1
8080/tcp
📁 目录挂载 1
 /data
⚙️ 环境变量 2
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
🏷️ 镜像标签 28
KeyValue
x86_64 architecture
2025-08-20T08:31:23 build-date
ubi9-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
Coroot Community Edition container image. description
public distribution-scope
1.40.1 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
2025-08-27T11:46:55.513Z 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
9e4282a0c5bf655fcf2893431365c0954e785efe 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.14.0 org.opencontainers.image.version
1 release
Coroot Community Edition. summary
https://catalog.redhat.com/en/search?searchType=containers url
171f11b52e43aee013fe4ef4c4caed923f25c5c1 vcs-ref
git vcs-type
Coroot, Inc. vendor
1.14.0 version
🛡️ 镜像安全扫描
redhat 9.6 Trivy 2026-07-31 17:00 查看完整报告
289
低危 LOW
317
中危 MEDIUM
84
高危 HIGH
2
严重 CRITICAL
受影响目标 (2)
ghcr.io/coroot/coroot:1.14.0 (redhat 9.6) redhat usr/bin/coroot gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-08-27 19:48:55  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/coroot"]
                        
# 2025-08-27 19:48:55  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2025-08-27 19:48:55  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data]
                        
# 2025-08-27 19:48:55  0.00B 指定运行容器时使用的用户
USER 65534:65534
                        
# 2025-08-27 19:48:55  0.00B 执行命令并创建新的镜像层
RUN |1 VERSION=1.14.0 /bin/sh -c mkdir /data && chown 65534:65534 /data # buildkit
                        
# 2025-08-27 19:48:55  63.01MB 复制新文件或目录到容器中
COPY /tmp/src/coroot /usr/bin/coroot # buildkit
                        
# 2025-08-27 19:47:05  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE # buildkit
                        
# 2025-08-27 19:47:05  0.00B 添加元数据标签
LABEL name=coroot vendor=Coroot, Inc. maintainer=Coroot, Inc. version=1.14.0 release=1 summary=Coroot Community Edition. description=Coroot Community Edition container image.
                        
# 2025-08-27 19:47:05  0.00B 定义构建参数
ARG VERSION=1.14.0
                        
# 2025-08-20 16:31:46  209.60MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-08-20T08:31:23" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="171f11b52e43aee013fe4ef4c4caed923f25c5c1" "release"="1755678605"
                        
# 2025-08-20 16:31:45  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /root/buildinfo/content_manifests/content-sets.json 
                        
# 2025-08-20 16:31:45  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 
                        
# 2025-08-20 16:31:45  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-08-20 16:31:45  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-08-20 16:31:44  0.00B 
/bin/sh -c #(nop) COPY dir:0222bc7b4b212f92e0fd9b1e2fb869faddda099368d73a11ebdca50e91a01fb3 in / 
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2025-08-20 16:31:43  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."
                        
# 2025-08-20 16:31:43  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."
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9"       version="9.6"       distribution-scope="public"
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-08-20 16:31:43  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:6379c6cbd063d87b4359f576d3672d3db29f35dd6d3e06bbb0a6359e908c0ff6",
    "RepoTags": [
        "ghcr.io/coroot/coroot:1.14.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.14.0"
    ],
    "RepoDigests": [
        "ghcr.io/coroot/coroot@sha256:a01a2c951baf7c9112c5a477fdc2ffa6ced847919657cfb026a2ac7d1ccc3deb",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot@sha256:b379ea1979df8e266c44b2c20b5691a3acbb2a2d8d9bef582f0f552fd30009a2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-08-27T11:48:55.679083669Z",
    "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": "2025-08-20T08:31:23",
            "com.redhat.component": "ubi9-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Coroot Community Edition container image.",
            "distribution-scope": "public",
            "io.buildah.version": "1.40.1",
            "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": "2025-08-27T11:46:55.513Z",
            "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": "9e4282a0c5bf655fcf2893431365c0954e785efe",
            "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.14.0",
            "release": "1",
            "summary": "Coroot Community Edition.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "171f11b52e43aee013fe4ef4c4caed923f25c5c1",
            "vcs-type": "git",
            "vendor": "Coroot, Inc.",
            "version": "1.14.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 272620932,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/449f81f169c68c431217f64859b36f7981cb709a9c8612bec1803034eec48465/diff:/var/lib/docker/overlay2/01b372113c10e313ae40923fd68b17b5e17c2eb4eb3df8f219ca9f02dea731f6/diff:/var/lib/docker/overlay2/3605272f75a129ef9291f54e570076f9f723954b29331a9c5d0bab4990bb8786/diff",
            "MergedDir": "/var/lib/docker/overlay2/2613a1182c277ff77334cba705dd8e512c479bf10df989ada14fee418019c09f/merged",
            "UpperDir": "/var/lib/docker/overlay2/2613a1182c277ff77334cba705dd8e512c479bf10df989ada14fee418019c09f/diff",
            "WorkDir": "/var/lib/docker/overlay2/2613a1182c277ff77334cba705dd8e512c479bf10df989ada14fee418019c09f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:635bff2fb70b62fec6eabc3909abf44082c3f1dcd1aa0f6de94c50f425a63d88",
            "sha256:374625aa13ad820e239e94437237f74a230784b53ea9ed66e04f1acf6fe9516b",
            "sha256:4a6931e1d1e9a3f6d0881032a71f654692f3e8f288119a5c2ffd8f2cc7585fa4",
            "sha256:dd2b7b39cd2451d57d41c335c3f8ff820d6342ce0e2862fcf83ab687792039f5"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-31T16:59:39.285394212+08:00"
    }
}

更多版本

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

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

ghcr.io/coroot/coroot-connect:2.0.5

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

ghcr.io/coroot/coroot:1.4.2

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

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

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

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

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

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

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

ghcr.io/coroot/coroot:1.8.10

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

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

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

ghcr.io/coroot/coroot:1.17.9

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

ghcr.io/coroot/coroot-operator:1.8.1

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

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

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

ghcr.io/coroot/coroot-operator:1.9.1

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

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

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

ghcr.io/coroot/coroot:1.18.8

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

ghcr.io/coroot/coroot:1.21.1

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

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

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

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

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

ghcr.io/coroot/coroot:1.22.0

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

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

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

ghcr.io/coroot/coroot:1.23.3

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

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

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

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

linux/amd64 ghcr.io328.74MB2026-07-21 16:37
37

ghcr.io/coroot/coroot-operator:1.9.6

linux/amd64 ghcr.io273.62MB2026-07-31 11:32
11

ghcr.io/coroot/coroot:1.14.0

linux/amd64 ghcr.io272.62MB2026-07-31 16:59
7

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

linux/amd64 ghcr.io398.10MB2026-07-31 17:01
6
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×