1
0
Fork
You've already forked lua-dockerfiles
0
forked from imo/lua-dockerfiles
Dockerfiles to build Lua and Luarocks docker images.
  • Dockerfile 84.9%
  • Shell 15.1%
Find a file
2022年12月09日 10:29:54 +01:00
lua raised lua5.4 version to 5.4.4 2022年02月02日 10:58:15 +01:00
luarocks raised luarocks version 2022年12月09日 10:29:54 +01:00
.woodpecker.yml added woodpecker config 2022年08月20日 19:27:28 +02:00
README.md changed url in badge [ci skip] 2022年08月21日 14:47:34 +02:00
update.sh raised lua5.4 version to 5.4.4 2022年02月02日 10:58:15 +01:00

status-badge

Docker Library

This repository is a fork from akornatskyy/docker-library with some changes to fit my setup:

  • Removed luajit and nginx, cause I don't need it
  • Lua is build with plattform linux, instead of posix, so I don't get the error dynamic libraries not enabled; check your Lua installation when loading libraries like luafilesystem (Issue)
  • Install build environment and keep it in luarocks images, so I don't have to install it every time when I want to test something which involves libraries written in C
    • Disadvantage: The images are around 180MB instead of the sexy 12MB without the build environment

Docker Hub

You can find the images on Docker Hub: