We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ef0b1 commit e7ba619Copy full SHA for e7ba619
img/media-types.dot
@@ -4,7 +4,6 @@ digraph G {
4
manifest [shape=note, label="Image manifest\napplication/vnd.oci.image.manifest.v1+json"]
5
config [shape=note, label="Image JSON\napplication/vnd.oci.image.config.v1+json"]
6
layer [shape=note, label="Layer tar+gzip\napplication/vnd.oci.image.layer.tar+gzip"]
7
- combined [shape=note, label="Combined image JSON and filesystem changesets\n<<optional>>\napplication/vnd.oci.image.serialization.combined.v1+json"]
8
}
9
10
manifestList -> manifest [label="1..*"]
0 commit comments