notaryproject / notation-go

A collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications.
Apache License 2.0
39 stars 42 forks source link

Add Go lib support (for Buildpacks) #3

Closed dfreilich closed 3 weeks ago

dfreilich commented 3 years ago

The Cloud Native Buildpacks project is considering adding support for notary v2, potentially in https://github.com/buildpacks/lifecycle when constructing images (either as part of our current phases, or as a new phase, depending on project decisions). As such, we will need Go lib support, in order to utilize it as part of the lifecycle.

SteveLasker commented 3 years ago

Thanks @dfreilich, This is a great issue to track. You'll start seeing PRs to https://github.com/notaryproject/notary/ which is designated as the repo for libraries. See: https://github.com/notaryproject/notary/pull/2 for an example. The /notaryproject/nv2 repo will be for notary v2 binaries, that implement the libraries.

I'm going to transfer this issue from notaryproject/nv2 to notaryproject/notary

yizha1 commented 2 years ago

@dfreilich This issue has been open for a long time. There are two repos of go libraries for notary v2 now. Could you check whether it meets your requirement?

yizha1 commented 3 weeks ago

@dfreilich is this issue still valid? We now have stable versions of Go libraries.