1 Repo
Tools for declaratively defining and producing machine images as part of an infrastructure-as-code workflow.
Distinct from Infrastructure as Code: Specializes in the creation of the image artifact itself rather than general deployment state management.
Explore 1 awesome GitHub repository matching devops & infrastructure · Image Builders. Refine with filters or upvote what's useful.
Packer is a machine image build tool and multi-platform image orchestrator. It functions as an infrastructure as code image builder that produces identical machine images across multiple platforms from a single source configuration to ensure environment consistency. The tool enables the creation of a golden image pipeline by generating compatible system images for different cloud providers and on-premises hypervisors. It includes an image lifecycle registry to store metadata for tracking the versioning and status of generated images. The system manages the automation of machine image creatio
Uses a declarative approach to define and produce machine images to ensure consistency across deployments.