Skip to content

vendor: update buildkit to v0.32.0-rc1#3968

Merged
tonistiigi merged 3 commits into
docker:masterfrom
tonistiigi:vendor-buildkit-v0.32.0-rc1
Jul 22, 2026
Merged

vendor: update buildkit to v0.32.0-rc1#3968
tonistiigi merged 3 commits into
docker:masterfrom
tonistiigi:vendor-buildkit-v0.32.0-rc1

Conversation

@tonistiigi

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
containerd v2 (vendored via buildkit v0.32.0-rc1) now logs a warning
when opening a local content store on a filesystem without fsverity
support, which it probes by trying to enable verity on a temp file.
This fails on overlayfs, tmpfs, and similar filesystems common in
container and CI environments, so every imagetools oci-layout inspect
or create emitted an alarming but non-actionable warning.

Add the message to the existing logutil filter (extended to Warn level)
so it is kept out of user output, matching how other containerd/buildkit
log noise is already suppressed.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@tonistiigi
tonistiigi force-pushed the vendor-buildkit-v0.32.0-rc1 branch from 1217d96 to 9869706 Compare July 22, 2026 22:48
@tonistiigi
tonistiigi requested a review from thaJeztah July 22, 2026 23:14

@thaJeztah thaJeztah left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

WORKDIR /src
ARG GOLANGCI_LINT_VERSION
ADD https://github.com/golangci/golangci-lint.git#${GOLANGCI_LINT_VERSION} .
ADD --keep-git-dir=true https://github.com/golangci/golangci-lint.git#${GOLANGCI_LINT_VERSION} .

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

we should probably update as well (in a follow up) to make sure it's compatible

@tonistiigi
tonistiigi merged commit 4e15a5a into docker:master Jul 22, 2026
160 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