An all inclusive docker image that contains the necessary tools to be used in CI/CD pipelines.
- Dockerfile 100%
|
Some checks failed
Build and Push / build_n_push (push) Failing after 3s
Reviewed-on: #1 |
||
|---|---|---|
| .forgejo/workflows | ||
| Dockerfile | ||
| README.md | ||
All-In-One
All-In-One is a docker image that contains the necessary components to be used in a CI/CD pipeline. It includes:
- git
- rsync
- ansible
- build-essential
- libssl-dev
- openssh-client
- python3 + pip and venv (for Ansible)
- node.js - version 24 (for JavaScript projects)
- cargo + clippy and rustfmt (for Rust projects)