Skip to content

Commit 0c624cb

Browse files
author
xiekeyang
committed
set paragraph to massive description
Signed-off-by: xiekeyang <[email protected]>
1 parent 756744a commit 0c624cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

image-layout.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,14 @@ afff3924849e458c5ef237db5f89539274d5e609db5db935ed3959c90f1f2d51 ./blobs/sha256/
4444
```
4545

4646
Object names in the `refs` subdirectories MUST NOT include characters outside of the set of "A" to "Z", "a" to "z", "0" to "9", the hyphen `-`, the dot `.`, and the underscore `_`.
47+
4748
Object names in the `blobs` subdirectories are composed of a directory for each hash algorithm, the children of which will contain the actual content.
4849
A blob, referenced with digest `<alg>:<hex>` (per [descriptor](descriptor.md#digests-and-verification)), MUST have its content stored in a file under `blobs/<alg>/<hex>`.
4950
The character set of the entry name for `<hex>` and `<alg>` MUST match the respective grammar elements described in [descriptor](descriptor.md#digests-and-verification).
5051
For example `sha256:5b` will map to the layout `blobs/sha256/5b`.
52+
5153
The blobs directory MAY contain blobs which are not referenced by any of the refs.
54+
5255
The blobs directory MAY be missing referenced blobs, in which case the missing blobs SHOULD be fulfilled by an external blob store.
5356

5457
No semantic restriction is given for object names in the `refs` subdirectory.

0 commit comments

Comments
 (0)