<#18533 Add support for authentication for docker ...
# github-notifications
c
#18533 Add support for authentication for docker environments Issue created by stuhood Currently, the
bollard
crate does not support consuming
~/.docker/config.json
or interacting with docker credential helpers. This means that images from Azure/AWS/etc private registries cannot be used as
docker_environment
targets. To fix this, it looks like we can integrate the https://crates.io/crates/docker_credential crate. pantsbuild/pants