This repository is an example Buildkite pipeline that tests a Python project using Docker and uv, a fast Python package manager.
👉 See this example in action: buildkite/python-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 a
Dockerfile
to set up Python and install dependencies usinguv
- Defines an
app
service indocker-compose.yml
- Runs the build using Docker Compose via a standard Buildkite pipeline step
See LICENSE.md (MIT)