From 17619c39d5cf6ecb5afd4a44c7459eac8c56eef0 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Fri, 7 Feb 2020 16:43:57 +0100 Subject: [PATCH] [README] deprecated infrakit deploykit archived in 2018 (review) Signed-off-by: Arthur Lutz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71174ad0..2070abffe 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ LinuxKit, a toolkit for building custom minimal, immutable Linux distributions. - 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 +- Designed to be managed by external tooling, such as [Infrakit](https://github.com/docker/infrakit) (renamed to [deploykit](https://github.com/docker/deploykit) which has been archived in 2019) or similar tools - Includes a set of longer-term collaborative projects in various stages of development to innovate on kernel and userspace changes, particularly around security LinuxKit currently supports the `x86_64`, `arm64`, and `s390x` architectures on a variety of platforms, both as virtual machines and baremetal (see [below](#booting-and-testing) for details).