mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #6481 from zmerlynn/fix_docker_build
Fix cluster up failures by cleaning docker build dirs (sigh)
This commit is contained in:
commit
ecee4b16a1
@ -620,7 +620,8 @@ function kube::release::create_docker_images_for_server() {
|
||||
docker build -q -t "${docker_image_tag}" ${docker_build_path} >/dev/null
|
||||
docker save ${docker_image_tag} > ${1}/${binary_name}.tar
|
||||
echo $md5_sum > ${1}/${binary_name}.docker_tag
|
||||
rm ${docker_file_path}
|
||||
|
||||
rm -rf ${docker_build_path}
|
||||
) &
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user