deislabs / containerd-wasm-shims

containerd shims for running WebAssembly workloads in Kubernetes
Apache License 2.0
303 stars 47 forks source link

ci: enable containerd image store for docker #208

Closed Mossaka closed 7 months ago

Mossaka commented 7 months ago

Close #205

The containerd image store is required to load wasi/wasm images. For more info about the image store, you can read it here.

Regarding how to enable the image store in docker, please refer to this page.

Mossaka commented 7 months ago

Could you please take a look? @rumpl

rumpl commented 7 months ago

Another way to do this is with the setup-docker action https://github.com/docker/compose/pull/11046/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fR234

but if this works then lgtm :)

Mossaka commented 7 months ago

Perhaps we can add this to build-push-action