sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
https://linkding.link/
MIT License
6.33k stars 299 forks source link

Add OCI source annotation to link back to source repo #701

Closed Ramblurr closed 1 month ago

Ramblurr commented 5 months ago

This commit adds the org.opencontainers.image.source label to the built container images.

This label is helpful for tools to be able to link back from the container image to the source repo.

For example, for those that use Renovate to help auto update dependencies, this will result in the latest releases release notes/changelog being included in the PR which is very handy!