Skip to content

Commit 909ecab

Browse files
committed
image-layout: Drop manifest ref example description
This ref -> descriptor example caption gained "blobs the manifest references" wording with 2f24791 (image-layout.md: explain blobs can be anything, 2016-06-14, #136), but I don't see a direct relationship between descriptors and those deeper-ancestor blobs. I think we either want to revert the changes 2f24791 made to this line or drop the line. In this commit I drop the line, because the other points covered by the sentence are already covered in other descriptor docs. And it's pretty clear just from the example command and output that this is showing the content of a ref pointing at a manifest list. Signed-off-by: W. Trevor King <[email protected]>
1 parent e1694db commit 909ecab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

image-layout.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ $ cat ./refs/v1.0 | jq
7878
}
7979
```
8080

81-
This illustrates the expected contents of a given ref, the manifest list it points to and the blobs the manifest references.
82-
8381
## Blobs
8482

8583
Object names in the `blobs` subdirectories are composed of a directory for each hash algorithm, the children of which will contain the actual content.

0 commit comments

Comments
 (0)