create-builder
should be able to create a Windows image
#469
Labels
os/windows
status/in-progress
Issue or PR that is currently in progress.
type/enhancement
Issue that requests a new feature or improvement.
Description
pack create-builder
currently only creates Linux images.Proposed solution
pack
(compiled for Linux and Mac) andpack.exe
(compiled for Windows) should be able to create Windows images.Describe alternatives you've considered
Additional context
/cnb
- this should beFiles/cnb
on WindowsPossible acceptance criteria
pack create-builder windows-builder --builder-config <path to builder.toml>
should succeed when run with and without--publish
pack.exe create-builder windows-builder --builder-config <path to builder.toml>
should succeed when run with and without--publish
pack inspect-builder windows-builder
should succeeddocker run windows-builder
should succeed and we should see that the lifecycle executables are present in the image at the expected locationThe text was updated successfully, but these errors were encountered: