Kenneth Ye

Results 10 comments of Kenneth Ye

I believe our `CONTRIBUTING.md` has the info. In particular, I think the command `bazel build //builders/gcp/base:google_22_builder.image`

IMO it seems like we are adding a lot of environment variables vs having the user provide their own php-fpm file.

Maybe try running in the args `--trust-builder` or enable your build service account to have Artifact registry service account permissions.

Ah I see, you're using Go. You should fix it with `--env GOOGLE_RUNTIME_VERSION=1.21`.

I don't think caching was ever supported for Flex. I'll have to double check if we store the previous images for caching purposes, as Flex deployments generate new image with...

There's a difference between the builder and the run image. The extensions are enabled on the run image. You can specify the run image specifically via `pack build sample-php --builder=gcr.io/buildpacks/builder...

@jama22 I don't think it should "just work". I reprod and looking at the `package.json`, it is missing a `start` command. ``` "scripts": { "dev": "vite dev", "build": "vite build",...

https://github.com/GoogleCloudPlatform/buildpacks/discussions/301#discussioncomment-5885798 Please see if this fixes it for you.

Hmm seems like it will break some stuff. Will double check later.