Files
Tianon Gravi c16b7e1cc2 Fix "docker-build.sh" wrapper to handle images with ONBUILD instructions more automatically
The way we handle this semi-gracefully is to create a fake "docker save" tarball that contains just a single layer whose parent is the image we're wanting to test, and whose "config" is the same as the parent image, but with "OnBuild" nulled out, and adjust the build to use that new layer as the base for the build instead.
2015-11-13 11:17:30 -08:00
..