Alpine Linux linux/amd64
and linux/arm64
(except luajit 2.0 and nginx):
- lua 5.1, 5.2, 5.3, 5.4
- luajit 2.0, 2.1, 2.1-edge, 2.1-openresty
- luarocks lua*, luajit*
- nginx stable-lua*, stable-luajit*, mainline-lua*, mainline-luajit*
Debian 12 (bookworm) /
distroless
linux/amd64
and linux/arm64
:
- node lts, current
docker run -it --rm akorn/lua:5.1-alpine
The LuaRocks images can be used as build containers, see this example.
The node image is configured to run script directly (the entrypoint is set to node).
docker run -it --rm akorn/node:21 --version
docker run -it --rm -u nobody akorn/node index.js
docker run -it --rm akorn/node --enable-source-maps index.js
- Best practices for writing Dockerfiles