Implement DownloadDir for chroot #89
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
At the moment,
chroot
simply fails withDownloadDir is not implemented for amazon-chroot
, which is an artifact from the past.https://github.com/hashicorp/packer-plugin-sdk/blob/main/chroot/communicator.go#L126
The implementation can be easily done with reversing
UploadDir
defined above in the same file:The text was updated successfully, but these errors were encountered: