bladerunner/packer
Kyle Isom 412cc5f22f packer: build-image should run in the build directory
Specifically, right now I'm building board definitions from the
packer-builder-arm repo, so the script should run from there.
2023-04-11 15:55:32 -07:00
..
Dockerfile packer/Dockerfile: use absolute paths 2023-04-11 15:31:53 -07:00
README.md bazel: remote oci rules, packer building 2023-04-11 13:41:16 -07:00
build-image.sh packer: build-image should run in the build directory 2023-04-11 15:55:32 -07:00
install-packer.sh ansible skeleton, tweaking packer Docker build. 2023-04-10 23:02:14 -07:00
run-docker.sh bazel: remote oci rules, packer building 2023-04-11 13:41:16 -07:00

README.md

bladerunner/packer

This directory contains the tooling to build raspberry pi images using packer.

  • install-packer.sh will set up packer and packer-builder-arm. It will also install additional dependencies assuming a Debian-ish system. This is mostly intended for use in containers, as my Ansible config should cover this for hardware.
  • run-docker.sh runs the builder in Docker.

Resources