# windows2019fs-release **Repository Path**: mirrors_cloudfoundry/windows2019fs-release ## Basic Information - **Project Name**: windows2019fs-release - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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-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. ## Usage ### Windows ``` ./scripts/create-release.ps1 -tarball {{file.tgz}} ``` ### Linux ``` ./scripts/create-release --tarball {{file.tgz}} ``` 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](https://github.com/cloudfoundry/winc-release) of v2.0 or higher. The [windows2019fs pre-start script](/jobs/windows2019fs/templates/pre-start.ps1.erb) waits for winc-release's groot pre-start to signal.