Skip to content

Commit

Permalink
Add mediaType fields into example manifest & image index JSON references
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <brownxmi@amazon.com>
  • Loading branch information
michaelb990 committed Mar 3, 2022
1 parent 1f308fd commit d6ce48a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions image-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ When the variant of the CPU is not listed in the table, values are implementatio
```json,title=Image%20Index&mediatype=application/vnd.oci.image.index.v1%2Bjson
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.index.v1+json",
"manifests": [
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
Expand Down
1 change: 1 addition & 0 deletions manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Unlike the [image index](image-index.md), which contains information about a set
```json,title=Manifest&mediatype=application/vnd.oci.image.manifest.v1%2Bjson

This comment has been minimized.

Copy link
@salahabdo2

salahabdo2 Apr 25, 2022

manifest.md

{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"config": {
"mediaType": "application/vnd.oci.image.config.v1+json",
"size": 7023,
Expand Down

1 comment on commit d6ce48a

@salahabdo2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[WWW.YEN.COM]()

Please sign in to comment.