Packer Image Building

Using packer to generate images

Packer is used to build images for use in Terraform.

Installation

MacOS

We can install packer using Hashicorp’s Brew Tap.

brew tap hashicorp/tap
brew install hashicorp/tap/packer

Ubuntu 24.04 Base

Default build image

Ubuntu 24.04 Packer Config

Default build image

Last modified March 27, 2025: Add GCP Support (#88) (dccf344)