Cannot package beats on RHEL 7.4 with packer

RHEL 7.4 and CentOS 7 both failing using beats packer from https://github.com/elastic/beats/tree/master/dev-tools/packer
I'm kicking this off with make filebeat/rpm, but I've tested it against all beats with the same result.
Prebuild steps seem to be executing fine, however when the scripts kick of the FPM image to build the packages it exits with Cannot package the path './homedir', does it exist?
Having looked through the scripts included, I see xgo-scripts/before_build, which appears to prepare the image to build, but isn't referenced at all in the FPM image.
Further, if I simply give empty files and folders until the script executes, it appears that ./homedir, ./filebeat-linux-amd64, filebeat-linux.yml, filebeat-linux.reference.yml, and fields.yml are all missing. Are these meant to be my config, or are they generated during the build process?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.