Skip to content

Docker image has wrong annotations #417

@viceice

Description

@viceice

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"
        }
}
  1. org.opencontainers.image.source should be https://github.com/TecharoHQ/anubis
  2. org.opencontainers.image.url should be https://anubis.techaro.lol/
  3. org.opencontainers.image.vendor should probably also something else

those annotations are inheritet from base image cgr.dev/chainguard/static

defaultBaseImage: cgr.dev/chainguard/static

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions