moby--moby/pkg/chrootarchive
Amit Krishnan a9c6169138 Remove flush(stdout) in pkg/chrootarchive/diff_unix.go and improve error reporting of flush() to fix #21103
pkg/chrootarchive/diff_unix.go erroneously calls flush on stdout, which tries to read from stdout returning an error.
This has been fixed by removing the call and by modifying flush to return errors and checking for these errors on calls to flush.

Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
2016-03-15 10:29:51 -07:00
..
archive.go Correct build-time directory creation with user namespaced daemon 2015-10-20 08:59:48 -04:00
archive_test.go Windows CI: Unit Tests stop running failing chrootarchive tests 2016-03-01 14:28:29 -08:00
archive_unix.go Remove flush(stdout) in pkg/chrootarchive/diff_unix.go and improve error reporting of flush() to fix #21103 2016-03-15 10:29:51 -07:00
archive_windows.go Windows: Fix long path handling for docker build 2015-09-15 10:58:11 -07:00
diff.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
diff_unix.go Remove flush(stdout) in pkg/chrootarchive/diff_unix.go and improve error reporting of flush() to fix #21103 2016-03-15 10:29:51 -07:00
diff_windows.go Add user namespace (mapping) support to the Docker engine 2015-10-09 17:47:37 -04:00
init_unix.go Remove flush(stdout) in pkg/chrootarchive/diff_unix.go and improve error reporting of flush() to fix #21103 2016-03-15 10:29:51 -07:00
init_windows.go Windows: Docker build starting to work 2015-06-17 10:41:28 -07:00