Closed
Description
Description
Currently, when you build N targets, each target creates its own AuthProvider. So if each target needs to pull from index.docker.io, they need to make N round trips to the credential helper.
Line 1251 in d537b9e
It would be better if all N targets used the same AuthProvider, so they only need to fetch credentials once.