mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 16:27:52 +00:00
Merge pull request #9722 from zvonkok/busybox-build
deploy: Add busybox target
This commit is contained in:
@@ -186,6 +186,11 @@ get_ovmf_image_name() {
|
||||
echo "${BUILDER_REGISTRY}:ovmf-$(get_last_modification ${ovmf_script_dir})-$(uname -m)"
|
||||
}
|
||||
|
||||
get_busybox_image_name() {
|
||||
busybox_script_dir="${repo_root_dir}/tools/packaging/static-build/busybox"
|
||||
echo "${BUILDER_REGISTRY}:busybox-$(get_last_modification "${busybox_script_dir}")-$(uname -m)"
|
||||
}
|
||||
|
||||
get_virtiofsd_image_name() {
|
||||
ARCH=${ARCH:-$(uname -m)}
|
||||
case ${ARCH} in
|
||||
|
Reference in New Issue
Block a user