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
Set BOSH_AGENT_BIN_PATH=./bosh-agent to provide a bosh agent binary
to be injected into the stemcell being built. Useful when doing agent
development work.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ The arguments to `stemcell:build_with_local_os_image` are:
90
90
of the most recent release and add one, e.g.: "0.0.7" → "0.0.8". If not
91
91
specified, it will default to "0000".
92
92
93
+
While building a stemcell for development purposes it is possible to set the BOSH_AGENT_BIN_PATH environment variable to inject an agent binary into the stemcell instead of downloading one.
94
+
93
95
### The Resulting Stemcell
94
96
95
97
You can find the resulting stemcell in the `tmp/` directory of the host, or in
0 commit comments