Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.52 KB

File metadata and controls

31 lines (19 loc) · 1.52 KB

Buildkite Python Docker Example (using uv)

Build status Add to Buildkite

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:

Add to Buildkite

Screenshot of Buildkite Python Docker example pipeline

How it works

This example:

  • Uses a Dockerfile to set up Python and install dependencies using uv
  • Defines an app service in docker-compose.yml
  • Runs the build using Docker Compose via a standard Buildkite pipeline step

License

See LICENSE.md (MIT)