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 241 forks source link

Notice: Removing various startup options #440

Closed oznu closed 1 year ago

oznu commented 2 years ago

From the next release of this image, the following startup options will be removed:

Additionally, the crontab service will no longer run inside the container.

davidzyx commented 1 year ago

Is there a particular reason behind the removal of PUID, PGID and instead replacing them with 1000?

crahan commented 1 year ago

I just noticed that the homebridge user (UID 1000) has now been removed as well in the most recent Dockerfile version and everything now runs as root. I'm curious as to the reason for this decision as it impacts files created on the host OS through the volume mounts.