confidential-containers / cloud-api-adaptor

Ability to create Kata pods using cloud provider APIs aka the peer-pods approach
Apache License 2.0
48 stars 88 forks source link

test/e2e: kbs: Use the cached kbs-client #2121

Closed stevenhorsman closed 1 month ago

stevenhorsman commented 1 month ago

To save us storage space, time and the requirement on the rust toolchain, we can pull down the cached kbs-client rather than building it ourselves.

Update checkout_kbs.sh to use oras to pull the kbs-client binary from the cache rather than building it.

stevenhorsman commented 1 month ago

Draft as this needs rebasing after #2099 is merged and depends on some changes in https://github.com/confidential-containers/cloud-api-adaptor/pull/2074