-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZUI: use logos distributed as OCI artifacts using the referrers API #289
Comments
Hey, @andaaron. I've seen a few different issues covering how Zot could be identifying logos for images and artifacts. Initially an annotation seemed to be in use, but from what I can tell that support is only mentioned in the UI these days, with the actual APIs no longer exposing the logo field: Zui: zui/src/utilities/objectModels.js Line 15 in 930ae7e
Since the OCI referrers APIs was released the intention has been in using it, if I'm not mistaken. Do you know if there's been any process in the intended design? Is the intention for the UI to identify and fetch the logo based on the manifests or would the Zot backend react on the changes like in the previous PRs (project-zot/zot#833, project-zot/zot#1018)? |
Hi @AlexGustafsson. The zui implementation above is based on project-zot/zot#833. The annotation value coming from the manifest is not an url, but the logo itself. The alternatives would have been based on OCI artifacts.
Since there was no consensus within the team at the time, and this was not urgent, we decided to wait and see what the OCI community was going to do for this use case and implement that. |
No description provided.
The text was updated successfully, but these errors were encountered: