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" + } + ] } ] }