push-to-registry

Originally fromhashicorp/agent-skills
Installation
SKILL.md

Push to HCP Packer Registry

Configure Packer templates to push build metadata to HCP Packer registry.

Reference: HCP Packer Registry

Note: HCP Packer is free for basic use. Builds push metadata only (not actual images), adding minimal overhead (<1 minute).

Basic Registry Configuration

packer {
  required_version = ">= 1.7.7"
}

variable "image_name" {
  type    = string
  default = "web-server"
}
Related skills
Installs
9
GitHub Stars
610
First Seen
Apr 3, 2026