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

chore(deps): upgrade BuildKit to v0.13 / Moby to v26 #11583

Closed
wants to merge 1 commit into from

Conversation

@milas milas added the dependencies Pull requests that update a dependency file label Mar 6, 2024
@milas milas requested review from tonistiigi, crazy-max and a team March 6, 2024 20:15
@milas milas self-assigned this Mar 6, 2024
@milas milas requested review from ndeloof, glours and jhrotko and removed request for a team March 6, 2024 20:15
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

Attention: Patch coverage is 30.00000% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 58.15%. Comparing base (4efb897) to head (c82ab38).

Files Patch % Lines
pkg/api/dryrunclient.go 0.00% 6 Missing ⚠️
pkg/compose/push.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11583      +/-   ##
==========================================
- Coverage   58.20%   58.15%   -0.06%     
==========================================
  Files         135      135              
  Lines       11611    11611              
==========================================
- Hits         6758     6752       -6     
- Misses       4182     4186       +4     
- Partials      671      673       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@milas milas force-pushed the bk0.13 branch 4 times, most recently from 29bcfc3 to 8c97eb2 Compare March 8, 2024 21:19
Additionally update some workflows in CI to add Moby
v26 RC2 to the matrix and upgrade the various Docker
actions.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
-
name: Build
uses: docker/bake-action@v2
uses: docker/bake-action@v4
Copy link
Member

Choose a reason for hiding this comment

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

be careful, since v3 provenance is enabled by default and will therefore upload a provenance.json in GitHub Release. Add an extra step after this one to make sure of it:

-
   name: List artifacts
   run: |
     tree -nh ./bin/release

If that's the case you can either set provenance: false or handle it like we do in buildx repo.

@vvoland
Copy link
Contributor

vvoland commented Mar 21, 2024

Can be updated to v26.0.0 - https://github.com/moby/moby/releases/tag/v26.0.0

@ndeloof ndeloof mentioned this pull request Mar 22, 2024
@ndeloof
Copy link
Contributor

ndeloof commented Mar 22, 2024

bumped to v26 in #11652

@ndeloof ndeloof closed this Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants