lagom / online-auction-java

Other
129 stars 109 forks source link

Point at the local registry #195

Closed idlewis closed 6 years ago

idlewis commented 6 years ago

The "rp generate-kubernetes-resources" commands all fail as currently written as they try to go to docker hub

lightbend-cla-validator commented 6 years ago

Hi @idlewis,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

http://www.lightbend.com/contribute/cla

TimMoore commented 6 years ago

It should be pointed at the registry running in Minikube. Did you run eval $(minikube docker-env) in the same shell?

idlewis commented 6 years ago

Ah, I am not using minikube, that would probably explain it