Skip to content

Commit b73f1a3

Browse files
authored
Merge pull request opencontainers#334 from coolljt0725/image_config
Use 'Image config JSON' instead of `Container config JSON`
2 parents e15b9c0 + 5581a86 commit b73f1a3

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)