James Ma

Results 93 comments of James Ma

@Niraj-Fonseka its currently in our icebox under the Operations project. Unfortunately its not a priority for the team right now

@brownjohnf we have some getting started with contributing under our quickstart guide for engineer contributors: https://github.com/concourse/concourse/blob/master/CONTRIBUTING.md Not sure if that has enough specific detail to get you started though... /cc...

Just thinking out loud here, I think there would be a lot of plumbing required to make this happen: 1. We'd need an entirely new set of builders that work...

Having trouble difficulty reproducing this locally with Python. Here's what i tried: 1. cloned https://github.com/GoogleCloudPlatform/buildpack-samples/tree/master/sample-python 2. Modified `requirements.txt` to add `hiredis==2.0.0` as a requirement 3. tried to build the project...

Thanks for the followup @rajjagesar. Sorry I completely missed the fact that you're using a custom builder for your project. 1. Could you tell me more about your custom builder?...

You can now find a full list of supported language runtimes https://cloud.google.com/docs/buildpacks/overview

happy to say this is resolved via docs under https://cloud.google.com/docs/buildpacks/nodejs#using_google_nodejs_version and https://cloud.google.com/docs/buildpacks/nodejs#tips

Its unlikely that we'll be supporting Node 17. The next version of node we're targetting is Node 18, and that has a dependency on #232, which we hope to have...

Makes sense. For additional context, it sounds like a request to extend the capabilities of this feature we introduced in App Engine / Cloud Functions (https://cloud.google.com/appengine/docs/standard/nodejs/specifying-dependencies#private_dependencies_with_artifact_registry) that allows users to...

Hey folks, sorry for catching ya'll by surprise. The docs release fell behind the update in the buildpacks. You should be able to bypass this behavior by setting following environment...