|
35 | 35 | bundle exec rake stemcell:build_os_image[ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz] |
36 | 36 |
|
37 | 37 | # build vSphere stemcell |
38 | | -bundle exec rake stemcell:build_with_local_os_image[vsphere,esxi,ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz] |
| 38 | +bundle exec rake stemcell:build[vsphere,esxi,ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz] |
39 | 39 | ``` |
40 | 40 |
|
41 | 41 | When building a vSphere stemcell, you must download `VMware-ovftool-*.bundle` |
@@ -81,10 +81,10 @@ Rebuild the stemcell when you are making and testing BOSH-specific changes such |
81 | 81 | export short_name="jammy" |
82 | 82 | export build_number="0.0.8" |
83 | 83 |
|
84 | | -bundle exec rake stemcell:build_with_local_os_image[vsphere,esxi,ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz,${build_number}] |
| 84 | +bundle exec rake stemcell:build[vsphere,esxi,ubuntu,${short_name},${PWD}/tmp/ubuntu_base_image.tgz,${build_number}] |
85 | 85 | ``` |
86 | 86 |
|
87 | | -The arguments to `stemcell:build_with_local_os_image` are: |
| 87 | +The arguments to `stemcell:build` are: |
88 | 88 |
|
89 | 89 | 1. `infrastructure_name`: Which IaaS you are producing the stemcell for. |
90 | 90 | Determines which virtualization tools to package on top of the stemcell. |
@@ -143,7 +143,7 @@ container): |
143 | 143 |
|
144 | 144 | ### How to Run Tests for Stemcell |
145 | 145 |
|
146 | | -When you run the `stemcell:build_with_local_os_image` rake task, it will create |
| 146 | +When you run the `stemcell:build` rake task, it will create |
147 | 147 | a stemcell that it runs the stemcell specific tests against. You will need to |
148 | 148 | run the **rake task the first time you create your docker container**, but |
149 | 149 | everytime after, as long as you do not destroy the container, you should be |
|
0 commit comments