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

ghcr.io/coroot/coroot:1.17.9 - 国内下载镜像源 浏览次数:9
🐳️ **Coroot** 🏢️ **描述** : Coroot 是一个用于构建和部署应用程序的 Docker 镜像。
源镜像 ghcr.io/coroot/coroot:1.17.9
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.17.9
镜像ID sha256:d2a0f80976394988634109b61fd4e06e2d059c8a63d5559deece7db0584d4411
镜像TAG 1.17.9
大小 275.57MB
镜像源 ghcr.io
CMD
启动入口 /usr/bin/coroot
工作目录 /
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2026-01-13T21:35:21.574395342Z
同步时间 2026-02-09 18:06
开放端口
8080/tcp
目录挂载
/data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2026-01-06T04:46:51Z: 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.41.4: 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-01-13T21:33:20.288Z: 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 eb4fb12bdf0e747c5a04d9cd6702e941c38489c4: 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.17.9: org.opencontainers.image.version 1: release Coroot Community Edition.: summary https://catalog.redhat.com/en/search?searchType=containers: url 3e794df56e99dd97dc87933feb0fbd960b8c9ca7: vcs-ref git: vcs-type Coroot, Inc.: vendor 1.17.9: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:d2a0f80976394988634109b61fd4e06e2d059c8a63d5559deece7db0584d4411",
    "RepoTags": [
        "ghcr.io/coroot/coroot:1.17.9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.17.9"
    ],
    "RepoDigests": [
        "ghcr.io/coroot/coroot@sha256:d8e82e1c1f04fe4a1c3b1740bbfbfd9d94126f216aa62d4c77f0070e4312892d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot@sha256:b801b63cc1dd54871a756e9fed4452fd73c75ba0760502f3765856ee1e6b19bb"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-13T21:35:21.574395342Z",
    "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-01-06T04:46:51Z",
            "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.41.4",
            "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-01-13T21:33:20.288Z",
            "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": "eb4fb12bdf0e747c5a04d9cd6702e941c38489c4",
            "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.17.9",
            "release": "1",
            "summary": "Coroot Community Edition.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "3e794df56e99dd97dc87933feb0fbd960b8c9ca7",
            "vcs-type": "git",
            "vendor": "Coroot, Inc.",
            "version": "1.17.9"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 275568878,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/08b236d10b80467758aed6924a213b8580c85f54e6396e563d7782c79435562c/diff:/var/lib/docker/overlay2/a687f86ad69395a218ac4694bc9c9556a6a081953ac173f6ff48c41408e60194/diff:/var/lib/docker/overlay2/e3c64065ae8b5dc05232fe72b6a66ff53d1218db7874d9dd6cd717cea78b7a9b/diff",
            "MergedDir": "/var/lib/docker/overlay2/7ca8ff599a6ac90bb2496629da92f41486f5075426fe5ca40328fb6f7409eec8/merged",
            "UpperDir": "/var/lib/docker/overlay2/7ca8ff599a6ac90bb2496629da92f41486f5075426fe5ca40328fb6f7409eec8/diff",
            "WorkDir": "/var/lib/docker/overlay2/7ca8ff599a6ac90bb2496629da92f41486f5075426fe5ca40328fb6f7409eec8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a6cca9262fdd6dc22e0f26e595a97d9bfea50ec08b5c6a166c4774b2511069e9",
            "sha256:4440c3043e406f72f579469969ee9b15015a931042a440d472d353f1418f8500",
            "sha256:97292f2cd0ccf8011d02163c4c1ecbd6d51fa96e3b1f33649905dbaebf70fcac",
            "sha256:88c40453f102db8418220fc0f56708073b2266a4564abb7aed169fab8635466c"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-09T18:06:28.653611626+08:00"
    }
}

更多版本

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

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

ghcr.io/coroot/coroot-connect:2.0.5

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

ghcr.io/coroot/coroot:1.4.2

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

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

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

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

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

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

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

ghcr.io/coroot/coroot:1.8.10

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

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

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

ghcr.io/coroot/coroot:1.17.9

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