8 ms·
The datacenter OS doesn't have to be the same as the developer OS. At my work (of similar scale) the datacenters all run Linux but very nearly all developers ar
by phyrex 11mo ago
The datacenter OS doesn't have to be the same as the developer OS. At my work (of similar scale) the datacenters all run Linux but very nearly all developers are on MacOS
- shadowgovt 11mo agoMacOSX is a popular choice for dev boxes (if I understand correctly, they provide some pretty good tooling for managing a fleet of machines; more expensive hardware than a Linux dev machine fleet, but less DIY for company-wide administration). ... but Google solves the "A Linux fleet requires investment to maintain" problem by investing. They maintain their own in-house distro.
- skirmish 11mo ago> their own in-house distro Not really, it is just a well known outside distro plus internal CI servers to make sure that newly updated packages don't break things. Also some internal tools, of course.
- shadowgovt 11mo agoRelative to what the rest of the world does, that is maintaining your own in-house distro. It's downstream of Ubuntu (unless that's changed) but it's tweaked in the ways you've noted (trying to remember if they also maintain their own package mirrors or if they trust apt to fetch from public repositories; that's a detail I no longer recall).
- randomifcpfan 11mo agohttps://en.wikipedia.org/wiki/Goobuntu https://en.wikipedia.org/wiki/Goobuntu In 2018, Google replaced Goobuntu with gLinux, a Linux distribution based on Debian Testing https://en.wikipedia.org/wiki/GLinux https://en.wikipedia.org/wiki/GLinux
- skirmish 11mo agoOwn package mirrors where packages are re-built by ourselves. Adding external public repositories is simply not allowed.