Re: [PATCH] Add Docker registry mirror support for kdevops workflows
Luis Chamberlain <[email protected]> Thu, 2 Oct 2025 17:48:49 -0700
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Sep 25, 2025 at 06:32:34PM -0700, Luis Chamberlain wrote: > Adds local Docker image caching through a registry mirror at /mirror/docker/, > similar to how git repositories are mirrored. The mirror acts as a pull-through > cache for Docker Hub, significantly speeding up container deployments and > enabling offline operation. This crap lacked a ton of real fixes which I've added and merged. This is now a production quality service, and should speed up testing workflows by making them faster. Luis