James Ward

Results 233 comments of James Ward
trafficstars

Oh, and the `ENTRYPOINT` on `gcr.io/distroless/java` basically is `java -jar` so that is why just the jar file needs to be specified as the `CMD` but I'm not sure if...

Yup! That is a great way to do it. Thank you.

I'd love this for a project I'm working on, but I realize the Jline replacement piece would be tough. Maybe I can find some cycles to help. :)

Sorry for the delay. I'll work on a sample that reproduces this.

Here is a sample that has the required config: https://github.com/jamesward/hello-zio-http/tree/graalvm

I bumped stuff up to the latest: https://github.com/jamesward/hello-zio-http/commit/4d291523dce52c08a98471adc358215070a25b23 Note the GraalVM configs in the `build.sbt` which are for Netty: https://github.com/jamesward/hello-zio-http/blob/graalvm/build.sbt#L97-L108 Hopefully that helps.

@kitlangton You've made it through the Native Image initiation rites! You should see my scars.

I have some samples that'll break until we get the php & sbt support in. Once we get https://github.com/GoogleCloudPlatform/cloud-run-button/issues/170 done, then I can `app.json` them to use the heroku buildpacks.

I have a new sample for this at: https://github.com/GoogleCloudPlatform/buildpack-samples/tree/master/sample-node-tsc Because it is pretty common to use `devDependencies` to build the application, I think the buildpack should do something like the...