siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.
https://www.talos.dev
Mozilla Public License 2.0
6.9k stars 555 forks source link

feat: registry proxy #9722

Closed DmitriyMV closed 22 hours ago

DmitriyMV commented 1 week ago

Implement container registry proxy.

DmitriyMV commented 2 days ago

It's finally working. To test you have to run it with --registry-mirror ghcr.io=http://127.0.0.1:3172 and --registry-mirror gcr.io=http://127.0.0.1:3172. Dockerfile should do the rest. yay

DmitriyMV commented 22 hours ago

/m