2014-10-20 16:47:30 -04:00
|
|
|
---
|
2017-03-25 18:13:52 -04:00
|
|
|
description: |-
|
|
|
|
Packer is a free and open source tool for creating golden images for multiple
|
|
|
|
platforms from a single source configuration.
|
2014-10-20 16:47:30 -04:00
|
|
|
---
|
|
|
|
|
2013-06-20 20:27:04 -04:00
|
|
|
<div class="home">
|
2017-03-25 18:13:52 -04:00
|
|
|
<header>
|
2015-07-22 20:18:08 -04:00
|
|
|
<div class="container hero">
|
|
|
|
<div class="row">
|
2017-03-25 18:13:52 -04:00
|
|
|
<div class="col-md-offset-2 col-md-8">
|
|
|
|
<%= image_tag "logo-text.svg", alt: "Packer by HashiCorp", height: 80 %>
|
|
|
|
|
|
|
|
<h1>A tool for building machine images</h1>
|
|
|
|
<a class="button primary" href="/intro">Get Started</a>
|
|
|
|
<a class="button" href="/downloads.html">Download <%= latest_version %></a>
|
|
|
|
|
|
|
|
<%= image_tag "hero-image.svg" %>
|
2015-07-22 20:18:08 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
2017-03-25 18:13:52 -04:00
|
|
|
|
|
|
|
<section id="automated" class="marketing">
|
2015-07-22 20:18:08 -04:00
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<%= image_tag 'screenshots/vmware_and_virtualbox.png', class: 'img-responsive' %>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
2017-03-25 18:13:52 -04:00
|
|
|
<span class="callout">Infrastructure as code</span>
|
|
|
|
<h2>Modern, Automated</h2>
|
2015-07-22 20:18:08 -04:00
|
|
|
<p>
|
2017-03-25 18:13:52 -04:00
|
|
|
Packer is easy to use and automates the creation of any type of
|
|
|
|
machine image. It embraces modern configuration management by
|
|
|
|
encouraging you to use automated scripts to install and configure
|
|
|
|
the software within your Packer-made images. Packer brings machine
|
|
|
|
images into the modern age, unlocking untapped potential and opening
|
|
|
|
new opportunities.
|
|
|
|
</p>
|
2015-07-22 20:18:08 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
2017-03-25 18:13:52 -04:00
|
|
|
|
|
|
|
<section id="integrations" class="marketing invert">
|
2015-07-22 20:18:08 -04:00
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-6">
|
2017-03-25 18:13:52 -04:00
|
|
|
<span class="callout">Integrations</span>
|
|
|
|
<h2>Works Out of The Box</h2>
|
2015-07-22 20:18:08 -04:00
|
|
|
<p>
|
2017-03-25 18:13:52 -04:00
|
|
|
Out of the box Packer comes with support to build images for
|
|
|
|
Amazon EC2, CloudStack, DigitalOcean, Docker, Google Compute
|
|
|
|
Engine, Microsoft Azure, QEMU, VirtualBox, VMware, and more.
|
|
|
|
Support for more platforms is on the way, and anyone can add
|
|
|
|
new platforms via plugins.
|
|
|
|
</p>
|
2015-07-22 20:18:08 -04:00
|
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
2017-03-25 18:13:52 -04:00
|
|
|
<div class="integrations-list">
|
|
|
|
<div class="integration">
|
|
|
|
<%= image_tag("integrations/azure.svg", alt: "Microsoft Azure") %>
|
|
|
|
</div>
|
|
|
|
<div class="integration">
|
|
|
|
<%= image_tag("integrations/aws.svg", alt: "Amazon AWS") %>
|
|
|
|
</div>
|
|
|
|
<div class="integration">
|
|
|
|
<%= image_tag("integrations/vmware.svg", alt: "VMware") %>
|
|
|
|
</div>
|
|
|
|
<div class="integration">
|
|
|
|
<%= image_tag("integrations/google-cloud.svg", alt: "Google Cloud") %>
|
|
|
|
</div>
|
|
|
|
<div class="integration">
|
|
|
|
<%= image_tag("integrations/docker.svg", alt: "Docker") %>
|
|
|
|
</div>
|
|
|
|
<div class="integration">
|
|
|
|
<%= image_tag("integrations/aws.svg", alt: "Virtual Box") %>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-07-22 20:18:08 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|