Skip to content

Commit 0d716fd

Browse files
Use 'Image config JSON' instead of Container config JSON
config.md is describe the image config json, it's not container config JSON. Signed-off-by: Lei Jitang <[email protected]>
1 parent d218bd4 commit 0d716fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The following media types identify the formats described here and their referenc
55
- `application/vnd.oci.descriptor.v1+json`: [Content Descriptor](descriptor.md)
66
- `application/vnd.oci.image.manifest.list.v1+json`: [Manifest list](manifest.md#manifest-list)
77
- `application/vnd.oci.image.manifest.v1+json`: [Image manifest format](manifest.md#image-manifest)
8-
- `application/vnd.oci.image.config.v1+json`: [Container config JSON](config.md)
8+
- `application/vnd.oci.image.config.v1+json`: [Image config JSON](config.md)
99
- `application/vnd.oci.image.layer.tar+gzip`: ["Layer", as a gzipped tar archive](layer.md)
1010
- `application/vnd.oci.image.layer.nondistributable.tar+gzip`: ["Layer", as a gzipped tar that has distribution restrictions](layer.md#non-distributable-layers)
1111

0 commit comments

Comments
 (0)