notaryproject / roadmap

Roadmap for Notary Project
7 stars 6 forks source link

Build-Sign-Before-Push Workflow API Implementation #34

Open iamsamirzon opened 2 years ago

iamsamirzon commented 2 years ago

Summary Intended Outcome The APIs are implemented in GO programming language Additional context The first Alpha release implementation relies on image already in registry; This item is to Sign before push; and then push image, signature, and tag up to the registry;

iamsamirzon commented 2 years ago

@SteveLasker - Is this needed for RC-2 or beyond?

dtzar commented 2 years ago

This feels like a duplicate of the local signing user story. Once you have this - local machine/agent CI/CD becomes possible.

yizha1 commented 1 year ago

@iamsamirzon @vaninrao10 Could you check above comments to confirm whether it is duplicated with local signing. If yes, then we can close it. If not, we'd better make it more specific.

iamsamirzon commented 1 year ago

@yizha1 - Could you point me to the issue you think this issue is a duplicate of?

yizha1 commented 1 year ago

@iamsamirzon according to the description of this issue, it is for local signing. " The first Alpha release implementation relies on image already in registry; This item is to Sign before push; and then push image, signature, and tag up to the registry; "

However, we have https://github.com/notaryproject/roadmap/issues/15 for local signing.

iamsamirzon commented 1 year ago

Thanks @yizha1 . if you referring to use case 1 and 3 as called out in the comment below, then I agree. https://github.com/notaryproject/roadmap/issues/15#issuecomment-1283421971

iamsamirzon commented 1 year ago

Based on the agreement in NV2 community call on 12/5/2022, moving this out of RC-2