Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlesmithjr/packer-builder
Packer Builder - Making Packer Building More Consumable
https://github.com/mrlesmithjr/packer-builder
hashicorp packer
Last synced: 3 months ago
JSON representation
Packer Builder - Making Packer Building More Consumable
- Host: GitHub
- URL: https://github.com/mrlesmithjr/packer-builder
- Owner: mrlesmithjr
- License: mit
- Created: 2019-03-27T04:19:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:04:52.000Z (over 2 years ago)
- Last Synced: 2023-04-04T19:28:45.156Z (almost 2 years ago)
- Topics: hashicorp, packer
- Language: Python
- Homepage:
- Size: 5.26 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://github.com/mrlesmithjr/packer-builder/workflows/Python%20Test/badge.svg)
### Travis CI
[![Build Status](https://travis-ci.org/mrlesmithjr/packer-builder.svg?branch=master)](https://travis-ci.org/mrlesmithjr/packer-builder)
## Requirements
Python >= `3.7`.
- [requirements.txt](requirements.txt)
- [requirements-dev.txt](requirements-dev.txt)## Dependencies
## Documentation
Checkout [https://mrlesmithjr.github.io/packer-builder](https://mrlesmithjr.github.io/packer-builder) for project documentation.
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [[email protected]](mailto:[email protected])
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-python-project](https://github.com/mrlesmithjr/cookiecutter-python-project) as a template.