feat: support OCI image manifest#509
Conversation
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #509 +/- ##
==========================================
+ Coverage 36.50% 36.81% +0.30%
==========================================
Files 29 30 +1
Lines 1504 1581 +77
==========================================
+ Hits 549 582 +33
- Misses 936 978 +42
- Partials 19 21 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
There was a problem hiding this comment.
Code LGTM with pending flag name discussion. For merge, I would suggest wait for that discussion to conclude and then based on it update the flag name.
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
|
The current build would fail due to dependency change in notation-go: notaryproject/notation-go#271 Please review notaryproject/notation-go#271 first. |
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
|
Dependency updated. PR ready to be reviewed/merged. |
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
priteshbandi
left a comment
There was a problem hiding this comment.
LGTM, you will need to resolve conflict before change can be merged
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
This PR adds OCI image manifest support to notation CLI according to this spec.
If using OCI artifact manifest to store signatures, notation requires the registry to support Referrers API as well.
Tested with [COSE, JWS] + [OCI artifact manifest, OCI image manifest] on ACR.
This PR would also resolve issue.