mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-12 09:46:25 +08:00
1f25724a96
In the runc state JSON we always use snake_case. This is a no-op change, but it will cause any existing container state files to be incorrectly parsed. Luckily, commitfbf183c6f8("Add uid and gid mappings to mounts") has never been in a runc release so we can change this before a 1.2.z release. Fixes:fbf183c6f8("Add uid and gid mappings to mounts") Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>