You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under coold's `systemd-run` sandbox, `buildah images` intermittently
exits non-zero with
Error: remount /var/lib/containers/storage/overlay,
flags: 0x40000: invalid argument
…even though it has already written the correct sha256: digest to
stdout. The failure happens on storage shutdown, after the image has
been committed by `bud`. Tolerate this: parse stdout for a valid
sha256:... digest even when exit != 0, and only surface an error when
stdout is missing / malformed. A warning is logged so the condition
stays visible.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments