-
Notifications
You must be signed in to change notification settings - Fork 813
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
Provide an Alpine image #753
Comments
@bquenin I haven't gotten any other requests for this, so I'm going to go ahead and close this out. I did add multi-arch Docker builds about a month ago. |
Could this be reopened? I think having sqlc available in the alpine container would be great. |
I don't think it's currently possible to provide an alpine image. Version 1.15 added a dependency on wasmtime-go which currently doesn't build on alpine. |
We recently added a |
Hi, is there some way to download the nowasm build using It's not a problem if not, but we're interested in using that build if it's available, rather than forking this repo to build it ourselves. |
should work. |
Thanks! |
It would be great to publish an image based on Alpine in addition to the existing image.
You would only need to duplicate your existing
Dockerfile
and replace theFROM
as followsFROM golang:alpine AS builder
If we have this Alpine image, it would be then very easy to include
sqlc
as part of a containerized build process such as:The text was updated successfully, but these errors were encountered: