Description
docker compose publish supports the options described here.
I would suggest adding the option --annotation like the build of an image.
I see that the manifest of a published docker-compose.yml has
"annotations": {
"org.opencontainers.image.created": "2026-04-14T14:04:34Z"
}
but I would like the possiiblity to add custom vnd.xxxx annotations to the manifest while publishing docker-compose.yml
Description
docker compose publish supports the options described here.
I would suggest adding the option
--annotationlike the build of an image.I see that the manifest of a published
docker-compose.ymlhasbut I would like the possiiblity to add custom
vnd.xxxxannotations to the manifest while publishingdocker-compose.yml