kubernetes-up-and-running / kuard

Demo app for Kubernetes Up and Running book
Apache License 2.0
1.56k stars 535 forks source link

make build gives repository lowercase error #23

Closed drgrib closed 5 years ago

drgrib commented 5 years ago

Just cloned a clean repository and when I run

make build

I get

container: kuard-build
docker: invalid reference format: repository name must be lowercase.
See 'docker run --help'.
make: *** [.kuard-build-container] Error 125
jbeda commented 5 years ago

This is very very strange!

There might be something strange in your environment that is overriding some of the defaults.

Can you run make VERBOSE=1 build and include the output?

jbeda commented 5 years ago

I just rewrote the Makefile pretty extensively. If you have time to try this again, let me know and we can debug if you are still having issues.