Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.61 KB

File metadata and controls

33 lines (19 loc) · 1.61 KB

Buildkite Docker Compose Pipeline Example

Build status Add to Buildkite

This repository is an example Buildkite pipeline that runs a simple bash script, script.sh, using Docker Compose.

👉 See this example in action: buildkite/docker-example

See the full Getting Started Guide for step-by-step instructions on how to get this running, or try it yourself:

Add to Buildkite

Screenshot of Buildkite docker example pipeline

How it works

This example uses the Docker Compose plugin to:

  • Launch containers
  • Run script.sh, which prints output, includes an inline image, generates artifacts, and exits cleanly

This example is functionally similar to the bash example, but runs in a containerized environment.

License

See LICENSE.md (MIT)