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.
If you are running in dev mode, set the DEV_ENV environment variable to true.
smoke test
Ensure that winc-release and windows2019fs-release are uploaded to your BOSH director.
bosh -d windows2019fs deploy manifests/smoke-test.yml
bosh -d windows2019fs run-errand smoke-test
Requirements
This bosh release can only be deployed together with a winc-release of v2.0 or higher. The windows2019fs pre-start script waits for winc-release’s groot pre-start to signal.
windows2019fs-release
Using this release
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-releaseandscripts/create-release.ps1can 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 correctcloudfoundry/windows2016fscontainer image.Usage
Windows
Linux
If you are running in dev mode, set the
DEV_ENVenvironment variable totrue.smoke test
Ensure that
winc-releaseandwindows2019fs-releaseare uploaded to your BOSH director.Requirements