mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-31 06:32:06 +00:00
A toolkit for building secure, portable and lean operating systems for containers
We currently hardcode the Linuxkit/mkimage- images. This has the unfortunate consequence that, if we update the LinuxKit image used to generate the output, we have to update the Moby tool and then vendor it back into the LinuxKit repository. This commit introduces UpdateOutputImages() which allows a client of the Moby tools package to selectively overwrite the packages used to generate the outputs. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com> |
||
---|---|---|
.circleci | ||
cmd/moby | ||
docs | ||
examples | ||
src | ||
test | ||
vendor | ||
.gitignore | ||
CONTRIBUTING.md | ||
gometalinter.json | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
poule.yml | ||
README.md | ||
vendor.conf |
Moby
The Moby Project is an open framework created by Docker to assemble specialized container systems without reinventing the wheel.
At the core of Moby is a framework which provides a “lego set” of dozens of standard components and tools for assembling them into custom platforms.
For more information, please visit the Moby Project home page.