Stephen Levine
Stephen Levine
CC: @ekcasey @jromero
Awesome work @EricHripko! How are you handling launch layers that aren't rebuilt or cached (so they're not present in the container), but still need to be carried over from the...
CF Local provides the same buildpacks as CF. The Java buildpack requires a compiled Java JAR or WAR, so instead of `cf local run -d`, the recommended development workflow for...
CF Local is currently on hold while we build out the [Cloud Native Buildpacks](https://buildpacks.io) project, which has a [CLI](https://github.com/buildpack/pack) that's similar to CF Local. I plan to update CF Local...
Do you use an HTTP/HTTPS proxy to connect to the internet on your workstation?
Ignoring manifest.yml is an intentional design decision that I don't currently have plans to change. Reasons include: - Local app configuration and remote app configuration are often different. The service...
Hi @victorjdev, The `cf local run` command currently only exposes a single port. As a workaround, you can export the app as an image with `cf local export`, and then...
There's some discussion about this [here](https://lists.cloudfoundry.org/g/cf-dev/topic/6334165#7300). Bret has also reached out to me directly about signing the CF Local binaries with a trusted code signing certificate so that they can...
@sbromley07 Thanks for the report! Looking into this now.
What version of CF Local do you have installed?