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

Update to multi-stage build and reduce size #497

Closed irctrakz closed 1 year ago

irctrakz commented 1 year ago

Proposed refactor of Dockerfile. Results in a slight package size reduction and possibly improved readability?

NorthernMan54 commented 1 year ago

@irctrakz Did you have anything besides the re-ordering of the build in this ? We just updated the build to 22.04 and was wondering if you had something fundamental included?

irctrakz commented 1 year ago

Nope, it’s just a reorder in an attempt to reduce size. Should have no functional impact.

NorthernMan54 commented 1 year ago

If its just a re-order I was going to skip this at this time.

NorthernMan54 commented 1 year ago

Tks for contributing