James Ma

Results 93 comments of James Ma

@gitricko interesting. Can you tell me a bit more about where those apps will be deployed? will they be deployed onto a k8s cluster? cloud run? cloud functions? some other...

> We are looking into evaluating Kf and one of the interesting google has build is that your buildpack has the least vulnerabilities as compared to paketo. Glad to know...

I'm assuming that you're building your react/vue apps in CI/CD pipeline, and you just want to deploy the compiled files using a static site buildpack?

Ah okay, that makes a lot of sense. We've been seeing this kind of use case/request a lot. It could similarly help with easily serving markdown-generated HTML sites (e.g. Hugo,...

To be honest the logic is purely driven by Composer. Reading deeper into the [version selection logic ](https://getcomposer.org/doc/articles/versions.md) I think the docs sample for PHP GCP buldpacks is wrong. By...

I just ran a quick test using [`sample-php` ](https://github.com/GoogleCloudPlatform/buildpack-samples/tree/master/sample-php) and for the most part the wildcards you suggested worked on `v1` and `google-22` builders. I think it just works? feel...

As suggested, docs have been updated to tell users to use `^8.2`

This is some what "as designed". The base images in the GAE context are designed to capture more use cases supporting we applications. The "generic" builders (gcr.io/buildpacks/builder) are much more...

Hey good question! GCP's buildpacks are mostly used for Serverless use cases, things like App Engine, Functions, and Cloud Run. This lets us curate the runtime environment to support those...