DamnVulnerableMicroServices
DamnVulnerableMicroServices copied to clipboard
build [mongo] failed:No resources found
Hello, I encountered an error "build [mongo] failed: exit status 1. Docker build ran into internal error. Please retry" when I execute the command “skaffold dev”.
I use minikube to build k8s environment.
Can you describe how to address this error?
Thanks
Well I needed to do some research apparently the keyserver that is used for the mongodb. in that image. the maintainer for the repo needs to change or you can get to the dockerfile inside of the src/mongo and replace the keyserver with keyserver.ubuntu.com . it worked for me. :D