mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 13:58:55 +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:
@@ -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@
|
||||
|
Reference in New Issue
Block a user