Replies: 1 comment
-
|
Your example is a Dockerfile, not a bake file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, if I have:
Will the bake command first build
baseand then proceed to buildbuild1andbuild2in parallel?Or will it build both
build1andbuild2in parallel, effectively executingbasetwice?It appears to be doing the latter from the logs, but I wonder if it's just how logs are presented. And, perhaps, under the hood, is just one build happening for
base?Beta Was this translation helpful? Give feedback.
All reactions