Buildkite Python Docker Example (using uv)
This repository is an example Buildkite pipeline that tests a Python project using Docker and uv, a fast Python package manager.
See the full Getting Started Guide for step-by-step instructions on how to get this running.
How it works
This example:
- Uses a
Dockerfileto set up Python and install dependencies usinguv - Defines an
appservice indocker-compose.yml - Runs the build using Docker Compose via a standard Buildkite pipeline step
License
See LICENSE.md (MIT)




