Skip to content

Commit

Permalink
image-layout: Fix 'mediatype' -> 'mediaType' in ref payload
Browse files Browse the repository at this point in the history
To match the descriptor property, fixing a typo from 9bb56d8
(image-layout: add an initial image layout spec, 2016-05-26, opencontainers#94),
although that was developed in parallel with the descriptor spec.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Nov 3, 2016
1 parent a4606de commit e548c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This illustrates the expected contents of a given ref, the manifest list it poin

```
$ cat ./refs/v1.0
{"size": 4096, "digest": "sha256:e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f", "mediatype": "application/vnd.oci.image.manifest.list.v1+json"}
{"size": 4096, "digest": "sha256:e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f", "mediaType": "application/vnd.oci.image.manifest.list.v1+json"}
```
```
$ cat ./blobs/sha256/e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f
Expand Down

0 comments on commit e548c83

Please sign in to comment.