You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+99-26Lines changed: 99 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,25 @@
1
1
# Stembuild
2
2
3
-
The stembuild binary is used to build BOSH stemcells for **Windows 2012R2**,**Windows Server, version v1709** and **Windows Server, version 1803**on **vSphere**. See [here](https://github.com/cloudfoundry-incubator/bosh-windows-stemcell-builder/wiki/Creating-a-vSphere-Stemcell-by-Hand) for instructions to build Windows stemcells for vSphere.
3
+
The stembuild binary is used to build BOSH stemcells for **Windows 2012R2**,**Windows Server, version v1709**, **Windows Server, version 1803**, **Windows Server 2019**on **vSphere**.
4
4
5
-
It can convert a prepared .vmdk into a stemcell with the appropriate metadata.
6
-
7
-
Download the latest stembuild from the [Releases page](https://github.com/cloudfoundry-incubator/stembuild/releases).
8
-
9
-
## Dependencies
10
-
The VMware 'ovftool' binary must be on your path or Fusion/Workstation must be installed (both include the 'ovftool').
5
+
**Instructions**: See [here](https://bosh.io/docs/windows-stemcell-create/) for instructions to build Windows stemcells for vSphere.
11
6
12
7
## Installation
8
+
Download the latest stembuild from the [Releases page](https://github.com/cloudfoundry-incubator/stembuild/releases) that corresponds to the operating system of your local host and the stemcell version that you want to build
13
9
14
-
To install `stembuild` go to [Releases](https://github.com/cloudfoundry-incubator/stembuild/releases)
10
+
## Dependencies
11
+
[LGPO](https://www.microsoft.com/en-us/download/details.aspx?id=55319) must be downloaded in the same folder as your `stembuild`
15
12
16
13
## Current Commands
17
14
```
18
-
stembuild version 0.21.45, Windows Stemcell Building Tool
15
+
stembuild version <STEMCELL-VERSION>, Windows Stemcell Building Tool
- VM provisioned using the stembuild construct command
83
+
- Access to vCenter environment
84
+
- The `vcenter-url`, `vcenter-username`, `vcenter-password`, and `vm-inventory-path` flags must be specified.
85
+
-**NOTE**: The 'vm' keyword must be included between the datacenter name and folder name for the vm-inventory-path (e.g: <datacenter>/vm/<vm-folder>/<vm-name>)
0 commit comments