From 4baa6dc18d7f745d11f81dee726b60d8f6ce9e5a Mon Sep 17 00:00:00 2001 From: Josh Sandlin Date: Wed, 5 Aug 2026 16:54:25 -0400 Subject: [PATCH] bump to latest image, remove thing that creates/maintains the metadb --- ansible/templates/zot-config.json.j2 | 8 +------- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ansible/templates/zot-config.json.j2 b/ansible/templates/zot-config.json.j2 index 5417667..75b6b4a 100644 --- a/ansible/templates/zot-config.json.j2 +++ b/ansible/templates/zot-config.json.j2 @@ -28,13 +28,7 @@ { "repositories": ["**"], "deleteReferrers": true, - "deleteUntagged": true, - "keepTags": [ - { - "patterns": [".*"], - "pushedWithin": "24h" - } - ] + "deleteUntagged": true } ] } diff --git a/docker-compose.yaml b/docker-compose.yaml index 5914eea..4219d1d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -15,7 +15,7 @@ services: - ttlsh-network zot: - image: ghcr.io/project-zot/zot-linux-amd64:v2.1.18 + image: ghcr.io/project-zot/zot-linux-amd64:v2.1.20 container_name: ttlsh-zot restart: always pull_policy: always