Note
These images are forks from akorn/luarocks. I made the following changes:
- Using my lua docker containers
- Removed luajit since I don't use it (maybe add it back in the future if I need to)
- Added verify stage to Dockerfiles, which verify the downloaded luarocks archive
- -slim tagged images: plain lua und luarocks
- -fat tagged images: with installed C build environment, which I use in Ci/CD systems to speed up module installations
Supported tags
- 5.5, 5.5-alpine, 5.5-fat
- 5.5-slim, 5.5-alpine-slim
- 5.4, 5.4-alpine, 5.4-fat
- 5.4-slim, 5.4-alpine-slim
- 5.3, 5.3-alpine, 5.3-fat
- 5.3-slim, 5.3-alpine-slim
- 5.2, 5.2-alpine, 5.2-fat
- 5.2-slim, 5.2-alpine-slim
- 5.1, 5.1-alpine, 5.1-fat
- 5.1-slim, 5.1-alpine-slim
How to use
docker run -it --rm imolein/luarocks:5.4-slim
Dockerfiles
The Dockerfiles can be found in this repository: lua-dockerfiles