| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple alpine docker image that includes the Lua runtime as well as LuaRocks.
Several version tags are available for flexibility on both Docker Hub and GitHub Container Registry:
The same version tags are available on GitHub Container Registry with the ghcr.io/evandarwin prefix:
We recommend using the specific version tag for production environments to ensure stability, while the less specific tags can be used for development or when you want to automatically get updates.
This image includes supply chain security features:
The image build process includes:
# Pull a specific version from Docker Hub
docker pull evandarwin/lua:5.4.7
# Or use the major.minor version
docker pull evandarwin/lua:5.4
# From GitHub Container Registry
docker pull ghcr.io/evandarwin/lua:5.4.7
# Run a Lua command
docker run -it evandarwin/lua:5.4.7 lua -e "print('Hello from Lua!')"
# Or use the GitHub Container Registry version
docker run -it ghcr.io/evandarwin/lua:5.4.7 lua -e "print('Hello from Lua!')"Have fun!
This code is licensed under the MIT license, see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |