DamnVulnerableMicroServices icon indicating copy to clipboard operation
DamnVulnerableMicroServices copied to clipboard

build [mongo] failed:No resources found

Open jpgong opened this issue 2 years ago • 1 comments

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

image

image

jpgong avatar Nov 24 '22 14:11 jpgong

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

skylight74 avatar Dec 31 '22 13:12 skylight74