mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
build: fix golang pull message
This commit is contained in:
parent
6452b0fe97
commit
d5e7ddb428
@ -225,7 +225,7 @@ function kube::build::build_image_built() {
|
||||
function kube::build::ensure_golang() {
|
||||
kube::build::docker_image_exists golang 1.3 || {
|
||||
[[ ${KUBE_SKIP_CONFIRMATIONS} =~ ^[yY]$ ]] || {
|
||||
echo "You don't have a local copy of the golang:cross docker image. This image is 1.8GB."
|
||||
echo "You don't have a local copy of the golang docker image. This image is 450GB."
|
||||
read -p "Download it now? [y/n] " -n 1 -r
|
||||
echo
|
||||
[[ $REPLY =~ ^[yY]$ ]] || {
|
||||
|
Loading…
Reference in New Issue
Block a user