My dockerfile points to a private nexus repository
FROM nexus-repo/image:latest
when i try and build i get aCould not build image: received unexpected HTTP status: 503 Service Unavailable
I am logged in beforehand, and running docker pull nexus-repo/image:latest
works okay. What could be the cause of this problem?