makisu icon indicating copy to clipboard operation
makisu copied to clipboard

Registry mirror

Open AurelienGasser opened this issue 4 years ago • 0 comments

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.

AurelienGasser avatar Jun 25 '20 16:06 AurelienGasser