-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish an official Docker image #176
Comments
See bytecodealliance/sightglass#104 for alternatives to this (e.g. multi-stage builds). |
The official docker image could be as simple as an ubuntu base and installing the deb, right? I don't use docker hub so I don't know how to publish things there, or how users use them. |
Yeah, exactly. And maybe setting some environment variables. Possibly:
|
I think we would want to wire it up with the CI somehow so that, upon release, some |
Currently CI doesn't do any publishing of artifacts, it just create some tarballs that the person on release duties (typically me?) downloads locally and uploads to the github release page. This is mostly out of laziness - I havent had time to do the programming in yaml or however you do these things in github CI/Actions, and figuring out how credentials are managed. First step would be to add that Dockerfile and a shell script containing the commands to build and |
Ok, I think I understand from the docs how to do this and am trying to figure out if the owner of the webassembly name on DockerHub will share it with this project so we can publish it to |
In case it is useful, we have a |
It would be nice to have an official wasi-sdk Docker image for use in CI; the current images I see on Docker Hub are unofficial.
The text was updated successfully, but these errors were encountered: