solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
305 stars 39 forks source link

Support other OCI than docker (like podman) #165

Closed jotak closed 4 years ago

jotak commented 4 years ago

Feature request: it would be nice to support other tool than docker for building images, such as podman. Is there any chance to have that?

Or perhaps, as an alternative, some documentation for how to build and push to webassemblyhub.io with manual steps, sort of bypassing what wasme build / push does?

yuval-k commented 4 years ago

yes, I agree; wasme push does not use docker, but rather the ORAS library; wasme build does use docker to leverage build env containers; I think that make it configurable with podman shouldn't be too hard, podman should be compatible in our use case (no fancy networking done)

Sodman commented 4 years ago

Implemented by https://github.com/solo-io/wasm/pull/183