Sign inSign up

abaez/lua

By abaez

Updated about 9 years ago

base container for lua things

Image
2

2.6K

abaez/lua repository overview

abaez/lua

A base container for lua by Alejandro Baez

USAGE

A lightweight base container for lua. The container allows you to run the version of lua you want by choosing from the branch or tag in your Dockerfile. The default version of lua is 5.3.* on the latest tag. If you want to choose a different version, simply define it in your Dockerfile like so:

FROM abaez/lua:5.1

You can pick the version of lua you want by using one of the following:

  • base branches:
    • latest: the most current version of lua-5.3.
    • 5.2: the most current version of lua-5.2.
    • 5.1: the most current version of lua-5.1.
  • minor version:
    • 5.3.1
    • 5.2.4
    • 5.1.5

Tag summary

Content type

Image

Digest

sha256:6d5b2c86d

Size

48.8 MB

Last updated

about 9 years ago

docker pull abaez/lua