File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -303,21 +303,21 @@ localkube-image: out/localkube
303
303
# TODO(aprindle) make addons placed into container configurable
304
304
docker build -t $(REGISTRY ) /localkube-image:$(TAG ) -f deploy/docker/Dockerfile .
305
305
@echo " "
306
- @echo " ${REGISTRY} /localkube-image:$( TAG) succesfully built"
306
+ @echo " ${REGISTRY} /localkube-image:$( TAG) successfully built"
307
307
@echo " See https://github.com/kubernetes/minikube/tree/master/deploy/docker for instructions on how to run image"
308
308
309
309
localkube-dind-image : out/localkube
310
310
# TODO(aprindle) make addons placed into container configurable
311
311
docker build -t $(REGISTRY ) /localkube-dind-image:$(TAG ) -f deploy/docker/localkube-dind/Dockerfile .
312
312
@echo " "
313
- @echo " ${REGISTRY} /localkube-dind-image:$( TAG) succesfully built"
313
+ @echo " ${REGISTRY} /localkube-dind-image:$( TAG) successfully built"
314
314
@echo " See https://github.com/kubernetes/minikube/tree/master/deploy/docker for instructions on how to run image"
315
315
316
316
localkube-dind-image-devshell : out/localkube
317
317
# TODO(aprindle) make addons placed into container configurable
318
318
docker build -t $(REGISTRY ) /localkube-dind-image-devshell:$(TAG ) -f deploy/docker/localkube-dind/Dockerfile .
319
319
@echo " "
320
- @echo " ${REGISTRY} /localkube-dind-image-devshell:$( TAG) succesfully built"
320
+ @echo " ${REGISTRY} /localkube-dind-image-devshell:$( TAG) successfully built"
321
321
@echo " See https://github.com/kubernetes/minikube/tree/master/deploy/docker for instructions on how to run image"
322
322
323
323
buildroot-image : $(ISO_BUILD_IMAGE ) # convenient alias to build the docker container
You can’t perform that action at this time.
0 commit comments