-
Notifications
You must be signed in to change notification settings - Fork 616
build: multi-node build support #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
We should add a TODO for cross repo. In manifest cli, it's implemented here https://github.com/docker/cli/blob/1fd2d66/cli/command/manifest/push.go#L120 Because that was missing I need to first push all the blobs to the same repo, which made me discover the following bug: I expected the last inspect to be the same as the create dry-run. |
It already errors with proper message https://github.com/tonistiigi/buildx/pull/37/files#diff-033177668af833b9d683c8f2593121deR79 |
|
Indeed i was on the wrong commit 🤦♂️ |
Signed-off-by: Tonis Tiigi <[email protected]>
Signed-off-by: Tonis Tiigi <[email protected]>
Signed-off-by: Tonis Tiigi <[email protected]>
Signed-off-by: Tonis Tiigi <[email protected]>
Signed-off-by: Tonis Tiigi <[email protected]>
Signed-off-by: Tonis Tiigi <[email protected]>
536be6c to
e7eac2b
Compare
based on #35
Automatically split a build to chunks based on platform if needed, distribute between nodes and merge back to a manifest list when all nodes have completed.