Content-Addressable Storage - CI/CD Glossary Definition
Content-addressable storage identifies data by the hash of its content rather than a name or location, so identical content is stored once and any reference is automatically integrity-checked.
Where it appears
Git objects, Docker image layers, and Nix store paths are all content-addressed: the address (a digest) guarantees you get exactly the bytes you asked for.