Skip to content
Advertisement

How we can change OS for Google App Engine flexible? Or can we do this at all?

The one I always ends with is:

JavaScript

but I need some another version with glibc 2.14.

The current’s one glibc is 2.13:

JavaScript

And I can’t upgrade glibc on this OS, because after apt-get update and apt-get install libc6 I getting this:

JavaScript

And I can’t modify sources.list because of:

JavaScript

So all I need is another OS for my GAE flexible app. Is that possible?

Advertisement

Answer

Yes, you can build a custom dockerfile either by referring one which fits your requirements or specifying it from scratch: Building Custom Runtimes

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement