The python image builder packages your python code as a docker image.
- image: myorg/myrepo:mypythonapp type: python source: relative/path/to/source
image: name of your image.
source: location of source files to include in the image, this can be a relative path within your project, or even . which means the entire project should be packaged in the image.