Thanks Nick.
Do you have example of how when can write such a dockerfile.
I am particularly curious about how to install the java jdk in a manner
that is compatible with java-compat runtime build.
I am using appengine flexible and need a dockerfile that is compatible with
appengine runtime and at the same time adds in java sdk.

On Fri, Oct 28, 2016 at 9:30 PM, 'Nick (Cloud Platform Support)' via Google
App Engine <google-appengine@googlegroups.com> wrote:

> Hey Vinay,
>
> You can use the Dockerfile
> <https://docs.docker.com/engine/reference/builder/> of a Custom Runtime
> <https://cloud.google.com/appengine/docs/flexible/custom-runtimes/build>
> based on a default image to install and configure javac on the system. This
> would then enable you to run dynamic compilation.
>
> Let me know if you have any further questions, I'm here to help.
>
> Cheers!
>
> Nick
> Cloud Platform Community Support
>
> On Tuesday, October 25, 2016 at 11:41:00 PM UTC-4, Vinay Chitlangia wrote:
>>
>> How can we do dynamic compilation of Java in the appengine flexible
>> environment.
>>
>> ToolProvider.getSystemJavaCompiler() returns null in the flexible runtime.
>>
>> Is there some other docker image I can use that has the jdk instead of just 
>> jre?
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/AXrpk-I9Bbw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/92ff045e-d53f-4293-8b91-
> 1d96fd4247f0%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/92ff045e-d53f-4293-8b91-1d96fd4247f0%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CADt9hj-8s8QgFcxxz%2BjSAd-%2BV%2BL5aw_rmqPD5NOut%2BgQ289JjQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to