Users should be able to override source and output file names with environment variable
In the idea of providing a CI packer tooling, the recipes should:
- provide sensible default for output file
- accept environment variable
IMAGE_NAME
to override the default output file name - provide sensible default for source file (ISO or image)
- accept environment variable
SOURCE_NAME
to override the default source file name