-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpacker.nuspec
24 lines (24 loc) · 1.7 KB
/
packer.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>packer</id>
<version>1.11.2</version>
<title>Packer</title>
<authors>Mitchell Hashimoto, Jack Pearkes, Mark Peek, Ross Smith II, Rickard von Essen</authors>
<owners>Stefan Scherer</owners>
<summary>Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration.</summary>
<description>Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer does not replace configuration management like Chef or Puppet. In fact, when building images, Packer is able to use tools like Chef or Puppet to install software onto the image.</description>
<projectUrl>http://packer.io</projectUrl>
<docsUrl>https://packer.io/docs</docsUrl>
<mailingListUrl>https://groups.google.com/forum/#!forum/packer-tool</mailingListUrl>
<bugTrackerUrl>https://github.com/hashicorp/packer/issues</bugTrackerUrl>
<packageSourceUrl>https://github.com/StefanScherer/choco-packer</packageSourceUrl>
<tags>packer vagrant virtual machine VM VirtualBox VMware puppet chef hashicorp</tags>
<licenseUrl>https://github.com/hashicorp/packer/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<iconUrl>https://raw.githubusercontent.com/StefanScherer/choco-packer/main/images/packer.png</iconUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>