Skip to content

Comments

vendor: update buildkit to v0.28-dev-9836771d0c5b#3649

Merged
crazy-max merged 2 commits intodocker:masterfrom
tonistiigi:update-buildkit-dev
Feb 12, 2026
Merged

vendor: update buildkit to v0.28-dev-9836771d0c5b#3649
crazy-max merged 2 commits intodocker:masterfrom
tonistiigi:update-buildkit-dev

Conversation

@tonistiigi
Copy link
Member

Brings in updates for:

  • new toml library
  • attestation fetch via sourcemetaresolver

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Seems marshalling the typed struct causes empty fields
e.g. gcpolicy = [] that (old versions of?) BuildKit do no allow.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
if regCAs := regConf.RootCAs; len(regCAs) > 0 {
cas := make([]string, 0, len(regCAs))
for _, ca := range regCAs {
fp := path.Join(pfx, filepath.Base(ca))
Copy link
Member Author

Choose a reason for hiding this comment

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

@crazy-max Looks like this was always broken for windows?

Copy link
Member

@crazy-max crazy-max Feb 12, 2026

Choose a reason for hiding this comment

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

Ah yeah indeed should have used filepath.

@crazy-max crazy-max merged commit 53882ae into docker:master Feb 12, 2026
225 of 226 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants