packer
Installation
SKILL.md
Packer Skill
Reference for building machine images with HashiCorp Packer, focusing on VM template creation for homelab environments.
Quick Reference
# Core workflow
packer init . # Initialize, download plugins
packer validate . # Syntax validation
packer fmt -recursive . # Format HCL files
packer build . # Build image(s)
# Debug
packer build -debug . # Step through build
PACKER_LOG=1 packer build . 2>debug.log # Verbose logging
Related skills
More from poindexter12/waypoint
proxmox
|
22docker
|
11github-actions
|
11gh-issue-triage
Label taxonomy and triage workflow for GitHub issues. Defines type labels (bug/feature/enhancement/docs/chore), priority levels (critical/high/medium/low), status labels, and triage decision workflow. Use when categorizing and prioritizing issues.
9gh-issue-templates
Standardized GitHub issue templates for bugs, features, and tasks. Provides title formats, body structure, and required sections. Use when creating issues to ensure consistency. Includes copy-paste templates in templates/ directory.
9ansible
|
8