When I upload images to the Github Container Registry, I see an error that says "No description provided", which suggests the following
To provide a description, add the following line to your Dockerfile:
LABEL org.opencontainers.image.description DESCRIPTIONFor multi-arch images, set a value for the org.opencontainers.image.description key in the annotations field of the manifest:
"annotations": { "org.opencontainers.image.description": "DESCRIPTION" }Learn more about labelling container images
I'm using buildah, and I have the command
buildah config --label \
"org.opencontainers.image.description=Claude Code on Alpine ready for rootless podman"
On my image, but this makes no difference. What's the problem and how can I fix it.
Here is a copy of the error screen I see,
