Re: [Qemu-devel] [PATCH v2 1/3] tests/docker/docker.py: docker_dir outside build

2016-06-11 Thread Fam Zheng
On Wed, 06/08 17:35, Alex Bennée wrote: > Instead of letting the build_image create the temporary working dir we > move the creation to the build command. This is preparation for the > later patches where additional files can be added to the build context > before the build step is run. > > We als

[Qemu-devel] [PATCH v2 1/3] tests/docker/docker.py: docker_dir outside build

2016-06-08 Thread Alex Bennée
Instead of letting the build_image create the temporary working dir we move the creation to the build command. This is preparation for the later patches where additional files can be added to the build context before the build step is run. We also ensure we remove the build context after we are do