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
|
|
|
---
|
|
|
|
|
2017-03-28 00:32:51 -04:00
|
|
|
<header class="hero">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<h1>
|
|
|
|
Create platform specific machine images from a single source
|
|
|
|
</h1>
|
|
|
|
<a class="button primary" href="/intro.html">Get Started</a>
|
|
|
|
<div class="download-module">
|
|
|
|
<p>Packer V0.12.2 has been released</p>
|
|
|
|
<a class="button secondary klavika" href="/downloads.html">Download</a>
|
2015-07-22 20:18:08 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-03-28 00:32:51 -04:00
|
|
|
</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>
|