mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
A toolkit for building secure, portable and lean operating systems for containers
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> |
||
---|---|---|
cmd/moby | ||
test | ||
vendor | ||
.gitignore | ||
circle.yml | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
vendor.conf |