An all inclusive docker image that contains the necessary tools to be used in CI/CD pipelines.
  • Dockerfile 100%
Find a file
Houssem Ben Mabrouk f45467e8d2
Some checks failed
Build and Push / build_n_push (push) Failing after 3s
Merge pull request 'feat: init repo' (#1) from feature/init_repo into main
Reviewed-on: #1
2026-07-11 17:11:25 +00:00
.forgejo/workflows feat: init repo 2026-07-11 19:11:01 +02:00
Dockerfile feat: init repo 2026-07-11 19:11:01 +02:00
README.md feat: init repo 2026-07-11 19:11:01 +02:00

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)