From 0794388b1314faccb29ca19276be571615688250 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 12 May 2026 10:06:53 +0200 Subject: [PATCH] feat: add quay --- templates/zot/config.json.j2 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/zot/config.json.j2 b/templates/zot/config.json.j2 index f746e66..8fb9111 100644 --- a/templates/zot/config.json.j2 +++ b/templates/zot/config.json.j2 @@ -84,6 +84,19 @@ "destination": "/codeberg" } ] + }, + { + "urls": ["https://quay.io"], + "onDemand": true, + "tlsVerify": true, + "maxRetries": 3, + "retryDelay": "5m", + "content": [ + { + "prefix": "**", + "destination": "/quay" + } + ] } ] }