Error response from daemon: pull access denied for presidio/presidio-golang-deps, repository does not exist or may require 'docker login'
Makefile:31: recipe for target 'docker-build-deps' failed
make: [docker-build-deps] Error 1 (ignored)
docker pull presidio/presidio-python-deps:'latest'
Error response from daemon: pull access denied for presidio/presidio-python-deps, repository does not exist or may require 'docker login'
Makefile:31: recipe for target 'docker-build-deps' failed
make: [docker-build-deps] Error 1 (ignored)
docker build -t presidio/presidio-golang-deps:'latest' -f Dockerfile.golang.deps .
Note that this error doesn't mean the process won't run to completion. The make file works even without a defined container registry. During the build process, and error will be written but the build would succeed and the error could be ignored.
Specifically, this error message appears:
Note that this error doesn't mean the process won't run to completion. The make file works even without a defined container registry. During the build process, and error will be written but the build would succeed and the error could be ignored.