Skip to content
Snippets Groups Projects
Commit f75527f2 authored by Simon McVittie's avatar Simon McVittie
Browse files

Add compatmanager_layer_name to toolmanifest.vdf

parent e45c251e
No related branches found
No related tags found
No related merge requests found
......@@ -1233,8 +1233,14 @@ class Main:
use_tool_subprocess_reaper='1',
)
) # type: Dict[str, Any]
if runtime.suite != 'scout':
content['manifest']['unlisted'] = '1'
content['manifest']['compatmanager_layer_name'] = (
'container-runtime'
)
vdf.dump(content, writer, pretty=True, escaped=True)
shutil.copy2(
......
......@@ -2,5 +2,6 @@
{
"version" "2"
"commandline" "/scout-on-soldier-entry-point-v2 --"
"compatmanager_layer_name" "scout-in-container"
"require_tool_appid" "1391110"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment