mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 22:39:01 +00:00
cli: use new prefixless config options in tools scripts
Update all tools/packaging scripts to prefer the new options over the old ones (e.g. `--config` instead of `--kata-config`). Signed-off-by: Daniel Knittl-Frank <knittl89+git@googlemail.com>
This commit is contained in:
@@ -81,7 +81,7 @@ configure_docker()
|
||||
--arg config "$config" \
|
||||
--arg runtime "$runtime" \
|
||||
--arg runtime_path "$runtime_path" \
|
||||
'.runtimes[$runtime] = {path: $runtime_path, "runtimeArgs": ["--kata-config", $config]}')
|
||||
'.runtimes[$runtime] = {path: $runtime_path, "runtimeArgs": ["--config", $config]}')
|
||||
|
||||
echo "$result" > "$docker_config_file"
|
||||
done
|
||||
|
Reference in New Issue
Block a user