runwasi icon indicating copy to clipboard operation
runwasi copied to clipboard

Publish wasi-demo-app as a package

Open codefromthecrypt opened this issue 2 years ago • 2 comments

The image used for testing needs to be built from source https://github.com/containerd/runwasi/tree/main/crates/wasi-demo-app

It would be more convenient to access this as a package, especially as it clarifies what the ultimate OCI json are in use. e.g. to ghcr.io/containerd/runwasi/wasi-demo-app:latest

codefromthecrypt avatar Apr 26 '23 02:04 codefromthecrypt

The source code is in this repo: https://github.com/containerd/runwasi/tree/main/crates/wasi-demo-app

I think that the readme should be updated because after a make load the image that's loaded has the name ghcr.io/containerd/runwasi/wasi-demo-app:latest

Note: the wasmtest image doesn't exist in Docker hub, docker.io/library is the default prefix added when an image name doesn't contain the registry name/namespace.

rumpl avatar Apr 26 '23 13:04 rumpl

ok how about if I rename this to publish as a package? e.g. to ghcr.io/containerd/runwasi/wasi-demo-app:latest

codefromthecrypt avatar Apr 26 '23 23:04 codefromthecrypt