rbreslow / docker-luacheck

A base Docker image for Luacheck.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-luacheck Travis (.org) branch Docker Repository on Quay

This repository contains a templated Dockerfile for image variants of Luacheck.

Usage

Template Variables

  • VERSION - Luacheck version
  • LUA_VERSION - Lua version

Testing

An example of how to use cibuild to build and test an image:

$ CI=1 VERSION=0.23.0-1 LUA_VERSION=5.3 ./scripts/cibuild

About

A base Docker image for Luacheck.

License:Apache License 2.0


Languages

Language:Shell 100.0%