DevOps & Containers
Table of Contents
| Tool | File Patterns | Notes |
|---|---|---|
| Docker | **/Dockerfile* | Container build tasks |
| Docker Compose | **/docker-compose.{yml,yaml} | Service orchestration |
| GitHub Actions | **/.github/workflows/*.{yml,yaml} | CI/CD workflows via act |
| CircleCI | **/.circleci/config.{yml,yaml} / user-defined | CI/CD jobs via CircleCI CLI; workflows run sequentially locally |
| GitLab CI | **/.gitlab-ci.{yml,yaml} / user-defined | CI/CD workflows via GitLab CI |
| Bitbucket Pipelines | **/bitbucket-pipelines.{yml,yaml} / user-defined | CI/CD workflows via Bitbucket Pipelines |
Next Steps
- Package Managers & Build Tools โ npm, Yarn, pnpm, Bun, Composer, and more
- Task Runners โ Gulp, Grunt, Cargo, Just, Make, mise
- GitHub Actions Integration โ Run workflows locally with act
- CircleCI Integration โ Run jobs and sequential workflow pipelines locally
- Bitbucket Pipelines Integration โ Run workflows locally with Bitbucket Pipelines
- Configuration Reference โ Full settings reference including task type toggles
- Enabling / Disabling Task Types โ Control which task types are active