Skip to content

sinlov/docker-lua-with-rakefile

Repository files navigation

ci

GitHub license GitHub latest SemVer tag) GitHub release)

docker-lua-with-rakefile

docker version semver docker image size docker pulls

for

  • lua image run as rakefile parent image

    • semver latest Docker Image Version (tag)
    • semver-debian Docker Image Version (tag)
    • semver-alpine Docker Image Version (tag)
    • semver-ubuntu Docker Image Version (tag)
  • lua version info see www.lua.org/versions

feature

fast use

# 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 '

source repo

https://github.com/sinlov/docker-lua-with-rakefile

source usage

Contributing

Contributor Covenant GitHub contributors

We welcome community contributions to this project.

Please read Contributor Guide for more information on how to get started.

请阅读有关 贡献者指南 以获取更多如何入门的信息

dev mode

# check env
make dockerEnv

# change Dockerfile.s6
# then test image
make dockerTestRestartLatest
# remove test image
make dockerTestPruneLatest

then change github workflows config

About

lua and rakefile runtime for script runtime

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •