From cb9b82823a63884fed7323b8913d3c88a6aa0b11 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Mon, 24 Mar 2025 13:19:09 +0200 Subject: [PATCH] fix(zui): show referrers pointing to image manifests (#3053) See https://github.com/project-zot/zui/issues/476 In previous implementations the referrers tab only showed the referrers returned at image level, ignoring the referrers returned at manifest level. This is fine for singlearch images, since they are the same. For images containing multiple manifests only index referrers were shown. The current implementation would show both the referrers to the index and the current manifest. Also fix refreshing the data shown in the tag details tabs on changing the selected manifest Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33444eb5..7c0b7de4 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.5.3 ZUI_BUILD_PATH := "" -ZUI_VERSION := commit-203b097 +ZUI_VERSION := commit-303dfb3 ZUI_REPO_OWNER := project-zot ZUI_REPO_NAME := zui SWAGGER_VERSION := v1.16.2