You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on adding a post-processor to a custom plugin that works with Veertu Anka. The custom plugin contains a builder (to build the VM) and a post-processor (to upload the VM to a registry) The issue I'm running into is that while the builder config seems to respect the -force flag, the post-processor does not.
Reproduction Steps
Install Anka Develop
Install packer 1.7 nightly
Build/install the 089a00b87a5f23cf271c098e6bbe73d555aa9a9e commit of the packer-builder-veertu-anka plugin.
Hi there @tduffield thanks for reaching out. We're excited to hear about the custom builder you are working on. We just updated issue #8610 pertaining to an improve plugin experience we are working on for v1.7.0 that will be helpful to you #8610 (comment)
Regarding your original issue around the force flag not being honored by your Post-Processor. I need to dive a little deeper to see if we have support for the force flag in HCL2 for provisioners and post-processors. As a quick glance it seems like we might be missing it.
If you run your build using a JSON configuration does the post-processor honor the force flag?
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked as resolved and limited conversation to collaborators
Mar 8, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of the Issue
I am working on adding a post-processor to a custom plugin that works with Veertu Anka. The custom plugin contains a builder (to build the VM) and a post-processor (to upload the VM to a registry) The issue I'm running into is that while the builder config seems to respect the
-force
flag, the post-processor does not.Reproduction Steps
089a00b87a5f23cf271c098e6bbe73d555aa9a9e
commit of the packer-builder-veertu-anka plugin.PACKER_LOG=1
Packer version
1.7.0-dev [go1.15.7 darwin amd64]
Simplified Packer Buildfile
Operating system and Environment details
Running on MacOS 10.5.7.
Log Fragments and crash.log files
Full Gist Output
You'll notice that I output the
Config
value twice: once for the builder and again for the post-processor.The text was updated successfully, but these errors were encountered: