mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-03 22:44:24 +01:00
packaging: Take toolchain version when using the td-shim builder image
As the toolchain is installed in the image itself, we *must* take the toolchain into consideration when deciding whether to use a cached image or building a new one. Fixes: #6033 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -216,7 +216,7 @@ get_shim_v2_image_name() {
|
||||
|
||||
get_td_shim_image_name() {
|
||||
td_shim_script_dir="${this_script_dir}/../static-build/td-shim"
|
||||
echo "${CC_BUILDER_REGISTRY}:td-shim-$(get_last_modification ${td_shim_script_dir})-$(uname -m)"
|
||||
echo "${CC_BUILDER_REGISTRY}:td-shim-$(get_from_kata_deps "externals.td-shim.toolchain")-$(get_last_modification ${td_shim_script_dir})-$(uname -m)"
|
||||
}
|
||||
|
||||
get_virtiofsd_image_name() {
|
||||
|
||||
Reference in New Issue
Block a user