https://github.com/dmarby/packer-builder-dummy-artifacts
https://github.com/dmarby/packer-builder-dummy-artifacts
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmarby/packer-builder-dummy-artifacts
- Owner: DMarby
- License: mit
- Created: 2017-05-03T21:44:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T19:12:55.000Z (over 6 years ago)
- Last Synced: 2025-02-07T15:44:51.552Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Dummy Artifacts Builder
===============================This is a builder that outputs artifact file paths and claims to be any builder. It is meant to provide a quicker way to test post-processors instead of needing to wait for a build.
Use the builder as follows:
```
"builders": [
{
"type": "dummy-artifacts",
"builder_id": "mitchellh.vmware-esx",
"files": [
"packer-ubuntu/packer-ubuntu/packer-ubuntu-disk1.vmdk",
"packer-ubuntu/packer-ubuntu/packer-ubuntu.mf",
"packer-ubuntu/packer-ubuntu/packer-ubuntu.ovf"
]
}
]
```The following configuration options are available:
| Attribute | Description | Required/Optional |
| ---------------- | ----------------------------------------------------------------------- | ----------------- |
| builder_id | What builder to imitate (e.g mitchellh.vmware-esx) | required |
| files | List of files | required |