Skip to content

superorbital/python-k8s-stack-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buildkite Python Docker Example (using pipenv)

Add to Buildkite

This repository is an example on how to test a Python project using Buildkite, Docker and pipenv.

How does it work?

  • The Dockerfile sets up the pipenv environment, and installs the dependencies
  • The docker-compose.yml defines the 'app' Docker service and how it should be built
  • The pipeline.yml runs the command using Docker Compose

License

See Licence.md (MIT)

About

An example of how to run a Python project w/ Kubernetes stack in a Buildkite pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 65.2%
  • Python 34.8%