Scott Frederick

Results 107 comments of Scott Frederick

@simon-geard Your configuration looks correct. I was able to reproduce the problem with a fresh Fedora installation. The `pack` option `--docker-host inherit` and the Spring Boot plugin option `docker.bindHostToBuilder =...

It's not clear to me what this problem has to do with Spring Cloud Connectors. Connectors is used when you want connection beans automatically configured based on credentials exposed by...

Discovery "just works" with container networking. Some configuration is required in the apps and in the platform if you want the registering app and discovering app to communicate directly via...

Revisiting this now that I have more context on `spring-cloud-cloudfoundry-discovery`. My previous comment related to Spring Cloud Services with Spring Cloud Netflix Eureka, and doesn't apply in the context of...

DNS-based discovery would work fine with newer versions of CF, but isn't supported on older versions. I don't see users asking for container-to-container support with spring-cloud-cloudfoundry right now, so I...

@making I haven't looked closely at the code or tested it myself, but did have an observation: One of the issues I have with the current `spring-cloud-cloudfoundry-discovery` module is that...

@ojhughes I had to fix the imports to get another change in. You should be able to rebase and remove those changes.

There is a [Cloud Native Buildpacks RFC](https://github.com/buildpacks/rfcs/pull/50) that proposed lifecycle support for customization of the dates in image metadata in a way that could be used by any platform (like...

In addition to allowing configuration for using the current date/time, this enhancement could allow the user to provide their own fixed date/time as an alternative to the default epoch `createDate`...

For discussion, there is a proposal to address this with an enhancement to the Paketo CNB buildpacks: https://github.com/paketo-buildpacks/procfile/issues/45.