Due to limitations in distributing the Microsoft container images, this release does not actually have any final releases. As such, building and versioning this release is slightly unconventional.
scripts/create-release
and scripts/create-release.ps1
can be used to create a release which can be uploaded to a bosh director. This release will have a correct version and will use the correct cloudfoundry/windows2016fs
container image.
./scripts/create-release.ps1 -tarball {{file.tgz}}
./scripts/create-release --tarball {{file.tgz}}
If you are running in dev mode, set the DEV_ENV
environment variable to true
.
Ensure that winc-release
and windows1803fs-release
are uploaded to your BOSH director.
bosh -d windows1803fs deploy manifests/smoke-test.yml
bosh -d windows1803fs run-errand smoke-test
- This bosh release can only be deployed together with a winc-release of v2.0 or higher. The windows1803fs pre-start script waits for winc-release's groot pre-start to signal.