homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 240 forks source link

Feature Request: Have versioned image tags #398

Closed rafaelgaspar closed 2 years ago

rafaelgaspar commented 2 years ago

Describe Your Feature Request:

Not having versioned tags means that for people using Kubernetes to deploy our homebridge containers we always need to inform the image SHA256 for every version.

So it would be nice to have the possibility of referencing it by version, and would also make update automations through something like FluxCD possible.

oznu commented 2 years ago

Versioned images will be created with the build date as the tag.

eg. docker pull oznu/homebridge:2021-11-25

See https://github.com/oznu/docker-homebridge/pkgs/container/homebridge for all tags.