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 156 forks source link

Don't fall back to http on 5xx response #344

Closed ahmagdy closed 3 years ago

ahmagdy commented 3 years ago

When reaching the registry limit we will get 503 or if the registry is having some problems we will get 5xx in response. In this case, we don't want to fallback to http because it can make the build fail and retry the same request instead.