hashicorp / setup-packer

Run HashiCorp Packer as part of your GitHub Actions Workflow
https://github.com/marketplace/actions/setup-hashicorp-packer
Apache License 2.0
144 stars 83 forks source link

feat(action): allow passing arguments to docker container #58

Closed coralinepetit closed 1 year ago

coralinepetit commented 2 years ago

Why

Using packer-github-action I would like to be able to to pass arguments to my container (such as mountpoints)

How

Follow Github actions docs to add and args option to the run dockerfile

hashicorp-cla commented 2 years ago

CLA assistant check
All committers have signed the CLA.

ksatirli commented 1 year ago

Hi @coralinepetit,

Thank you for the proposed changes - we understand the need to specify custom arguments and @JenGoldstrich and I are working on ways to make this possible by providing a more direct interface to the packer binary (and the ability to specify arguments)

I'm going to close this PR for now and encourage you to follow along in the main branch, which we will shortly release new changes on.