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

ghcr.io/coroot/coroot:1.18.8 - 国内下载镜像源 浏览次数:10 侃豺小哥 贡献同步
🐳️ **Coroot** 🏢️ **描述** : Coroot 是一个用于构建和部署应用程序的 Docker 镜像。
源镜像 ghcr.io/coroot/coroot:1.18.8
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.18.8
镜像ID sha256:3a1030f9fda3ebe781d303eef6f3cfcda6f007de2cc4702b3181120f9a56f93d
镜像TAG 1.18.8
大小 276.28MB
镜像源 ghcr.io
CMD
启动入口 /usr/bin/coroot
工作目录 /
OS/平台 linux/amd64
浏览量 10 次
贡献者
avatar
侃豺小哥
镜像创建 2026-03-12T17:12:15.83956559Z
同步时间 2026-03-20 10:59
开放端口
8080/tcp
目录挂载
/data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2026-03-11T04:52: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 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-03-12T17:10:07.073Z: 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 90d1532d3d2f4784118b893e5fa52f695c1ef140: 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.18.8: org.opencontainers.image.version 1: release Coroot Community Edition.: summary https://catalog.redhat.com/en/search?searchType=containers: url 153ac4cef6743cee84c3d5850db2b2b8ac851e06: vcs-ref git: vcs-type Coroot, Inc.: vendor 1.18.8: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:3a1030f9fda3ebe781d303eef6f3cfcda6f007de2cc4702b3181120f9a56f93d",
    "RepoTags": [
        "ghcr.io/coroot/coroot:1.18.8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot:1.18.8"
    ],
    "RepoDigests": [
        "ghcr.io/coroot/coroot@sha256:e64c7a1dfa91ed60fe7cd540031f1ed4e3541f26d50b72465ae574b19625819d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/coroot/coroot@sha256:0102e4e7e4165325e84e8b08174bdedb3a1e176584e17b174cb91eb73c49211f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-12T17:12:15.83956559Z",
    "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-03-11T04:52: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 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-03-12T17:10:07.073Z",
            "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": "90d1532d3d2f4784118b893e5fa52f695c1ef140",
            "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.18.8",
            "release": "1",
            "summary": "Coroot Community Edition.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "153ac4cef6743cee84c3d5850db2b2b8ac851e06",
            "vcs-type": "git",
            "vendor": "Coroot, Inc.",
            "version": "1.18.8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 276281622,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/931eb6d2cd0121c37dd2cd678137e529ed4ab743e956f87f3830f0ad79b2f822/diff:/var/lib/docker/overlay2/9fae2f7ab03e38168f8ab00d7987a21966b90b2b07c9f785520b31248ed13c9a/diff:/var/lib/docker/overlay2/fabf05294fd7877a745879496686dea24141e79c0aa854099c3cd56868344076/diff",
            "MergedDir": "/var/lib/docker/overlay2/9691eeb84a95d2f425495af00daeff849116c18b52143630f0516e525d7cf40d/merged",
            "UpperDir": "/var/lib/docker/overlay2/9691eeb84a95d2f425495af00daeff849116c18b52143630f0516e525d7cf40d/diff",
            "WorkDir": "/var/lib/docker/overlay2/9691eeb84a95d2f425495af00daeff849116c18b52143630f0516e525d7cf40d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9064762a9c5b6599a5cfb3d947aab4fd3dfbf42e87c93f5b721329de9213a293",
            "sha256:7d35e1b37a63193cb3c97f5b4eb9cf48a76a92ebd8326e77359c8fef231b1c11",
            "sha256:4fd0d3dbc61bda4efdbe9442e87c4e959f2e69a9c328b2229be2a963d01b181f",
            "sha256:151dec7ca9a8e50bdadbb6ec8355e2ca4e463fa6928c6dbbced53552224be36e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-20T10:59:53.492501079+08:00"
    }
}

更多版本

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

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

ghcr.io/coroot/coroot-connect:2.0.5

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

ghcr.io/coroot/coroot:1.4.2

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

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

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

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

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

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

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

ghcr.io/coroot/coroot:1.8.10

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

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

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

ghcr.io/coroot/coroot:1.17.9

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

ghcr.io/coroot/coroot-operator:1.8.1

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

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

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

ghcr.io/coroot/coroot-operator:1.9.1

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

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

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

ghcr.io/coroot/coroot:1.18.8

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