Hacker News new | ask | show | jobs
by jfoster 3742 days ago
Does Google still patch the stack (kernel, web server, interpreter, database, modules, etc.) whenever security issues are discovered? I always thought that was one of the best bits of the App Engine model.
1 comments

Currently we patch all the software on the VM, but not the application container itself. We make new base images available, but the user has to re-deploy to pick up these changes.
Is there any notification (email, readable VM version on a server, etc.) when one of those redeployments should occur?