linux - How we can change OS for Google App Engine flexible? Or can we do this at all? -
the 1 ends is:
linux gae-default-1-c9cf 3.16.0-4-amd64 #1 smp debian 3.16.36-1+deb8u2 (2016-10-19) x86_64
but need version glibc 2.14.
the current's 1 glibc 2.13:
ldd (debian eglibc 2.13-38+deb7u11) 2.13
and can't upgrade glibc on os, because after apt-get update
, apt-get install libc6
getting this:
reading package lists... done building dependency tree reading state information... done libc6 newest version. 0 upgraded, 0 newly installed, 0 remove , 5 not upgraded.
and can't modify sources.list
because of:
-bash: /etc/apt/sources.list: permission denied
so need os gae flexible app. possible?
yes, can build custom dockerfile either referring 1 fits requirements or specifying scratch: building custom runtimes
Comments
Post a Comment