Commit 2e7b6d94 authored by Tim Hockin's avatar Tim Hockin

Merge pull request #8955 from dchen1107/cleanup

Remove useless master component images after saving image as tar file.
parents d0daabb3 21ade7a5
...@@ -631,6 +631,9 @@ function kube::release::create_docker_images_for_server() { ...@@ -631,6 +631,9 @@ function kube::release::create_docker_images_for_server() {
echo $md5_sum > ${1}/${binary_name}.docker_tag echo $md5_sum > ${1}/${binary_name}.docker_tag
rm -rf ${docker_build_path} rm -rf ${docker_build_path}
kube::log::status "Deleting docker image ${docker_image_tag}"
"${DOCKER[@]}" rmi ${docker_image_tag}
) & ) &
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment