You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCI Images are content-addressible. See [Descriptors](descriptor.md)and [Image Layout](image-layout.md) for more information.
9
9
One benefit of content-addressable storage is easy deduplication.
10
10
Many images might depend on a particular [layer](layer.md), but there will only be one blob in the [store](image-layout.md).
11
11
With a different serialization, that same semantic layer would have a different hash, and if both versions of the layer are referenced there will be two blobs with the same semantic content.
0 commit comments