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
I'm trying to generate the dependency graph (DAG) from a Dockerfile using the Dockerfile2LLB function. However, the state this function returns contains limited information about the operations, it doesn't contain the information about which operation depends on which operations. How can I generate that information in a JSON format from the Dockerfile? (i.e. RunOp -> FileOp -> SourceOp)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to generate the dependency graph (DAG) from a Dockerfile using the
Dockerfile2LLB
function. However, the state this function returns contains limited information about the operations, it doesn't contain the information about which operation depends on which operations. How can I generate that information in a JSON format from the Dockerfile? (i.e. RunOp -> FileOp -> SourceOp)I'm trying the example mentioned in the following file: https://github.com/moby/buildkit/blob/master/examples/dockerfile2llb/main.go
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions