-
Notifications
You must be signed in to change notification settings - Fork 801
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
Add OCI artifact support, test syncing Cosign signatures again #1680
Add OCI artifact support, test syncing Cosign signatures again #1680
Conversation
2ea01cf
to
428b19b
Compare
fce9cad
to
dcbd96d
Compare
This now vendors c/image from the main branch again. From a Skopeo point of view it could be merged, but we need containers/image#1581 first so that the c/image CI doesn’t break. |
dcbd96d
to
d021055
Compare
Now mergeable. Note that it still vendors an unreleased c/image. |
cb3b949
to
9a2c49d
Compare
9a2c49d
to
e8da053
Compare
@vrothberg PTAL |
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.
LGTM
/lgtm |
Ah, no bot here. @mtrmac, could you rebase before we force merge? |
including containers/image#1574 . > go get github.com/containers/image/v5@main > make vendor Signed-off-by: Miloslav Trmač <[email protected]>
This reverts commit bbdabeb. Signed-off-by: Miloslav Trmač <[email protected]>
e8da053
to
61593fc
Compare
Rebased. |
This is #1679 + containers/image#1574 + #1673 .