summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-12-07 05:47:31 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-12-07 19:22:55 +0000
commite108bef816de0c3cecf0186eb557f20ce0db3580 (patch)
tree560ac0a41480e352f0938801920f1c7858995ca3 /docs
parent7173ac76bc1930eaa592417ea52dce308842d2a7 (diff)
downloadostree-e108bef816de0c3cecf0186eb557f20ce0db3580.tar.gz
docs/related: Add Balena
It's quite related. Closes: #1369 Approved by: jlebon
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/related-projects.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual/related-projects.md b/docs/manual/related-projects.md
index c4f558da..a44f28a4 100644
--- a/docs/manual/related-projects.md
+++ b/docs/manual/related-projects.md
@@ -347,3 +347,9 @@ and furthermore the tar format is flexible, with multiple ways to represent data
making it hard to impossible to reassemble and verify from on-disk state.
The [tarsum](https://github.com/docker/docker/blob/master/pkg/tarsum/tarsum_spec.md) effort
was intended to address this, but it was not adopted in the end for v2.
+
+## Docker-related: Balena
+
+The [Balena](https://github.com/resin-os/balena) project forks Docker and aims
+to even use Docker/OCI format for the root filesystem, and adds wire deltas
+using librsync. See also [discussion on libostree-list](https://mail.gnome.org/archives/ostree-list/2017-December/msg00002.html).