moby--moby/utils
Johannes 'fish' Ziemke b04c6466cd Make docker build return exit code of build step
If a command during build fails, `docker build` now returns with
the exit code of that command.

This makes it necessary to change the build api endpoint to
return a json object stream.
2013-12-02 17:52:37 +01:00
..
daemon.go go fmt 2013-11-07 12:27:33 -08:00
fs.go Merge branch 'master' into 0.6.5-dm-plugin 2013-11-21 17:18:41 -08:00
http.go Lintify code with confidence=1 2013-11-18 16:24:11 -08:00
random.go go fmt 2013-11-07 12:27:33 -08:00
signal.go stop proxy at one point 2013-10-29 14:29:01 -07:00
signal_darwin.go Add -nostdin and -proxy to docker attach, allow arbirary signal to be sent via docker kill api endpoint 2013-10-18 16:16:29 -07:00
signal_linux.go Add -nostdin and -proxy to docker attach, allow arbirary signal to be sent via docker kill api endpoint 2013-10-18 16:16:29 -07:00
stdcopy.go Add better comments to utils/stdcopy.go. 2013-10-16 10:58:53 -07:00
tarsum.go Add import for dotcloud/tar to replace std tar pkg 2013-08-12 22:42:29 +00:00
uname_darwin.go utils: fix compilation on Darwin 2013-05-19 00:02:42 -03:00
uname_linux.go fix compilation on linux 2013-05-20 20:43:09 +03:00
utils.go Make docker build return exit code of build step 2013-12-02 17:52:37 +01:00
utils_test.go gofmt 2013-11-13 19:25:55 +00:00