mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
feat(ui): zui can now show multiple manifests per image (#1254)
Update to a zui version with multiarch image support Also fix some issues with the filtering on the global search page Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
parent
336526065f
commit
fd5a2af10b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ REGCLIENT := $(TOOLSDIR)/bin/regctl
|
|||
REGCLIENT_VERSION := v0.4.5
|
||||
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
|
||||
ACTION_VALIDATOR_VERSION := v0.2.1
|
||||
ZUI_VERSION := commit-4db0c2e
|
||||
ZUI_VERSION := commit-60ca6d2
|
||||
STACKER := $(TOOLSDIR)/bin/stacker
|
||||
BATS := $(TOOLSDIR)/bin/bats
|
||||
TESTDATA := $(TOP_LEVEL)/test/data
|
||||
|
|
Loading…
Reference in a new issue