Skip to content

Commit

Permalink
Prescribed example artifact should be in layers
Browse files Browse the repository at this point in the history
Signed-off-by: Bracken Dawson <[email protected]>
  • Loading branch information
brackendawson committed Feb 13, 2023
1 parent 1e32c35 commit b3e1281
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,21 +117,21 @@ Unlike the [image index](image-index.md), which contains information about a set
}
```

*Example showing an artifact referenced by an image manifest:*
*Example showing an artifact blob referenced by an image manifest:*
```json,title=Manifest&mediatype=application/vnd.oci.image.manifest.v1%2Bjson
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "image/gif",
"size": 3540101,
"digest": "sha256:725c49c527a83669901d00392768df9f653b1964a056c54232bc4c93003ddb48"
},
"size": 2,
"digest": "sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a"
},
"layers": [
{
"mediaType": "application/octet-stream",
"size": 0,
"digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
"mediaType": "image/gif",
"size": 3540101,
"digest": "sha256:725c49c527a83669901d00392768df9f653b1964a056c54232bc4c93003ddb48"
}
],
"subject": {
Expand Down

0 comments on commit b3e1281

Please sign in to comment.