make images failes with build_args incorrectly populated #820
Labels
area/internal
bugs related to kaniko development workflow
good first issue
Good for newcomers
priority/p0
Highest priority. Break user flow. We are actively looking at delivering it.
Actual behavior
make images
docker build '' -t gcr.io/kaniko-project/executor:latest -f deploy/Dockerfile .
"docker build" requires exactly 1 argument.
See 'docker build --help'.
Usage: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
Makefile:59: recipe for target 'images' failed
make: *** [images] Error 1
travis_time:end:28e7a5e0:start=1571237555923107306,finish=1571237556202595257,duration=279487951,event=script
�[0K�[31;1mThe command "make images" exited with 2.�[0m
Expected behavior
docker build command should not include anything if $BUILD_ARGS is empty
To Reproduce
run make images from master
Additional Information
Easily fixed by remove '' from BUILD_ARGS ?=
The text was updated successfully, but these errors were encountered: