mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
scripts: Make collect script consider other runtimes
Look for other runtime packages (Clear Containers and `runv`-based) in data collection script. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
adf7b536cb
commit
a363ed8b6e
@ -261,8 +261,11 @@ show_package_versions()
|
||||
local pattern="("
|
||||
local project
|
||||
|
||||
# CC 2.x runtime. This shouldn't be installed but let's check anyway
|
||||
# CC 2.x, 3.0 and runv runtimes. They shouldn't be installed but let's
|
||||
# check anyway.
|
||||
pattern+="cc-oci-runtime"
|
||||
pattern+="cc-runtime"
|
||||
pattern+="runv"
|
||||
|
||||
# core components
|
||||
for project in @PROJECT_TYPE@
|
||||
|
Loading…
Reference in New Issue
Block a user