Answer the question
In order to leave comments, you need to log in
Problem with authorization in Docker registry?
Good afternoon. There is a register, on the client machine there is a certificate
/etc/docker/certs.d/docker.companyname/ca.crt
there is a Dockerfile indicating to use this image:
FROM docker.companyname/app-dev:latest
If you do docker build . - everything is fine, the image is downloading. But if use this Docker-file in docker-compose
app:
<<: *runit-defaults
build:
context: lib/docker/app
#4 [1/4] FROM docker.companyname/app-dev:latest
#4 resolve docker.companyname/app-dev:latest 0.1s done
#4 ERROR: failed to do request: Head https://docker.companyname/v2/app-dev/manifests/latest: x509: certificate signed by unknown authority
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question