James Ma

Results 93 comments of James Ma

Fasting forward even more, we've been sufficiently annoyed with the need to provide a `Procfile` all the time that @smsohan made a change https://github.com/GoogleCloudPlatform/buildpacks/commit/290c2239c5aec69c75f173702f35377fc9185575 to default the settings to using...

Adding to this, CNB has a mechism to mark files as included/excluded per build. We recently had to answer a question around this in the discussion https://github.com/GoogleCloudPlatform/buildpacks/discussions/301 the nuance here...

A few years later, you can now cache parts of your build using the `--cache-image` flag. Its not as simple as using the `--pack` flag, you'll have to create a...

oh hey hi. I think i'd be interested in picking this up again

Documented in https://cloud.google.com/docs/buildpacks/python#application_entrypoint

You actually need to give the full semver version number for the runtime version, so your `project.toml` needs to be: ``` [[build.env]] name = "GOOGLE_RUNTIME_VERSION" value = "1.17" ```

Hey @uhyo , thanks for bringing this to our attention. I think there's a few things we could do here: * we should'nt log it twice * we could support...

@flovouin I think that makes a lot of sense to open a separate request for marking the request as failed. We're starting to do some planning next year on how...

@html5maker or @Gdani64 not sure if we actually support this, but I'm also not super familiar with how PHP applications work. Do you have a sample project /sample nginx configuration...

ah okay, so we might have to implement some logic there to be able to ignore the generated `nginx.conf.d` I think some additional investigation is required to see if we...