forked from Sulverus/tarantool-docker
-
Notifications
You must be signed in to change notification settings - Fork 23
Luarocks uses wrong wget instead of curl in tarantool 1.10.4 #170
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
Labels
bug
Something isn't working
Comments
Tarantool 1.10.4 failed to build on alpine 3.5, but successfully initially built on alpine 3.9. This image version was uploaded. Unfortunately wget from BusyBox in there changed too and doesn't support some old flags:
|
avtikhon
added a commit
that referenced
this issue
Jul 11, 2020
Found that default wget on alpine 3.9 is not workable with luarocks tool. Package with wget and git tools need to be additionaly installed there. Also for alpine 3.5 git tool need to be installed with repository update before it. Closes #170
avtikhon
added a commit
that referenced
this issue
Jul 16, 2020
Found that default wget on alpine 3.9 is not workable with luarocks tool. Package with wget and git tools need to be additionaly installed there. Also for alpine 3.5 git tool need to be installed with repository update before it. Closes #170
avtikhon
added a commit
that referenced
this issue
Aug 1, 2020
Alpine 3.5 had internal wget tool based on it's busybox. Found that it was not workable with luacheck tool. The current fix changes wget tool from busybox to wget from package. To install wget from the package added git package installation. Also repository update added. Part of #170
avtikhon
added a commit
that referenced
this issue
Aug 1, 2020
Alpine 3.9 had internal wget tool based on it's busybox. Found that it was not workable with luacheck tool. The current fix changes wget tool from busybox to wget from package. To install wget from the package added git package installation. Also repository update added. Closes #170
avtikhon
added a commit
that referenced
this issue
Aug 5, 2020
Alpine 3.5 had internal wget tool based on it's busybox. Found that it was not workable with luacheck tool. The current fix changes wget tool from busybox to wget from package. To install wget from the package added git package installation. Also repository update added. Part of #170
avtikhon
added a commit
that referenced
this issue
Aug 5, 2020
Alpine 3.9 had internal wget tool based on it's busybox. Found that it was not workable with luacheck tool. The current fix changes wget tool from busybox to wget from package. To install wget from the package added git package installation. Also repository update added. Closes #170
avtikhon
added a commit
that referenced
this issue
Aug 5, 2020
Alpine 3.5 had internal wget tool based on it's busybox. Found that it was not workable with luacheck tool. The current fix changes wget tool from busybox to wget from package. To install wget from the package added git package installation. Also repository update added. Part of #170
avtikhon
added a commit
that referenced
this issue
Aug 5, 2020
Alpine 3.9 had internal wget tool based on it's busybox. Found that it was not workable with luacheck tool. The current fix changes wget tool from busybox to wget from package. To install wget from the package added git package installation. Also repository update added. Closes #170
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like in dockerhub version of tarantool 1.10.4 luarocks uses broken/wrong version of wget, and this leads to the inability to install any lua package.
Following command dont work:
docker run -i tarantool/tarantool:1.10.4 luarocks install --verbose expirationd
Error:
The text was updated successfully, but these errors were encountered: