trion-development/docker-ng-cli-karma

Add label org.opencontainers.image.source

marwin1991 opened this issue · 3 comments

Hello, for tools like renovate it is important to have define label org.opencontainers.image.source

So can we add label org.opencontainers.image.source="https://github.com/angular/angular-cli" to DOCKERFILE or add here some CHANGELOG.md and point to this repo?

Base on this label, renovate will provide information about changes.

https://docs.renovatebot.com/modules/datasource/docker/
https://github.com/opencontainers/image-spec/blob/main/annotations.md

The base idea behind this label is to point to repo with dockerfile, but this repo does not use tag's or releases.

What do you think?

Sounds good, could you do a PR?

Thank you!