This repository has been archived by the owner on May 4, 2021. It is now read-only.
This repository has been archived by the owner on May 4, 2021. It is now read-only.
Registry mirror #338
Open
Description
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.
Activity