mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 21:09:31 +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}-proxy"
|
||||||
pattern+="|${project}-runtime"
|
pattern+="|${project}-runtime"
|
||||||
pattern+="|${project}-shim"
|
pattern+="|${project}-shim"
|
||||||
|
pattern+="|${project}-containers-image"
|
||||||
done
|
done
|
||||||
|
|
||||||
# assets
|
# assets
|
||||||
pattern+="|clear-containers-image"
|
|
||||||
pattern+="|linux-container"
|
pattern+="|linux-container"
|
||||||
|
|
||||||
# optimised hypervisor
|
# optimised hypervisor
|
||||||
|
Reference in New Issue
Block a user