-
A quick look-up told me that we could add [vboxmanage options](https://www.packer.io/docs/builders/virtualbox-iso.html) in the profiles so the user could easily modify those options in `config.js`
Svieg updated
5 years ago
-
We recently switched to Packet with HCL2 utilizing the amazon parameterstore plugin. We build images with Jenkins in Kubernetes. So every time a new container is spun up and executes `packer init .`.
…
-
Hi there, thanks for maintaining these scripts! This is a suggestion for how they could better accommodate reuse.
At the moment, the project encourages folks to make local modifications to `Autouna…
-
Hello, I am building a custom image using Packer that I later want to provision with Terraform and make use of `user_data` when provisioning with Terraform.
However, seems the `user_data` has no ef…
-
ISO path is broken, see [the website itself](http://care.dlservice.microsoft.com/dl/download/1/6/F/16FA20E6-4662-482A-920B-1A45CF5AAE3C/14393.0.160715-1616.RS1_RELEASE_SERVER_EVAL_X64FRE_EN-US.ISO)
…
-
_This issue was originally opened by @loibpet as hashicorp/packer#7042. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-77003…
-
vagrant has the possibility to use an embedded Vagrantfile inside the box file but it is not possible to specify one at build time with boostrap-vz
we currently need a custome Vagrantfile in http://…
-
First let me say thanks! Great templates to get started from!
So the issue I am seeing is that a file is trying to be removed in `network.sh` but the output from packer shows that the file doesn't ex…
-
The first shell provisioner fails with `cloud-init status --wait` on `ubuntu-24-04-x64` image, but runs fine with the `ubuntu-22-04-x64` image.
```
==> digitalocean: Creating temporary RSA SSH key…
-
## Issue Description
Vagrant up stalls while waiting to receive an address.
```
=====
##START PACKER BUILD COMMAND
packer build --only=vmware-iso ./packer/templates/windows_2008_r2.json
--No…