-
lua image run as rakefile parent image
-
lua version info see www.lua.org/versions
-
docker hub see https://hub.docker.com/r/sinlov/docker-lua-with-rakefile
-
after version
5.4.4
- support
debian
alpine
ubuntu
- add
make
tools for build
- support
# use as tty
docker run --rm -it \
--entrypoint /bin/sh \
--name "test-docker-lua-with-rakefile" \
sinlov/docker-lua-with-rakefile:latest
# see kit versions
docker run --rm \
sinlov/docker-lua-with-rakefile:latest \
bash -c ' \
uname -asrm && \
cat /etc/os-release && \
make --version && \
ruby --version && \
rake --version && \
lua -v '
https://github.com/sinlov/docker-lua-with-rakefile
We welcome community contributions to this project.
Please read Contributor Guide for more information on how to get started.
请阅读有关 贡献者指南 以获取更多如何入门的信息
# check env
make dockerEnv
# change Dockerfile.s6
# then test image
make dockerTestRestartLatest
# remove test image
make dockerTestPruneLatest
then change github workflows config