Skip to content

Commit 319fb0a

Browse files
authored
Merge pull request #613 from erikh/considerations-rewrite
considerations.md: use clearer links to describe concepts
2 parents 8f27a02 + 6d8ec12 commit 319fb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

considerations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Instead they MUST ignore unknown properties.
55

66
# Canonicalization
77

8-
* OCI Images [are](descriptor.md) [content-addressable](image-layout.md).
8+
* OCI Images are [content-addressable](https://en.wikipedia.org/wiki/Content-addressable_storage). See [descriptors](descriptor.md) for more.
99
* One benefit of content-addressable storage is easy deduplication.
1010
* Many images might depend on a particular [layer](layer.md), but there will only be one blob in the [store](image-layout.md).
1111
* 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

Comments
 (0)