ghcr.io/posthog/posthog/cyclotron-janitor:master linux/amd64

ghcr.io/posthog/posthog/cyclotron-janitor:master - 国内下载镜像源 浏览次数:11

该镜像是PostHog平台中的Cyclotron Janitor组件,通常用于清理和维护Cyclotron相关的资源(如旧数据、临时文件或过时的任务),以确保系统的高效运行和资源优化。

源镜像 ghcr.io/posthog/posthog/cyclotron-janitor:master
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/posthog/posthog/cyclotron-janitor:master
镜像ID sha256:b7f9e56535dc8fe76fb3ece9d3ef6e7e9c392a4649f6b7e47629b3fda379bc37
镜像TAG master
大小 191.38MB
镜像源 ghcr.io
CMD
启动入口 /bin/sh -c /usr/local/bin/$BIN
工作目录 /app
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2026-01-26T17:28:11.687659639Z
同步时间 2026-01-28 09:58
更新时间 2026-01-28 16:10
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin BIN=cyclotron-janitor
镜像标签
2026-01-27T22:51:46.225Z: org.opencontainers.image.created 🦔 PostHog is an all-in-one developer platform for building successful products. We offer product analytics, web analytics, session replay, error tracking, feature flags, experimentation, surveys, data warehouse, a CDP, and an AI product assistant to help debug your code, ship features faster, and keep all your usage and customer data in one stack.: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses 28ef0a33e587cc01e7d6797ac1d65ddb187e9b1a: org.opencontainers.image.revision https://github.com/PostHog/posthog: org.opencontainers.image.source posthog: org.opencontainers.image.title https://github.com/PostHog/posthog: org.opencontainers.image.url master: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/posthog/posthog/cyclotron-janitor:master
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/posthog/posthog/cyclotron-janitor:master  ghcr.io/posthog/posthog/cyclotron-janitor:master

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/posthog/posthog/cyclotron-janitor:master
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/posthog/posthog/cyclotron-janitor:master  ghcr.io/posthog/posthog/cyclotron-janitor:master

Shell快速替换命令

sed -i 's#ghcr.io/posthog/posthog/cyclotron-janitor:master#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/posthog/posthog/cyclotron-janitor:master#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-01-27 01:28:11  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/sh" "-c" "/usr/local/bin/$BIN"]
                        
# 2026-01-27 01:28:11  25.68MB 复制新文件或目录到容器中
COPY /app/target/release/cyclotron-janitor /usr/local/bin # buildkit
                        
# 2026-01-16 01:54:59  0.00B 指定运行容器时使用的用户
USER nobody
                        
# 2026-01-16 01:54:59  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2026-01-16 01:54:59  0.00B 设置环境变量 BIN
ENV BIN=cyclotron-janitor
                        
# 2026-01-16 01:54:59  0.00B 定义构建参数
ARG BIN
                        
# 2026-01-16 01:54:59  90.89MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update &&     apt-get install -y --no-install-recommends     libssl-dev "ca-certificates"     "curl"     "brotli"     &&     rm -rf /var/lib/apt/lists/* &&     mkdir share &&     ( curl -s -L "https://mmdbcdn.posthog.net/" --http1.1 | brotli --decompress --output=./share/GeoLite2-City.mmdb ) &&     chmod -R 755 ./share/GeoLite2-City.mmdb &&     mkdir -p /app/share &&     mv ./share/GeoLite2-City.mmdb /app/share/ &&     rm -rf ./share # buildkit
                        
# 2026-01-12 08:00:00  74.81MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'
                        
                    

镜像信息

{
    "Id": "sha256:b7f9e56535dc8fe76fb3ece9d3ef6e7e9c392a4649f6b7e47629b3fda379bc37",
    "RepoTags": [
        "ghcr.io/posthog/posthog/cyclotron-janitor:master",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/posthog/posthog/cyclotron-janitor:master"
    ],
    "RepoDigests": [
        "ghcr.io/posthog/posthog/cyclotron-janitor@sha256:abdd5e00c44038c43ae7dd5d60bb896f5370ddb6d0c0df357a1cc9feb9cb7dda",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/posthog/posthog/cyclotron-janitor@sha256:86b64c7fbf66aa1ee80a3d0ce93bbd5ee740331597d4761a293da79ff15d5353"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-26T17:28:11.687659639Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "nobody",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "BIN=cyclotron-janitor"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": [
            "/bin/sh",
            "-c",
            "/usr/local/bin/$BIN"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-01-27T22:51:46.225Z",
            "org.opencontainers.image.description": "🦔 PostHog is an all-in-one developer platform for building successful products. We offer product analytics, web analytics, session replay, error tracking, feature flags, experimentation, surveys, data warehouse, a CDP, and an AI product assistant to help debug your code, ship features faster, and keep all your usage and customer data in one stack.",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "28ef0a33e587cc01e7d6797ac1d65ddb187e9b1a",
            "org.opencontainers.image.source": "https://github.com/PostHog/posthog",
            "org.opencontainers.image.title": "posthog",
            "org.opencontainers.image.url": "https://github.com/PostHog/posthog",
            "org.opencontainers.image.version": "master"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 191376072,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ee330ab111754160f60a5b974d9dfa0e3dcd86944f6cc243fcedb440ee48789b/diff:/var/lib/docker/overlay2/5a0c48380145e87f04468b25a5b809066c7d00792d9b6f1e081a2fb80e99a9f3/diff:/var/lib/docker/overlay2/f43eec0733d59eca13ec1ffe2759f6d875f0b5fbf6b092449572f7b92db425cb/diff",
            "MergedDir": "/var/lib/docker/overlay2/414e5afc13a33396fa17900e97b2f2773d5e25cfd8c995743834cae26c3e2962/merged",
            "UpperDir": "/var/lib/docker/overlay2/414e5afc13a33396fa17900e97b2f2773d5e25cfd8c995743834cae26c3e2962/diff",
            "WorkDir": "/var/lib/docker/overlay2/414e5afc13a33396fa17900e97b2f2773d5e25cfd8c995743834cae26c3e2962/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e0e6002570470d87b99366522e2deadfd07fd6abb0c481198c1e336f9117e5a6",
            "sha256:a9075405d6c75f8708d7e8ebf035cee14cf7d1c4aa577b4de194df70a73e8d00",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:ae4b8dd9815f7b95fc9140291de5e429e506ec9dc1cf4e60386c06952151e978"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-28T09:58:47.934684415+08:00"
    }
}

更多版本

ghcr.io/posthog/posthog/cyclotron-janitor:master

linux/amd64 ghcr.io191.38MB2026-01-28 09:58
10