mautrix / meta

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

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

Closed halkeye closed 3 months ago

halkeye commented 7 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 3 months ago

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

halkeye commented 3 weeks ago

I only just realised what this meant. I can deduce the docker files I think. Do you have a recommendation on which repo to submit a pr too?

tulir commented 3 weeks ago

Probably needs to be in mautrix/ci