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

Registry mirror #338

Open AurelienGasser opened 4 years ago

AurelienGasser commented 4 years ago

Registry mirrors allow base images to be pulled from an arbitrary Docker registry instead of the default index.docker.io.


A similar feature exists in kaniko.

Registry mirrors are useful in various scenarios, including cases when internet connectivity is not available (e.g. VPC without internet gateway), and Dockerfiles cannot easily be modified.

We'd love to use makisu instead of kaniko (makisu is faster in our use-case!) but the lack of support for registry mirrors is a blocker.