hedgedoc / container

HedgeDoc container image resources
https://docs.hedgedoc.org/setup/docker/
195 stars 52 forks source link

Add OCI annotations to images #402

Closed mikaello closed 1 year ago

mikaello commented 1 year ago

In your backend image in the hedgedoc/hedgedoc repository you have used the OCI annotations, these can be used by other tools to enhance the user experience. E.g. Renovate will use the source label to add a link back to where the image is coming from.

It would be nice if these labels were added to the images built in this repository as well.

Currently, there are no labels for the hedgedoc image:

$ docker inspect quay.io/hedgedoc/hedgedoc --format '{{ json .Config.Labels }}'
null
DerMolly commented 1 year ago

This is fixed now and can be closed, can it not @ErikMichelson?

ErikMichelson commented 1 year ago

Nope, this is not fixed for 1.x Docker images.

Avi98 commented 1 year ago

@ErikMichelson can i work on this

DerMolly commented 1 year ago

Feel free to do so.