项目作者: mrlesmithjr

项目描述 :
Packer Builder - Making Packer Building More Consumable
高级语言: Python
项目地址: git://github.com/mrlesmithjr/packer-builder.git
创建时间: 2019-03-27T04:19:58Z
项目社区:https://github.com/mrlesmithjr/packer-builder

开源协议:MIT License

下载


packer-builder

Using Packer SHOULD be straight forward and in most cases, it is. Packer builder abstracts many of the complexities of building images. With Packer builder, we wrap many of these complexities within code. By doing this, it provides us with a consistent model to build our images. We can inject logic which many times is not apparent. In addition to all of this, implement best practices into our builds. Is this builder for everyone? No. But for many, Packer can be a daunting process. So, we can minimize these processes, and make Packer builds more consumable.

Build Status

GitHub Actions

Python Test

Travis CI

Build Status

Requirements

Python >= 3.7.

Dependencies

Documentation

Checkout https://mrlesmithjr.github.io/packer-builder for project documentation.

License

MIT

Author Information

Larry Smith Jr.

NOTE: Repo has been created/updated using https://github.com/mrlesmithjr/cookiecutter-python-project as a template.