15
Some sort of update?
(lemmy.tf)
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
When you download a new docker image version, you actually download its full size and not just an update. Not sure was that even your question tho
Really? I thought it only took the bits that changed.
Depends which bit changed. Docker images are layers built on top of each other; if they only changed the final layer then all the others are the same as the ones you've already downloaded, if they changed the base image then everything is considered new and needs to be downloaded again.