mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 17:18:11 +00:00
It's possible for the Status field of runc.ExitError to be set to -1, in which case conversion to uint32 results in the error message to say that the container exited with code 4294967295 (2^32-1). Signed-off-by: Erik Sipsma <erik@sipsma.dev>