-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Describe what you are trying to accomplish and why in non technical terms
I want to be able to access a (ideally standardised, i.e. OCI) set of labels for the Frigate images so that I can reference them in automations. Specifically, I'm working on making my Ansible role for Frigate a little more robust, and being able to reference labels such as org.opencontainers.image.version would be very useful.
Describe the solution you'd like
Labels (again, ideally OCI labels) added to the Frigate Docker images.
This is trivial with docker/metadata-action, and I was actually going to create a PR, but I see that the release workflow is quite non-standard when it comes to typical GitHub Actions Docker build/push workflows.
I thought I'd create this issue to open some discussion on the matter before I consider a PR with the sort of changes that would be necessary based on my understanding of the existing workflow(s), as it could be disruptive (in terms of the maintainers' preferences, hopefully not in terms of functionality!)