James Ma
James Ma
~~@feliperyan Not a Java expert, but going by sourceCompatibility = '17'~~ ~~do you have to wrap the `sourceCompatability` line in `java` like so:~~ ~~java {~~ ~~sourceCompatibility = '17'~~ ~~}~~ Update...
Did some digging. Mea culpa I was misled by our own examples and how (I assumed) the Java buildpacks work. I've requested a rollback the documentation changes I made yesterday,...
Hey there, sorry for the delayed response. Not super familiar with yarn workspaces, but you might be able to get what you want by maybe only including the specific directory...
Really excited for this proposal, and I think there's a lot of interesting ways to make use of it. **In the context of a self-hosted PaaS** I've seen a common...
Hey @gboston just a quick update. @matthewrobertson did a bit more digging and we think we found the root cause. It looks like the builder was using an outdated version...
Re-tested this on the go [sample app ](https://github.com/GoogleCloudPlatform/buildpack-samples/tree/master/sample-go) using Cloud Build and the vulnerability scanner and we're showing less CVEs. The two CVEs mentioned are no longer present and we...
Some quick updates for ya'll. We're in the early phases of releasing our Ubuntu 22 builder, which is both smaller and addresses some of the "fixable" CVEs we talked about...
Made a small announcement explaining how to use the new `google-22` builder https://github.com/GoogleCloudPlatform/buildpacks/discussions/271 And with that I think we can close this issue as it resolves the two key points...
Closing the issue since our internal tests have turned green
Somewhat related to https://github.com/concourse/concourse/issues/1458