diff --git a/templates/zot/config.json.j2 b/templates/zot/config.json.j2 index 6d9b6ae..5bb803a 100644 --- a/templates/zot/config.json.j2 +++ b/templates/zot/config.json.j2 @@ -51,7 +51,8 @@ "content": [ { "prefix": "**", - "destination": "/dockerhub" + "destination": "/dockerhub", + "platforms": ["linux/amd64"] } ] }, @@ -64,20 +65,8 @@ "content": [ { "prefix": "**", - "destination": "/ghcr" - } - ] - }, - { - "urls": ["https://lscr.io"], - "onDemand": true, - "tlsVerify": true, - "maxRetries": 3, - "retryDelay": "5m", - "content": [ - { - "prefix": "**", - "destination": "/lscr" + "destination": "/ghcr", + "platforms": ["linux/amd64"] } ] }