DevOps & Containers

Table of Contents

  1. Next Steps

GitHub Actions GitLab CI CircleCI Bitbucket Pipelines Docker

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


Table of contents