bladerunner/packer
Kyle Isom 5f3dc0991f packer: updating cdev boards. 2023-04-13 17:58:14 -07:00
..
boards packer: update board definitions 2023-04-13 09:58:11 -07:00
files packer: move authorized_keys setup to cloud-init. 2023-04-13 09:55:54 -07:00
packerlib minor fixups 2023-04-12 12:52:56 -07:00
scripts packer: updating cdev boards. 2023-04-13 17:58:14 -07:00
BUILD.bazel packer: fix build scripts, packerlib update. 2023-04-12 12:52:55 -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: fail earlier without a board file. 2023-04-13 09:49:47 -07:00
install-packer.sh packer: update build scripts, install SSH keys 2023-04-12 20:16:58 -07:00
run-docker.sh lots of documentation updates 2023-04-12 08:01:57 +00:00
ubuntu-board-gen.go Move source to packer, add board spec. 2023-04-12 05:15:34 +00:00
ubuntu-boards.yml packer: update board definitions 2023-04-13 09:58:11 -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