feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

OpenContainer labels missing from Docker image

Open Passific opened this issue 1 year ago • 0 comments

Describe the problem you have/What new integration you would like

Could it be possible to add opencontainer labels, as many public images do (even HA) ?

It will allow people direct access to ESPHome version through docker inspect.

Please describe your use case for this integration and alternatives you've tried:

N/A

Additional context

Example with HA:

            "Labels": {
                "org.opencontainers.image.authors": "The Home Assistant Authors",
                "org.opencontainers.image.created": "2024-05-24 20:07:01+00:00",
                "org.opencontainers.image.description": "Open-source home automation platform running on Python 3",
                "org.opencontainers.image.documentation": "https://www.home-assistant.io/docs/",
                "org.opencontainers.image.licenses": "Apache License 2.0",
                "org.opencontainers.image.source": "https://github.com/home-assistant/core",
                "org.opencontainers.image.title": "Home Assistant",
                "org.opencontainers.image.url": "https://www.home-assistant.io/",
                "org.opencontainers.image.version": "2024.5.5"
            },

Passific avatar Jun 27 '24 08:06 Passific