Closed Buristan closed 3 years ago
Thanks @avtikhon for the solution:
$ TAG=1.10.8-experimental-memprof OS=alpine DIST=3.9 PORT=5200 make -f .gitlab.mk TNT_VER="experimental/1.10.8-with-memprof" ROCKS_INSTALLER="luarocks" build
...
Successfully built 2b505caa3d3c
Successfully tagged tarantool/tarantool:1.10.8-experimental-memprof
...
Just add ROCKS_INSTALLER="luarocks"
to the command.
Hi!
When I tried to build a custom docker image (with custom Tarantool's branch) with the following command:
Tons of logs and some minutes later I occur the following error (in installation phase):
Looks like the reason is this redirect:
When run
curl -L
I get manifest as expected:I take a look here, but AFAIK tarantoolctl does not support --server-only flag.
Is there any other workaround except to comment all luarocks-related stuff if I don't need it?