Skip to content

A collection of various docker images.

Notifications You must be signed in to change notification settings

imolein/lua-dockerfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

status-badge

Lua Dockerfiles

This repository is a fork from akornatskyy/docker-library. I forked it because of this issue, which was fixed some time ago. In the meantime I made a lot of changes to fit my needs:

  • Removed luajit and nginx, because I don't need them
  • Lua is build with plattform linux, instead of posix (that's the fix for the mentioned issue above)
  • 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
  • Added verify stage to Luarocks Dockerfiles, which verify the downloaded luarocks archive
  • Added Dockerfiles for Lua Ubuntu images
  • Added Dockerfiles for Fennel

Image overview

imolein/lua tags

  • 5.4, 5.4-alpine, 5.4-ubuntu
  • 5.3, 5.3-alpine, 5.3-ubuntu
  • 5.2, 5.2-alpine, 5.2-ubuntu
  • 5.1, 5.1-alpine, 5.1-ubuntu

imolein/fennel tags

  • 1.4.0-5.4, 1.4.0-5.4-alpine
  • 1.4.0-5.3, 1.4.0-5.3-alpine
  • 1.4.0-5.2, 1.4.0-5.2-alpine
  • 1.4.0-5.1, 1.4.0-5.1-alpine

imolein/luarocks tags

  • 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

-fat: image with installed C build environment, which I use in Ci/CD systems to speed up module installations
-slim: plain lua und luarocks

Docker Hub

You can find the images on Docker Hub:

About

A collection of various docker images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Slim 84.0%
  • Shell 16.0%