Buildkite Ruby Docker Example
This repository is an example Buildkite pipeline that demonstrates how to test a Ruby project using Docker.
See the full Getting Started Guide for step-by-step instructions on how to get this running.

How it works
This example:
- Uses the Ruby Docker image
- Defines a Docker Compose service to run tests
- Uses a simple RSpec test suite for demonstration
Key files:
Dockerfile
– defines the Ruby environmentdocker-compose.yml
– defines the app servicepipeline.yml
– uploads the pipeline
License
See LICENSE.md (MIT)