mautrix / meta

A Matrix-Facebook Messenger and Instagram DM puppeting bridge.
GNU Affero General Public License v3.0
155 stars 11 forks source link

Add image source docker label so tools can generate changelog for images #52

Closed halkeye closed 1 month ago

halkeye commented 4 months ago

Tools like renovate and dependabot depend on docker container labels to generate changelogs

Eg. https://docs.renovatebot.com/modules/datasource/docker/

Ideally org.opencontainers.image.revision should be injected as well, but I don't really know where the CI scripts are

tulir commented 1 month ago

Probably not going to add any labels before figuring out how to deduplicate dockerfiles