Add annotations as labels to (Docker) ConfigFile
When building an image with --annotations the annotations will be correctly added to the annotations of the OCI Image Index, however they will not be added to the Labels field of the Docker config file, it is always an empty map currently. This PR attaches the annotations to the labels field as well so automated tools that extract labels from this (legacy) file will succeed.
Please sign your commits with sigstore: https://docs.sigstore.dev/signing/gitsign/
Hey 👋🏻 I'm also interested in this change. Does it make sense for the project? If so, how can I help move this forward?
Thanks!
Can this be closed given #1215?