Skip to content
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

Fix for multy: line 1: /multy/multy-back: not found #124

Closed
abitrolly opened this issue Nov 30, 2018 · 2 comments
Closed

Fix for multy: line 1: /multy/multy-back: not found #124

abitrolly opened this issue Nov 30, 2018 · 2 comments

Comments

@abitrolly
Copy link
Contributor

This image is built and deployed successfully, but fail to run:

Multy-back/Dockerfile

Lines 24 to 27 in 822857b

FROM base as multy-back
WORKDIR /multy
COPY --from=builder /go/src/github.com/Multy-io/Multy-back/cmd/multy-back/multy-back /multy/multy-back
ENTRYPOINT /multy/multy-back

$ docker run multyio/multy-back
/bin/sh: /multy/multy-back: not found

Because:

https://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker

CC @Enmk

@abitrolly
Copy link
Contributor Author

Need to compile with musl, which is the default replacement for glibc on Apline.

@Enmk
Copy link
Contributor

Enmk commented Dec 5, 2018

Fixed in 'dev' branch with PR #125

@Enmk Enmk closed this as completed Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants