Thoughts on merging this into the packer code base?
I was wondering if you are planning on merging this into the packer code base, there is currently an enhancement tagged for this exact functionality. It would be really great to have this integrated. Any thoughts on this?
i'm all for merging upstream. can you link me to the issue?
awesome! here you go: https://github.com/mitchellh/packer/issues/2193
looks like someone created a pull request already for what looks like the exact same thing, you may want to take a look https://github.com/mitchellh/packer/pull/2180
it has conflicts, but hopefully they get resolved soon
well, if that pull request is accepted i'm happy to put this project to rest :)
it looks like it has not successfully merged yet. I will comment to see what is going on.
@warroyo Actually, the pull request I made is a fork of the work by @avishai-ish-shalom. https://github.com/jgkim/packer-post-processor-docker-dockerfile
huh. why was a rewrite needed btw?
@avishai-ish-shalom Basically I rewrote the code to follow the file structure of the packer code base, and I also fixed some bugs and added some features during rewriting.
ping
yes? still waiting for packer pull request by @jgkim to be merged
@avishai-ish-shalom There is an issue referenced in that pull request: https://github.com/mitchellh/packer/pull/2180 which I am hitting. Any fix for that?
@davidkarlsen, @jsoriano suggested a fix (https://github.com/jgkim/packer-post-processor-docker-dockerfile/pull/1) for that, but I did not merge it yet.