-
-
Notifications
You must be signed in to change notification settings - Fork 435
Labels
bugSomething isn't workingSomething isn't working
Description
The docker image has wrong annotations:
$ docker manifest inspect ghcr.io/techarohq/anubis@sha256:975dd99301a15fd1eb90b1ae480b16687eac411bc243d3ff730f8c1a9e0b8952
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"size": 1933,
"digest": "sha256:b32a4bfb12f20ec25eca446fd2b69ad9aaf8eb15ce57643fe8ca73bcb5c75125"
},
"layers": [
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"size": 632662,
"digest": "sha256:52191389dee97f831cbd901798b4dacdb4818388935a48e9a4d722bd91f34813"
},
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"size": 127,
"digest": "sha256:250c06f7c38e52dc77e5c7586c3e40280dc7ff9bb9007c396e06d96736cf8542"
},
{
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
"size": 5089962,
"digest": "sha256:0d48278ab32d3062b5fdca66a156a9b3695f5b3d09d3b81da1fd8b98b8b397f3"
}
],
"annotations": {
"dev.chainguard.package.main": "",
"manifest:org.opencontainers.image.created": "2025-05-01T17:35:26.477Z\\nmanifest:org.opencontainers.image.description=Weighs the soul of incoming HTTP requests using proof-of-work to stop AI crawlers\\nmanifest:org.opencontainers.image.licenses=MIT\\nmanifest:org.opencontainers.image.revision=63b84112206949405567ca29fc46798784db69b4\\nmanifest:org.opencontainers.image.source=https://github.com/TecharoHQ/anubis\\nmanifest:org.opencontainers.image.title=anubis\\nmanifest:org.opencontainers.image.url=https://github.com/TecharoHQ/anubis\\nmanifest:org.opencontainers.image.version=v1.17.1",
"org.opencontainers.image.authors": "Chainguard Team https://www.chainguard.dev/",
"org.opencontainers.image.base.digest": "sha256:1a0935839ac4438943395e4068e22d9b92ed0de55f113c7a61759489af6e508a",
"org.opencontainers.image.base.name": "cgr.dev/chainguard/static:latest",
"org.opencontainers.image.created": "2025-03-31T16:03:48Z",
"org.opencontainers.image.source": "https://github.com/chainguard-images/images/tree/main/images/static",
"org.opencontainers.image.url": "https://images.chainguard.dev/directory/image/static/overview",
"org.opencontainers.image.vendor": "Chainguard"
}
}org.opencontainers.image.sourceshould behttps://github.com/TecharoHQ/anubisorg.opencontainers.image.urlshould behttps://anubis.techaro.lol/org.opencontainers.image.vendorshould probably also something else
those annotations are inheritet from base image cgr.dev/chainguard/static
Line 1 in 76f2029
| defaultBaseImage: cgr.dev/chainguard/static |
earl-warren and Aniel
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working