This repository is an example Buildkite pipeline that demonstrates how to test a Ruby project using Docker.
👉 See this example in action: buildkite/ruby-docker-example
See the full Getting Started Guide for step-by-step instructions on how to get this running, or try it yourself:

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
See LICENSE.md (MIT)