mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-28 20:15:51 +00:00
Merge pull request #515 from nitkon/patch-3
build_image: Install yq before get_from_kata_deps
This commit is contained in:
@@ -111,6 +111,8 @@ main() {
|
||||
# Agent version
|
||||
[ -n "${agent_version}" ] || agent_version="${kata_version}"
|
||||
|
||||
install_yq
|
||||
|
||||
#image information
|
||||
img_distro=$(get_from_kata_deps "assets.image.architecture.${arch_target}.name" "${kata_version}")
|
||||
#In old branches this is not defined, use a default
|
||||
|
Reference in New Issue
Block a user