-
Notifications
You must be signed in to change notification settings - Fork 124
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
feat(repodb): Multiarch Image support #1147
feat(repodb): Multiarch Image support #1147
Conversation
47335fb
to
b5ac9b7
Compare
Codecov Report
@@ Coverage Diff @@
## main #1147 +/- ##
==========================================
+ Coverage 89.67% 89.86% +0.19%
==========================================
Files 92 93 +1
Lines 18918 20452 +1534
==========================================
+ Hits 16965 18380 +1415
- Misses 1481 1562 +81
- Partials 472 510 +38
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
0a5a50b
to
cc45a4c
Compare
8faa410
to
f0a2591
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some concerns with regards to the trivy-related logic. We need to decide what we want to show to the users, and update the PR accordingly.
4d0e587
to
403a0af
Compare
8323d0a
to
7b280fa
Compare
7b280fa
to
8d9afa6
Compare
Signed-off-by: Laurentiu Niculae <[email protected]>
531cc5c
to
5d56927
Compare
Signed-off-by: Laurentiu Niculae <[email protected]>
5d56927
to
f0feacd
Compare
…ch image APIs Note patch does not mean full support for showing multiarch images in ZUI, a single architecture is shown, but it fixes the ZUI views which were broken since project-zot#1147 Signed-off-by: Andrei Aaron <[email protected]>
…ch image APIs (#1246) Note patch does not mean full support for showing multiarch images in ZUI, a single architecture is shown, but it fixes the ZUI views which were broken since #1147 Signed-off-by: Andrei Aaron <[email protected]>
Signed-off-by: Laurentiu Niculae [email protected]
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.