mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
tests: Remove hardcoded 'runc' reference
Replace it with docker_build_runtime which serves a similar purpose Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
c574ec0528
commit
cd46d09e0c
@ -635,7 +635,7 @@ test_dracut()
|
||||
|
||||
typeset -a dockerRunArgs=(\
|
||||
--rm \
|
||||
--runtime=runc \
|
||||
--runtime="${docker_build_runtime}" \
|
||||
-v "${images_dir}:${images_dir}" \
|
||||
-v "${script_dir}/..":"${tmp_dir}" \
|
||||
-v "${tmp_rootfs}:${tmp_rootfs}" \
|
||||
|
Loading…
Reference in New Issue
Block a user