ci: Use buildkit nightly#12
Merged
Merged
Conversation
``` buildx failed with: ERROR: failed to build: failed to solve: failed to load ref: missing descriptor handlers for lazy blobs [sha256:...] ```
There was a problem hiding this comment.
Pull Request Overview
This PR updates the GitHub Actions CI workflow to use a nightly version of buildkit to resolve a build failure related to missing descriptor handlers for lazy blobs.
- Updates buildkit image from v0.25.0 to nightly build
- Adds explanatory comments referencing the specific commit that fixes the issue
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 | ||
| with: | ||
| # nightly: @see https://github.com/moby/buildkit/commit/fe65d5ff62506d0bccdcc4641fad1920903fcf55 | ||
| # > remotecache: fix inline cache used with multiple exporters |
There was a problem hiding this comment.
Corrected spelling of 'remotecache' to 'remote cache'.
Suggested change
| # > remotecache: fix inline cache used with multiple exporters | |
| # > remote cache: fix inline cache used with multiple exporters |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seems to fixed this bug - moby/buildkit#6263