docker build: Add DOCKER_BUILD.md and Dockerfile#341
Open
sriemer wants to merge 1 commit intoledgetech:masterfrom
Open
docker build: Add DOCKER_BUILD.md and Dockerfile#341sriemer wants to merge 1 commit intoledgetech:masterfrom
DOCKER_BUILD.md and Dockerfile#341sriemer wants to merge 1 commit intoledgetech:masterfrom
Conversation
Take the parts from `.github/workflows/test.yml` needed to do full testing with running `luacheck`, the tests, and coverage. Fix `cpanm` installation by replacing unavailable `http://xrl.us/cpanm` with `https://cpanmin.us | perl - App::cpanminus` as seen at https://perlmaven.com/cpanm. Fix luarocks dependency by using an OpenResty 1.29.2.2 Docker image. See: ledgetech#333 Show all steps needed for interactive development in `DOCKER_BUILD.md`. Also show how to run a single test with `t/01-basic.t` as example.
Author
|
This would help every contributor I'm sure. @pintsized Please review. TIA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Take the parts from
.github/workflows/test.ymlneeded to do full testing with runningluacheck, the tests, and coverage.Fix
cpanminstallation by replacing unavailablehttp://xrl.us/cpanmwithhttps://cpanmin.us | perl - App::cpanminusas seen at https://perlmaven.com/cpanm.Fix luarocks dependency by using an OpenResty 1.29.2.2 Docker image. See: #333
Show all steps needed for interactive development in
DOCKER_BUILD.md. Also show how to run a single test witht/01-basic.tas example.