mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-02-21 22:34:29 +00:00
HashMap cannot guarantee the order. The command line is always changed. This commit change kv of get_agent_kernel_params to BTreeMap to make sure the command line is not changed. Fixes: #10977 Signed-off-by: Hui Zhu <teawater@antgroup.com>