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
# BOSH Windows Stemcell Builder[](https://slack.cloudfoundry.org)
1
+
# BOSH Windows Stemcell Builder
2
2
3
3
This repository contains Rake tasks for creating BOSH Windows stemcells for AWS, Azure, GCP, and Openstack
4
4
5
5
The recommended approach for creating BOSH Windows stemcells for vSphere which can be deployed on [Cloud Foundry BOSH](https://bosh.io), is [`stembuild`](https://github.com/cloudfoundry/stembuild).
6
6
7
7
[Documentation on how to use `stembuild` can be found here.](https://bosh.io/docs/windows-stemcell-create/)
8
8
9
-
#### Contributing
10
-
Please submit PR's to the `develop` branch
11
-
12
9
#### Dependencies
13
10
14
11
*[Ruby](https://www.ruby-lang.org/en/downloads/) - see `.ruby-version`
@@ -25,15 +22,15 @@ bundle install
25
22
26
23
#### Commands
27
24
```
28
-
rake build:aws # Build AWS Stemcell
29
-
rake build:azure # Build Azure Stemcell
30
-
rake build:gcp # Build GCP Stemcell
25
+
rake build:aws # Build AWS Stemcell
26
+
rake build:azure # Build Azure Stemcell
27
+
rake build:gcp # Build GCP Stemcell
31
28
32
-
rake publish:staging:azure # Stage an image to the Azure marketplace
33
-
rake publish:production:azure # Publish an image to the Azure marketplace
34
-
rake publish:finalize:azure # Wait for finalizing an image to the Azure marketplace
29
+
rake publish:staging:azure # Stage an image to the Azure marketplace
30
+
rake publish:production:azure # Publish an image to the Azure marketplace
31
+
rake publish:finalize:azure # Wait for finalizing an image to the Azure marketplace
35
32
36
-
rake publish:gcp # Publish an image to GCP
33
+
rake publish:gcp # Publish an image to GCP
37
34
```
38
35
39
36
#### Running the tests
@@ -42,4 +39,3 @@ bundle exec rspec
42
39
```
43
40
44
41
Acceptance testing for stemcells should be done with [bosh-windows-acceptance-tests](https://github.com/cloudfoundry/bosh-windows-acceptance-tests)
0 commit comments