Closed kenny-ferrer closed 1 month ago
Describe the bug Missing build folder from the repo
buildkite-ami.pkr.hcl for Linux has a Provisioner file
provisioner "file" { destination = "/tmp/build" source = "../../build" }
This is located in elastic-ci-stack-for-aws/packer/linux/buildkite-ami.pkr.hcl line 90
This will fail the image cration
Hi @kenny-ferrer, the build folder is created prior to running packer by some actions in the Makefile, e.g.:
build
https://github.com/buildkite/elastic-ci-stack-for-aws/blob/c7167d4a71c60daf52c70b9cf5078bd41bb517dc/Makefile#L51
Thank you @DrJosh9000, I should have search better.
Describe the bug Missing build folder from the repo
buildkite-ami.pkr.hcl for Linux has a Provisioner file
provisioner "file" { destination = "/tmp/build" source = "../../build" }
This is located in elastic-ci-stack-for-aws/packer/linux/buildkite-ami.pkr.hcl line 90
This will fail the image cration