mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-04 00:18:53 +00:00
b086231008d9f2d2817380e0b00c1a8b9f4624e0
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>
Description
A toolkit for building secure, portable and lean operating systems for containers
241 MiB
Languages
Go
48.3%
text
21.3%
Shell
14%
Dockerfile
5.7%
OCaml
4.6%
Other
6.1%