Skip to content
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

fix builkit progressui integration #10535

Merged
merged 1 commit into from May 8, 2023
Merged

fix builkit progressui integration #10535

merged 1 commit into from May 8, 2023

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented May 5, 2023

What I did
share progressui for all images being built, isolate concurrent image builds using buildx.WithPrefix

this is a simpler alternative to #10531, which we could include in a patch release

Related issue
fix #10528

(not mandatory) A picture of a cute animal, if possible in relation to what you did

@ndeloof ndeloof requested review from a team, nicksieger, StefanScherer, ulyssessouza, glours, milas and laurazard and removed request for a team May 5, 2023 12:33
@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Patch coverage: 55.55% and project coverage change: +0.01 🎉

Comparison is base (5fdcaa0) 59.77% compared to head (f281e88) 59.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2   #10535      +/-   ##
==========================================
+ Coverage   59.77%   59.79%   +0.01%     
==========================================
  Files         107      107              
  Lines        9291     9294       +3     
==========================================
+ Hits         5554     5557       +3     
+ Misses       3169     3168       -1     
- Partials      568      569       +1     
Impacted Files Coverage Δ
pkg/compose/build_buildkit.go 26.53% <8.69%> (-9.41%) ⬇️
pkg/compose/build.go 76.63% <77.55%> (-0.23%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ndeloof ndeloof force-pushed the build_fix branch 3 times, most recently from 90eaedd to 8546b0a Compare May 5, 2023 15:30
Copy link
Contributor

@milas milas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me with the proposed change 🤪

pkg/compose/build.go Outdated Show resolved Hide resolved
@ndeloof ndeloof force-pushed the build_fix branch 2 times, most recently from 1f89aa1 to c4d5892 Compare May 5, 2023 20:22
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Copy link
Contributor

@milas milas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@milas milas merged commit 67455e9 into docker:v2 May 8, 2023
23 of 24 checks passed
@ndeloof ndeloof deleted the build_fix branch December 20, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] build output is broken
2 participants