mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 12:59:36 +00:00
scripts: Collect script should consider Kata images only
Fix bug where collect script was looking for Clear Containers images rather than Kata Containers ones. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -273,10 +273,10 @@ show_package_versions()
|
||||
pattern+="|${project}-proxy"
|
||||
pattern+="|${project}-runtime"
|
||||
pattern+="|${project}-shim"
|
||||
pattern+="|${project}-containers-image"
|
||||
done
|
||||
|
||||
# assets
|
||||
pattern+="|clear-containers-image"
|
||||
pattern+="|linux-container"
|
||||
|
||||
# optimised hypervisor
|
||||
|
Reference in New Issue
Block a user