--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/a3c271c1-7892-4f5d-9213-5e704f06dcd8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
> 1. Using checksum post-processor. They give me checksums for disks, but not for entire box file.Since you write "but not for [the] entire box file" I assume you are using the vagrant post-processor. I think you just missed that you need to have the checksum post-processor in a sequence after the vagrant post-processor.{"post-processors": [[{"type": "vagrant","keep_input_artifact": false},{"type": "checksum",}]]}and especially https://www.packer.io/docs/templates/post-processors.html#creating-vagrant-boxes-in-atlas/ Rickard
On 30 May 2017 at 09:12, <r.r.z...@gmail.com> wrote:
Hello,
My goal is getting checsum of box file, created by virtualbox-iso builder. I think there are two ways:
1. Using checksum post-processor. They give me checksums for disks, but not for entire box file.
2. Using shell-local post-processor. But this don't work for me, because I use WIndows, and this bug is dissapointed me.
Possible there have another solution for my task? I will be very apprecated for any help.
Renat.
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/8a837d79-fa95-4e87-a3a5-374d52ee5842%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/8a837d79-fa95-4e87-a3a5-374d52ee5842%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Alvaro