-
Notifications
You must be signed in to change notification settings - Fork 90
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
Release KBS Client Binary #333
Comments
It would be useful for the Kata CI where we are working to have attestation tests (kata-containers/kata-containers#9114) and we'd like to avoid having to compile the client. Kata CI intents to consume released versions of KBS project, so technically a binary within a tarball each release would be sufficient, however, we might end up on a situation where we need to track a commit (to consume a fix) so that having a staged binaries much more flexible. One concern, regardless whether an executable in tarball or oras, is that it will be required to be statically compiled. Due to some dependencies on attesters implementations, it might be not feasible. An alternative to try is to compile with |
Not sure if you'd confirmed the dependencies on
|
Hi @portersrc !
It seems easy to get the sample_only built statically on Ubuntu then. Thanks for checking it out! |
PR 349 is merged, which seems to have successfully triggered an
Do we want to add more platforms? |
It would be handy if we released a binary for the KBS client. Unlike the services that we already release, we probably don't want this to be a standalone container image. We could use something like oras to provide a binary via a registry. We should be able to push a staged and release version of the client tool just like we do with the other components.
We'll also want to consider multiple platforms.
The text was updated successfully, but these errors were encountered: