Skip to content

Conversation

@hsw0
Copy link
Owner

@hsw0 hsw0 commented Oct 7, 2025

Seems to fixed this bug - moby/buildkit#6263

buildx failed with: ERROR: failed to build: failed to solve: failed to load ref: missing descriptor handlers for lazy blobs [sha256:...]

```
buildx failed with: ERROR: failed to build: failed to solve: failed to load ref: missing descriptor handlers for lazy blobs [sha256:...]
```
@hsw0 hsw0 requested a review from Copilot October 7, 2025 10:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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
Copy link

Copilot AI Oct 7, 2025

Choose a reason for hiding this comment

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

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

Copilot uses AI. Check for mistakes.
@hsw0 hsw0 merged commit e66e0c5 into master Oct 7, 2025
@hsw0 hsw0 deleted the feature/ci branch October 7, 2025 10: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.

2 participants