mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
fix: bump zui version to fix minor issues with handling empty manifest lists and missing platform information (#3044)
- fix: do not error in TagDetails if an empty manifest list is returned from the backend - fix: use '----' as default for missing Os/Arch in drop-down and card (this value is for consistency with other such places where the values are missing) Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
@@ -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-930ae7e
|
||||
ZUI_VERSION := commit-203b097
|
||||
ZUI_REPO_OWNER := project-zot
|
||||
ZUI_REPO_NAME := zui
|
||||
SWAGGER_VERSION := v1.16.2
|
||||
|
||||
Reference in New Issue
Block a user