packer-cn/website/source/docs/post-processors/compress.html.markdown
Tim Brown bd5382dc72 Update example to match parameter.
The example showed "path" instead of "output".
2014-10-13 12:56:53 -07:00

574 B

layout page_title
docs compress Post-Processor

Compress Post-Processor

Type: compress

The compress post-processor takes an artifact with files (such as from VMware or VirtualBox) and gzip compresses the artifact into a single archive.

Configuration

The configuration for this post-processor is extremely simple.

  • output (string) - The path to save the compressed archive.

Example

An example is shown below, showing only the post-processor configuration:

{
  "type": "compress",
  "output": "foo.tar.gz"
}