Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.1 KB

tplbuild - Templated reproducible container build tool

tplbuild is a wrapper around Dockerfiles to make buildilng container images better. The two main features that inspired the creaton of tplbuild were

  • Templating build instructions through Jinja
  • Enabling fast and reproducible builds among developers

Installation

tplbuild can be installed through pip. This installs both the tplbuild CLI utility and the tplbuild Python library.

pip install tplbuild

tplbuild is supported and tested on Python 3.8-3.10

Documentation

Documentation for tplbuild can be found here

Examples

Check out the examples folder in this repo for some example of what can be done with tplbuild.

Demo Video

Additionally, you can find a quick tutorial highlighting key features here

Tplbuild Demo Video