2013-06-21 15:18:29 -04:00
|
|
|
---
|
|
|
|
layout: "intro"
|
|
|
|
page_title: "Supported Platforms"
|
|
|
|
prev_url: "/intro/use-cases.html"
|
|
|
|
next_url: "/intro/getting-started/setup.html"
|
|
|
|
next_title: "Getting Started: Install Packer"
|
|
|
|
---
|
|
|
|
|
|
|
|
# Supported Platforms
|
|
|
|
|
2013-06-28 16:54:46 -04:00
|
|
|
Packer can create machine images for any platform. Packer ships with
|
2014-10-11 07:19:10 -04:00
|
|
|
support for a set of platforms, but can be [extended through plugins](/docs/extend/builder.html)
|
2013-06-21 15:18:29 -04:00
|
|
|
to support any platform. This page documents the list of supported image
|
|
|
|
types that Packer supports creating.
|
|
|
|
|
|
|
|
If you were looking to see what platforms Packer is able to run on, see
|
|
|
|
the page on [installing Packer](/intro/getting-started/setup.html).
|
|
|
|
|
2014-10-20 13:55:16 -04:00
|
|
|
-> **Note:** We're always looking to officially support more
|
2013-06-21 15:18:29 -04:00
|
|
|
target platforms. If you're interested in adding support for another
|
|
|
|
platform, please help by opening an issue or pull request within
|
2014-10-20 13:55:16 -04:00
|
|
|
[GitHub](https://github.com/mitchellh/packer) so we can discuss
|
2013-06-21 15:18:29 -04:00
|
|
|
how to make it happen.
|
|
|
|
|
|
|
|
Packer supports creating images for the following platforms or targets.
|
|
|
|
The format of the resulting image and any high-level information about the
|
|
|
|
platform is noted. They are listed in alphabetical order. For more detailed
|
|
|
|
information on supported configuration parameters and usage, please see
|
|
|
|
the appropriate [documentation page within the documentation section](/docs).
|
|
|
|
|
2014-05-10 17:43:01 -04:00
|
|
|
* ***Amazon EC2 (AMI)***. Both EBS-backed and instance-store AMIs within
|
|
|
|
[EC2](http://aws.amazon.com/ec2/), optionally distributed to multiple regions.
|
2013-06-21 15:18:29 -04:00
|
|
|
|
2014-05-06 21:04:43 -04:00
|
|
|
* ***DigitalOcean***. Snapshots for [DigitalOcean](http://www.digitalocean.com/)
|
2013-06-21 15:18:29 -04:00
|
|
|
that can be used to start a pre-configured DigitalOcean instance of any size.
|
|
|
|
|
2014-05-06 21:04:43 -04:00
|
|
|
* ***Docker***. Snapshots for [Docker](http://www.docker.io/)
|
2013-12-30 18:19:01 -05:00
|
|
|
that can be used to start a pre-configured Docker instance.
|
|
|
|
|
|
|
|
* ***Google Compute Engine***. Snapshots for [Google Compute Engine](https://cloud.google.com/products/compute-engine)
|
|
|
|
that can be used to start a pre-configured Google Compute Engine instance.
|
|
|
|
|
2014-05-06 21:04:43 -04:00
|
|
|
* ***OpenStack***. Images for [OpenStack](http://www.openstack.org/)
|
2013-09-01 16:41:48 -04:00
|
|
|
that can be used to start pre-configured OpenStack servers.
|
|
|
|
|
2014-05-10 18:03:22 -04:00
|
|
|
* ***Parallels (PVM)***. Exported virtual machines for [Parallels](http://www.parallels.com/downloads/desktop/),
|
|
|
|
including virtual machine metadata such as RAM, CPUs, etc. These virtual
|
2014-05-10 17:43:01 -04:00
|
|
|
machines are portable and can be started on any platform Parallels runs on.
|
2014-05-06 21:04:43 -04:00
|
|
|
|
2013-12-30 18:19:01 -05:00
|
|
|
* ***QEMU***. Images for [KVM](http://www.linux-kvm.org/) or [Xen](http://www.xenproject.org/)
|
|
|
|
that can be used to start pre-configured KVM or Xen instances.
|
|
|
|
|
2014-05-10 18:03:22 -04:00
|
|
|
* ***VirtualBox (OVF)***. Exported virtual machines for [VirtualBox](https://www.virtualbox.org/),
|
|
|
|
including virtual machine metadata such as RAM, CPUs, etc. These virtual
|
2014-05-10 17:43:01 -04:00
|
|
|
machines are portable and can be started on any platform VirtualBox runs on.
|
2013-06-21 15:18:29 -04:00
|
|
|
|
2014-05-10 17:43:01 -04:00
|
|
|
* ***VMware (VMX)***. Exported virtual machines for [VMware](http://www.vmware.com/)
|
|
|
|
that can be run within any desktop products such as Fusion, Player, or
|
|
|
|
Workstation, as well as server products such as vSphere.
|
2013-06-21 15:18:29 -04:00
|
|
|
|
|
|
|
As previously mentioned, these are just the target image types that Packer
|
|
|
|
ships with out of the box. You can always [extend Packer through plugins](/docs/extend/builder.html)
|
|
|
|
to support more.
|