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

latest binary does not work under alpine #9

Closed
kiorky opened this issue Jan 15, 2019 · 1 comment · Fixed by #10
Closed

latest binary does not work under alpine #9

kiorky opened this issue Jan 15, 2019 · 1 comment · Fixed by #10

Comments

@kiorky
Copy link
Contributor

kiorky commented Jan 15, 2019

Under a alpine:latest image, the released amd64 binary fails with:

/ # /foo/docker-images/helpers/add_frep.sh  # downloads & put the binary in $PATH
frep-1.3.4-linux-amd64: OK
'frep-1.3.4-linux-amd64' -> '/usr/bin/frep'
/ # frep --version
sh: frep: not found

Same glue against an ubuntu image just works.

Rebuilding the binary with latest golang:alpine image make the bin works under alpine, but then not on ubuntu (so glibc based).

kiorky added a commit to corpusops/frep that referenced this issue Jan 15, 2019
kiorky added a commit to corpusops/frep that referenced this issue Jan 15, 2019
@kiorky
Copy link
Contributor Author

kiorky commented Jan 15, 2019

For those which are bitten by this bug: i uploaded my portable binaries here: https://github.com/corpusops/frep/releases/tag/1.3.4-alpineworking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant