This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
Releases: cloudfoundry-incubator/cflocal
Releases · cloudfoundry-incubator/cflocal
v0.10.0
Release Notes
- Drastic performance improvements, including:
- Staging cache is preserved between stages (in
.app.cache
) - Buildpacks are cached as layers in the staging base image
- Staging cache is preserved between stages (in
- Offline usage should work, as long as the staging base image is already built. I may introduce a
cf local update
to force an update of the base image when you have an internet connection. - Full support for
.cfignore
files
Known Issues
- Writes UNIX line endings on Windows
- Java buildpack app JARs must be unzipped to be staged
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
Release Notes
- Always respect
--skip-ssl-validation
when the cf CLI has been authenticated using that flag - Fix app bit permissions in the staging container
Known Issues
- Windows support is better in this release, but still not fully tested
- Writes UNIX line endings on Windows
- Needs loading bars when building/pulling images
v0.4.0
Release Notes
- Fix staging on Windows
- Improve argument parsing
- Allow host listen interface to be specified (useful with docker-machine)
Known Issues
- Windows support is better in this release, but still not fully tested
- Writes UNIX line endings on Windows
- Needs loading bars when building/pulling images
v0.3.0
v0.2.2
v0.2.1 - Support for Linux
Windows may work as well, but it hasn't been tested.