You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
howdy! i'm trying to set up scherzo with docker on my VPS, but i'm running into some issues.
using yusdacra/scherzo:latest (76e317e at writing), i'm getting the error:
standard_init_linux.go:228: exec user process caused: no such file or directory
building the docker image from source produces the same result (commit f17da7c), as does running with docker compose or the docker command provided in the README.
i'm running docker-compose version 1.25.0 with Docker version 20.10.12, build e91ed57 on Ubuntu 20.04.3 LTS. My docker compose snippet is:
I believe this is because CI does not build the binaries with musl anymore. The docker image uses Alpine, so it won't work. A simple fix would be to probably just use an Ubuntu base image instead of an Alpine one. Ideally I'd like the CI to build musl binaries again, but this is currently blocked due to a dependency.
howdy! i'm trying to set up scherzo with docker on my VPS, but i'm running into some issues.
using
yusdacra/scherzo:latest
(76e317e
at writing), i'm getting the error:building the docker image from source produces the same result (commit
f17da7c
), as does running with docker compose or the docker command provided in the README.i'm running docker-compose version 1.25.0 with Docker version 20.10.12, build e91ed57 on Ubuntu 20.04.3 LTS. My docker compose snippet is:
any advice is appreciated. thank you very much!
The text was updated successfully, but these errors were encountered: