{"id":50807091,"url":"https://github.com/shiftclack/docker-lua-wow","last_synced_at":"2026-06-13T02:08:41.004Z","repository":{"id":364401749,"uuid":"1259843877","full_name":"shiftclack/docker-lua-wow","owner":"shiftclack","description":"Docker image for WoW compatible Lua 5.1 tests and builds.","archived":false,"fork":false,"pushed_at":"2026-06-12T21:42:14.000Z","size":11,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T23:14:47.731Z","etag":null,"topics":["lua","world-of-warcraft"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shiftclack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T23:16:55.000Z","updated_at":"2026-06-12T21:27:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shiftclack/docker-lua-wow","commit_stats":null,"previous_names":["shiftclack/docker-lua-wow"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/shiftclack/docker-lua-wow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftclack%2Fdocker-lua-wow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftclack%2Fdocker-lua-wow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftclack%2Fdocker-lua-wow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftclack%2Fdocker-lua-wow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiftclack","download_url":"https://codeload.github.com/shiftclack/docker-lua-wow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiftclack%2Fdocker-lua-wow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34269406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","world-of-warcraft"],"created_at":"2026-06-13T02:08:40.386Z","updated_at":"2026-06-13T02:08:40.997Z","avatar_url":"https://github.com/shiftclack.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-lua-wow\n\nThis repo builds a small docker image for running tests in a World of Warcraft compatible Lua 5.1 environment.\n\n## Features\n\n* Small: Images are about 35MB.\n* Fast: Tools are installed when the image is built, so CI jobs can run without installing dependencies first.\n* Dependable: Immutable images allow for reproducible tests and builds.\n* Multi-arch: Images built for both `linux/amd64` and `linux/arm64`.\n\n## What's included\n\n* [Lua 5.1](https://www.lua.org/)\n* [busted](https://github.com/lunarmodules/busted)\n* [lua-check](https://github.com/mpeterv/luacheck)\n* [luacov](https://lunarmodules.github.io/luacov/)\n* [luasrcdiet](https://github.com/jirutka/luasrcdiet)\n* [lua-language-server](https://github.com/LuaLS/lua-language-server)\n* `make`\n\n## Usage\n\nTo pull the image:\n\n```shell\n$ docker pull ghcr.io/shiftclack/lua-wow:latest\n```\n\nTo use it in a Github Actions workflow, you can run it in a `container` directly:\n\n```yaml\njobs:\n  build:\n    runs-on: ubuntu-latest\n    container: ghcr.io/shiftclack/lua-wow:latest\n    steps:\n      - name: checkout\n        uses: actions/checkout@v6\n\n      - name: Run unit tests\n        run: |\n          make check\n```\n\n_It is recommended for production use to pin to a specific Docker image tag instead of using `latest`._\n\n## Development\n\nTo build the image from the `Dockerfile`:\n```shell\n$ make build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiftclack%2Fdocker-lua-wow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiftclack%2Fdocker-lua-wow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiftclack%2Fdocker-lua-wow/lists"}