From 3da93a3c7af7331a1c2275de12648e93ed3f5aa3 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 29 Dec 2018 15:43:50 +0000 Subject: [PATCH] docs: Link reproducible build doc from top-level README Signed-off-by: Rolf Neugebauer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6884dfe55..f09eb2e6c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ LinuxKit, a toolkit for building custom minimal, immutable Linux distributions. - Completely stateless, but persistent storage can be attached - Easy tooling, with easy iteration - Built with containers, for running containers +- Designed to create [reproducible builds](./docs/reproducible-builds.md) [WIP] - Designed for building and running clustered applications, including but not limited to container orchestration such as Docker or Kubernetes - Designed from the experience of building Docker Editions, but redesigned as a general-purpose toolkit - Designed to be managed by external tooling, such as [Infrakit](https://github.com/docker/infrakit) or similar tools