pack build
cannot authenticate against docker registries that require client certificate
#2064
Labels
status/blocked
Issue or PR that is blocked. See comments.
type/bug
Issue that reports an unexpected behaviour.
Summary
I have a private docker registry placed behind a proxy that requires client certificate. I setup my docker CLI according to https://docs.docker.com/engine/security/certificates/, and I can login to, pull from and push to it as normal. However with pack-cli, I can only connect to the registry if I bypass the proxy and connect to the registry directly.
The builder is named
private-registry.example.com/builder/test:latest
with the following config:Reproduction
Steps
pack build my-image --builder private-registry.example.com/builder/test:latest --path .
Current behavior
Expected behavior
This is what happens when I bypass the proxy
Environment
pack info
docker info
The text was updated successfully, but these errors were encountered: