ghcr.io/techarohq/anubis:latest linux/amd64

ghcr.io/techarohq/anubis:latest - 国内下载镜像源 浏览次数:9

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

我没有访问外部网络的能力,无法获取ghcr.io/techarohq/anubis镜像的描述信息。 要获取该镜像的描述信息,您需要访问该镜像的仓库页面,通常在ghcr.io网站上可以找到。

源镜像 ghcr.io/techarohq/anubis:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/techarohq/anubis:latest
镜像ID sha256:0807bcc631f077563e59f108a79a92ba1e09cc7772049c3cd6c27b568887ef0f
镜像TAG latest
大小 39.54MB
镜像源 ghcr.io
CMD
启动入口 /ko-app/anubis
工作目录
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-12-24T02:17:59Z
同步时间 2026-02-09 16:36
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin:/ko-app SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt KO_DATA_PATH=/var/run/ko
镜像标签
static: dev.chainguard.image.title : dev.chainguard.package.main Chainguard Team https://www.chainguard.dev/: org.opencontainers.image.authors 2025-12-24T02:29:03.288Z\norg.opencontainers.image.description=Weighs the soul of incoming HTTP requests to stop AI crawlers\norg.opencontainers.image.licenses=MIT\norg.opencontainers.image.revision=6d9c0abe74888e3d409466ef0058137a8ed9b008\norg.opencontainers.image.source=https://github.com/TecharoHQ/anubis\norg.opencontainers.image.title=anubis\norg.opencontainers.image.url=https://github.com/TecharoHQ/anubis\norg.opencontainers.image.version=v1.24.0: org.opencontainers.image.created https://github.com/chainguard-images/images/tree/main/images/static: org.opencontainers.image.source static: org.opencontainers.image.title https://images.chainguard.dev/directory/image/static/overview: org.opencontainers.image.url Chainguard: org.opencontainers.image.vendor

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/techarohq/anubis:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/techarohq/anubis:latest  ghcr.io/techarohq/anubis:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/techarohq/anubis:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/techarohq/anubis:latest  ghcr.io/techarohq/anubis:latest

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-24 10:17:59  37.45MB 
ko build ko://github.com/TecharoHQ/anubis/cmd/anubis
                        
# 0001-01-01 08:00:00  0.00B 
ko build ko://github.com/TecharoHQ/anubis/cmd/anubis
                        
# 2025-12-11 08:43:47  2.10MB 
apko
                        
                    

镜像信息

{
    "Id": "sha256:0807bcc631f077563e59f108a79a92ba1e09cc7772049c3cd6c27b568887ef0f",
    "RepoTags": [
        "ghcr.io/techarohq/anubis:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/techarohq/anubis:latest"
    ],
    "RepoDigests": [
        "ghcr.io/techarohq/anubis@sha256:4bdf6ddd1a8dc8bfe7a33d823a1cb72157885ca4fd3ee749654b21cba732e439",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/techarohq/anubis@sha256:7ed5fe480aaea041a8fbaf1aac23e81bb82690ed94bb98962ce63ad1f3300ed6"
    ],
    "Parent": "",
    "Comment": "go build output, at /ko-app/anubis",
    "Created": "2025-12-24T02:17:59Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "github.com/ko-build/ko",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin:/ko-app",
            "SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt",
            "KO_DATA_PATH=/var/run/ko"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/ko-app/anubis"
        ],
        "OnBuild": null,
        "Labels": {
            "dev.chainguard.image.title": "static",
            "dev.chainguard.package.main": "",
            "org.opencontainers.image.authors": "Chainguard Team https://www.chainguard.dev/",
            "org.opencontainers.image.created": "2025-12-24T02:29:03.288Z\\norg.opencontainers.image.description=Weighs the soul of incoming HTTP requests to stop AI crawlers\\norg.opencontainers.image.licenses=MIT\\norg.opencontainers.image.revision=6d9c0abe74888e3d409466ef0058137a8ed9b008\\norg.opencontainers.image.source=https://github.com/TecharoHQ/anubis\\norg.opencontainers.image.title=anubis\\norg.opencontainers.image.url=https://github.com/TecharoHQ/anubis\\norg.opencontainers.image.version=v1.24.0",
            "org.opencontainers.image.source": "https://github.com/chainguard-images/images/tree/main/images/static",
            "org.opencontainers.image.title": "static",
            "org.opencontainers.image.url": "https://images.chainguard.dev/directory/image/static/overview",
            "org.opencontainers.image.vendor": "Chainguard"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 39541718,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8ceaa3fb44d613707b948143225018d6dd36e136eff129e30b7d65d6abd97ae1/diff:/var/lib/docker/overlay2/3a7604d7549bf7797eee4441149972b10bdf45e7b7f5035474dfd8eab10638b6/diff",
            "MergedDir": "/var/lib/docker/overlay2/702c5422356d696d4095e2c188ef7f69f248a8bb9174c436fc97724e2e091148/merged",
            "UpperDir": "/var/lib/docker/overlay2/702c5422356d696d4095e2c188ef7f69f248a8bb9174c436fc97724e2e091148/diff",
            "WorkDir": "/var/lib/docker/overlay2/702c5422356d696d4095e2c188ef7f69f248a8bb9174c436fc97724e2e091148/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:32008e06a554cf70c1b3c2da5f9ab14df9871dd4da0d8e314d4cf7d39d72c20f",
            "sha256:ffe56a1c5f3878e9b5f803842adb9e2ce81584b6bd027e8599582aefe14a975b",
            "sha256:72647dfbc4d61c9677c84da4893140cd16aeb304b2742e503b3d2ad47288908e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-09T16:36:32.726018305+08:00"
    }
}

更多版本

ghcr.io/techarohq/anubis:v1.20.0

linux/amd64 ghcr.io23.61MB2025-07-04 10:36
183

ghcr.io/techarohq/anubis:latest

linux/amd64 ghcr.io39.54MB2026-02-09 16:36
8

ghcr.io/techarohq/anubis:v1.24.0

linux/amd64 ghcr.io39.54MB2026-02-09 16:50
8