You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diagrams are awesome. My attempt at drawing OCI image structure hit the bug that it is impossible to set node order in mermaid mermaid-js/mermaid#3253 Otherwise it looks like this.
flowchart LR
subgraph image.tar
direction LR
subgraph /
direction LR
OL["fa:fa-file oci-layout"]
OX["fa:fa-file index.json"]
BL["blobs/"]
end
sha256/358...
BL --> sha256/358...
BL --> sha256/4b0...
BL --> sha256/796...
end
We've got some pictures in the img directory. The current method for building with code uses the dot file. There's a makefile entry for applying these.
Diagrams are awesome. My attempt at drawing OCI image structure hit the bug that it is impossible to set node order in mermaid mermaid-js/mermaid#3253 Otherwise it looks like this.
mermaid.live for enhancements.
The text was updated successfully, but these errors were encountered: