Files
buildx/commands
Tonis Tiigi e1d77f39e1 commands: filter noisy fsverity support warning
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>
2026-07-22 15:37:44 -07:00
..
2026-07-21 11:25:55 +02:00
2026-03-23 10:43:27 -05:00
2025-05-13 20:44:57 +02:00