79412962

Date: 2025-02-04 20:37:14
Score: 0.5
Natty:
Report link

In case anybody wonders why it changed in 1.10 (like me).

https://github.com/moby/moby/wiki/Engine-v1.10.0-content-addressability-migration#understanding-110-migration

Addressing images by their content also lets us more easily detect if something has already been downloaded. Because we have separated images and layers, you don't have to pull the configurations for every image that was part of the original build chain. We also don't need to create layers for the build instructions that didn't modify the filesystem.

So no change in the FS is no physical layer, only a logical layer and we only need to mind the physical layers.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Spangaer