Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions image-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Those tags will often be represented in an image-layout repository with matching

### Example Ref

This is an example `v1.0` ref with a manifest-list descriptor:

```
$ cat ./refs/v1.0 | jq
{
Expand All @@ -78,8 +80,6 @@ $ cat ./refs/v1.0 | jq
}
```

This illustrates the expected contents of a given ref, the manifest list it points to and the blobs the manifest references.

## Blobs

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