From cff951a0f94af6e260db01e827e138a7761c62a4 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 17 Jan 2026 16:11:43 -0800 Subject: [PATCH] Add quay.io to zot sync config and namespace convention Config template and namespace docs now match defaults/main.yml Co-Authored-By: Claude Opus 4.5 --- docs/k8s-migration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/k8s-migration.md b/docs/k8s-migration.md index 5742bca..302af43 100644 --- a/docs/k8s-migration.md +++ b/docs/k8s-migration.md @@ -209,6 +209,12 @@ zot_sync_registries: "content": [{"prefix": "**"}], "onDemand": true, "tlsVerify": true + }, + { + "urls": ["https://quay.io"], + "content": [{"prefix": "**"}], + "onDemand": true, + "tlsVerify": true } ] } @@ -229,6 +235,7 @@ zot_sync_registries: **Namespace convention:** - `registry.tail8d86e.ts.net/docker.io/*` → cached from Docker Hub - `registry.tail8d86e.ts.net/ghcr.io/*` → cached from GHCR +- `registry.tail8d86e.ts.net/quay.io/*` → cached from Quay - `registry.tail8d86e.ts.net/blumeops/*` → private images (built by you/Woodpecker) **LaunchAgent template (zot.plist.j2):**