This image maybe help you to build and upload luarocks module easily
89
I didn't find a docker image for build and upload luarocks module easily, although it is easy to do that. Some images actually require users to install zip themselves.
You can find Dockerfile at: https://github.com/dbhys/luarocks-builder/blob/main/Dockerfile
default workdir (sh cd ~): /root
Example:
docker run -it --rm --name lbc -v /root/luarocks-project/rockspect:/root/rockspect dbhys/luarocks-builder:5.1 sh
luarocks upload /root/rockspect/example-0.1.0-0.rockspec --api-key=XXXXXXXXX
Content type
Image
Digest
Size
78.8 MB
Last updated
over 4 years ago
docker pull dbhys/luarocks-builder:5.1