Skip to content

Update buildkit v0.27.1#57

Merged
jglogan merged 2 commits into
apple:mainfrom
Ninja3047:update-buildkit-v0.26.2
Feb 4, 2026
Merged

Update buildkit v0.27.1#57
jglogan merged 2 commits into
apple:mainfrom
Ninja3047:update-buildkit-v0.26.2

Conversation

@Ninja3047

@Ninja3047 Ninja3047 commented Dec 2, 2025

Copy link
Copy Markdown
Contributor
  • Bump buildkit to v0.27.1
  • Minor api usage updates for buildkit v0.27.1
  • Bump go version to 1.24 (required by buildkit)

Closes: apple/container#202

@Ninja3047

Copy link
Copy Markdown
Contributor Author

I split the changes so the first commit is only the required changes and the second commit should be derivable from the first commit (since it bumps a bunch of the vendored packages)

Comment thread go.mod
golang.org/x/sync v0.14.0
google.golang.org/grpc v1.72.2
google.golang.org/protobuf v1.36.6
github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Curious why this is a direct dep now?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

not exactly sure why it wasn't there before but it's used in this package

"github.com/tonistiigi/go-csvvalue"

i'm guessing it might be due to updating go?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

oh i think it's cause i ran go mod tidy

@dcantah

dcantah commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

Sorry for the delay here, this looks good to me besides the one question

@Ninja3047
Ninja3047 force-pushed the update-buildkit-v0.26.2 branch 2 times, most recently from c51fe98 to 0ee7988 Compare February 4, 2026 15:42
@Ninja3047 Ninja3047 changed the title Update buildkit v0.26.2 Update buildkit v0.27.1 Feb 4, 2026
@Ninja3047

Copy link
Copy Markdown
Contributor Author

Updated again for v0.27.1

Commands I ran to get the second commit

$ rm -rf vendor/
$ go mod tidy
$ go mod vendor

@jglogan

jglogan commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

@Ninja3047 Thank you for the contribution, but the maintainer team will take care of

Commands I ran to get the second commit

Thanks! That helps a lot - I applied your non-vendor changes to my tree and got the same result from the steps.

@jglogan

jglogan commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

@Ninja3047 we can't merge this until you configure commit signing and sign the commits.

See https://github.com/apple/containerization/blob/main/CONTRIBUTING.md#pull-requests for details.

@Ninja3047
Ninja3047 force-pushed the update-buildkit-v0.26.2 branch from 0ee7988 to 0ff8e74 Compare February 4, 2026 18:54
@Ninja3047

Copy link
Copy Markdown
Contributor Author

@Ninja3047 we can't merge this until you configure commit signing and sign the commits.

See https://github.com/apple/containerization/blob/main/CONTRIBUTING.md#pull-requests for details.

Whoops, should be good now

@jglogan
jglogan merged commit 9800acf into apple:main Feb 4, 2026
2 checks passed
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.

[Request]: Add support for COPY --parents

3 participants