Skip to content

Commit a9ca937

Browse files
Update img/media-types.dot
Co-authored-by: Brandon Mitchell <git@bmitch.net> Signed-off-by: Sajay Antony <1821104+sajayantony@users.noreply.github.com>
1 parent 6a68100 commit a9ca937

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

img/media-types.dot

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ digraph G {
1414
imageIndex -> manifest [label="1..*"]
1515
manifest -> config [label="1..1"]
1616
manifest -> layer [label="1..*"]
17-
artifact -> manifest [label="1..1"] [constraint = false];
17+
artifact -> manifest [label="0..1"] [constraint = false];
18+
artifact -> artifact [label="0..1"];
19+
manifest -> manifest [label="0..1"];
1820
artifact -> imageIndex [label="1..1"]
1921
artifact -> layer[label="1..*"]
2022
}

0 commit comments

Comments
 (0)