Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjpieters/act-container
Docker container to run GitHub actions locally with act
https://github.com/mjpieters/act-container
Last synced: 20 days ago
JSON representation
Docker container to run GitHub actions locally with act
- Host: GitHub
- URL: https://github.com/mjpieters/act-container
- Owner: mjpieters
- Created: 2020-05-01T16:53:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T18:12:56.000Z (over 4 years ago)
- Last Synced: 2024-11-14T16:46:52.267Z (about 2 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker container to run GitHub actions locally
Image for use with [act](https://github.com/nektos/act)
This docker image is based on the official node images, using Ubuntu rather
than Debian. The goal is to keep it trim and small, not to recreate the full
GitHub Actions environment.## Installed packages
On top of the node `*-slim` docker steps, the following packages have been added:
- openssl
## Tested actions
- setup-python@v2