Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | Set the HOME environment variable for sub-containers. | Ian Lewis | |
Fixes #701 PiperOrigin-RevId: 316025635 | |||
2020-04-23 | Simplify Docker test infrastructure. | Adin Scannell | |
This change adds a layer of abstraction around the internal Docker APIs, and eliminates all direct dependencies on Dockerfiles in the infrastructure. A subsequent change will automated the generation of local images (with efficient caching). Note that this change drops the use of bazel container rules, as that experiment does not seem to be viable. PiperOrigin-RevId: 308095430 |