From 2c415e8bdcfbb6b6ef0cacd9905001ed559f3fa2 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 8 May 2026 11:45:59 +0200 Subject: [PATCH] feat: add lscr upstream --- 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 d9bd504..18262a7 100644 --- a/templates/zot/config.json.j2 +++ b/templates/zot/config.json.j2 @@ -51,6 +51,19 @@ "destination": "/ghcr" } ] + }, + { + "urls": ["https://lscr.io"], + "onDemand": true, + "tlsVerify": true, + "maxRetries": 3, + "retryDelay": "5m", + "content": [ + { + "prefix": "**", + "destination": "/lscr" + } + ] } ] }