A toolkit for building secure, portable and lean operating systems for containers
Go to file
Justin Cormack b086231008 Allow streaming output for tar
This is a little ugly in terms of the validation now, but it is a move towards
splitting "build" and "package".

The "tar" output (and soon others) can output direct to a file or to stdout.
Obviously you can only build a single output format like this.

The LinuxKit output formats that build disk images cannot stream as they
have to build whole images. These allow multiple outputs.

In future we will probably change to
```
moby build | moby package
```

or similar, but that is a bit ugly, so currently have a compromise where
there are essentially two output types.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-06-06 14:50:28 +01:00
cmd/moby Allow streaming output for tar 2017-06-06 14:50:28 +01:00
test trust: improve org checks to enable library official repo checks 2017-06-01 11:20:36 -07:00
vendor Update vendoring for Windows support 2017-05-15 17:32:10 +01:00
.gitignore Fix gitignore to not ignore moby directory 2017-05-26 14:45:19 +01:00
circle.yml Fixup circle CI 2017-05-15 11:55:53 -07:00
LICENSE Add license files 2017-04-24 23:08:30 +01:00
Makefile Merge pull request #45 from justincormack/clean 2017-05-26 13:34:06 +01:00
NOTICE Add license files 2017-04-24 23:08:30 +01:00
vendor.conf Update vendoring for Windows support 2017-05-15 17:32:10 +01:00