act_base is a custom runner for the act project. This image contain Node, npm, yarn, docker and docker-compose. The size is about 1.61GB.
This image is an hard fork https://github.com/swuecho/act_base whose image is no longer available on the docker hub.
docker pull lucasalt/act_base:latest
act -j <name-of-the-job> -P ubuntu-latest=lucasalt/act_base:latest
PS:
ubuntu-latest
is the value ofrun_on
in yourworkflow yml
. It is possible to swithubuntu-latest
with another image name.
Before contributing to this project, make sure you have read the contribution guidelines!
- Fork it (https://github.com/LucasCtrl/act_base/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
This project is open source and available under the unlicense license.