mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-27 10:14:01 -04:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Migrating links to new format * Updating docs-content-check-legacy-links-format hash * chore: update source * Update generated partials from Packer plugin SDK * Bump packer-plugin-sdk to get latest packer-sdc * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx * Update Plugin SDK to fix shell-local regression --------- Co-authored-by: Kendall Strautman <[email protected]> Co-authored-by: Wilken Rivera <[email protected]> Co-authored-by: Kendall Strautman <[email protected]>
18 lines
1.0 KiB
Plaintext
18 lines
1.0 KiB
Plaintext
---
|
|
description: |
|
|
Packer allows you to create identical machine images for multiple platforms from a single source template.
|
|
page_title: Documentation
|
|
---
|
|
|
|
# Packer Documentation
|
|
|
|
[Packer](https://www.packer.io/) is an open source tool that enables you to create identical machine images for multiple platforms from a single source template. A common use case is creating "golden images" that teams across an organization can use in cloud infrastructure.
|
|
|
|
To install Packer and learn the standard Packer workflow, try the [Get Started tutorials](/packer/tutorials).
|
|
|
|
## HCP Packer
|
|
|
|
The HCP Packer registry stores metadata about your images. You can use the registry to track information about golden images from your Packer builds, clearly designate which images are appropriate for test and production environments, and query for the right images to use in both Packer and Terraform configurations.
|
|
|
|
To get started, visit the [HCP Packer documentation](/hcp/docs/packer) or try the [Get Started with HCP Packer tutorials](/packer/tutorials/hcp-get-started).
|