uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 154 forks source link

Only use basic auth on AWS, otherwise all the registries would fail authentication #223

Closed Rowern closed 5 years ago

Rowern commented 5 years ago

Again, my change introduced too much error, it was a bad idea to assume that all registry implement basic auth, let's limit basic auth to aws and expand it if needs be.