Skip to content

Latest commit

 

History

152 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Library

lua node postgres h2o

Images

Alpine Linux linux/amd64 and linux/arm64 (except luajit 2.0 and nginx):

  • lua 5.1, 5.2, 5.3, 5.4, 5.5
  • 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), 13 (trixie) / distroless linux/amd64 and linux/arm64:

Debian / mintoolkit linux/amd64 and linux/arm64:

Examples

Basic Lua example

docker run -it --rm akorn/lua:5.1-alpine

Luarocks examples

The LuaRocks images can be used as build containers, see this example. Or to create a private LuaRocks server, see this example.

Node examples

The node image is configured to run scripts 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

Postgres examples

docker run -it --rm -p 127.0.0.1:5432:5432 \
  --env POSTGRES_HOST_AUTH_METHOD=trust akorn/postgres:17-scratch

Installing emulators

docker run --privileged --rm tonistiigi/binfmt --install arm64

Scan a container image

trivy image --ignore-unfixed akorn/node:25

Links

About

A collection of various docker images | Updated Weekly 🕓

Topics

Resources

Stars

12 stars

Watchers

2 watching

Forks

Used by

Contributors

Languages