Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonwalsh/image-template-repository
GitHub template repository for scaffolding Packer and Kitchen projects
https://github.com/jasonwalsh/image-template-repository
amazon-machine-image compliance inspec kitchen-ec2 packer
Last synced: 20 days ago
JSON representation
GitHub template repository for scaffolding Packer and Kitchen projects
- Host: GitHub
- URL: https://github.com/jasonwalsh/image-template-repository
- Owner: jasonwalsh
- License: mit
- Created: 2019-07-21T13:41:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T06:08:23.000Z (over 2 years ago)
- Last Synced: 2024-10-27T20:23:25.816Z (2 months ago)
- Topics: amazon-machine-image, compliance, inspec, kitchen-ec2, packer
- Language: Ruby
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Contents
- [Purpose](#purpose)
- [Structure](#structure)
- [Usage](#usage)
- [License](#license)## Purpose
This repository is a GitHub [template](https://help.github.com/en/articles/creating-a-repository-from-a-template) repository.
## Structure
```
.
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── README.md
├── chefignore
├── docker-compose.yml
├── dockerfiles
│ ├── kitchen
│ │ └── Dockerfile
│ └── packer
│ └── Dockerfile
├── kitchen.yml
├── roles
│ ├── README.md
│ └── common
│ └── tasks
│ └── main.yml
├── template.json
└── test
└── integration
└── default
├── default.rb
├── default.yml
└── inspec.lock9 directories, 15 files
```## Usage
$ docker-compose up
## License
[MIT License](LICENSE)