David Justice
David Justice
In PR #2947 the bundle reuse test was commented out because it was causing build flakes. This is a reminder issue to determine the root cause and to fix it.
 Notice the changelog from the image above. It is not a set of changes from the last tag of this specific crate, but rather the last tag, which is...
In this [Slack conversation](https://cloud-native.slack.com/archives/C04LTPB6Z0V/p1692799401937929) and #265, we have started to discuss the fact that we are pre-opening the container root filesystem (fs) to the Wasm guest application. Pre-opening the root...
This PR adds a [Dapr](https://dapr.io) Key / Value implementation. It stores keys and values in the Dapr state store. containerd/runwasi and the deislabs/containerd-wasm-shims do not currently support running wasm containers...
**Description of the bug** When slight is run using a slightfile with 0 capabilities, slight will error out. **To Reproduce** Create a slightfile with 0 capabilities and run the app.
**Describe the solution you'd like** Configuration of the WasiCtxBuilder could be better contained if we were to build a builder struct around it. **Additional context** https://github.com/deislabs/spiderlightning/pull/342#discussion_r1124875895
This PR introduces the concept of a "ContentStore", which is an abstraction for storing package content. There are currently 2 implementations for a content store, local and OCI. However, it...
This PR introduces a proposal to support OCI v1.1 as a content source in Warg. I'm opening this in draft status to start the discussion and iterate on feedback. Todos:...
This PR adds the ability for the Azure CosmosDB KV store implementation to use ambient authentication (managed identity, workflow identity, azure cli). The PR should not break existing users of...
/kind feature **Describe the solution you'd like** Azure Container Instances (ACI) provide a really interesting substrate to be able to build clusters via containers as nodes. They are [fast to...