generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vsphere-clone builder to decrease build time
- Add vsphere-iso-base named builder to build a base image from iso using kickstart. The `builder` packer user is left intact on this image for consumption by `vsphere-clone` builder in next step. - images emitted by vsphere-iso-base are prefixed with `base-`. - base image name changes made to `vmware-iso-base` vm and disk name too. - introduces new vsphere related params + create_snapshot: create snapshot before converting to template. Useful for linked cloning which is way faster than full clone. + linked_clone: enables link clone for `vsphere-clone` builder. + template: template used by `vsphere-clone` builder
- Loading branch information
1 parent
f273006
commit 1d3263d
Showing
3 changed files
with
123 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters