You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--flat install implementation will go through the composefs
repository. This gives several advantages:
- SELinux labeling is handled by composefs-rs (selabel), which applies
labels from the image's file_contexts rather than inheriting the
running container's labels.
- The kernel installation flow is reused from composefs-rs
(get_boot_resources / UsrLibModulesVmlinuz).
- The composefs repo is preserved at /sysroot/composefs, making it
easy to convert to immutable/bootc mode later. Users who don't want
the metadata overhead can rm -rf /sysroot/composefs.
- write_to_path supports reflink copies on btrfs/XFS, sharing blocks
with the composefs object store.
- --source-imgref now works with --flat (the in_host_mountns guard is
removed since we pull via the image reference, not via cp /).
Signed-off-by: Eric Curtin <eric.curtin@docker.com>
|Vendor | Caligra | 2025 |[workbench](https://caligra.com/workbench/)| An OS designed to accelerate knowledge work|
14
+
|Vendor | CIQ | 2026 |https://ciq.com| Rocky Linux from CIQ (RLC) - Image Based Linux - Standard and Cloud variants|
15
15
16
16
# bootc Adopters (indirect, via ostree)
17
17
@@ -24,13 +24,13 @@ is to be the successor to ostree, and it is our aim to seamlessly carry forward
24
24
25
25
| Type | Name | Since | Website | Use-Case |
26
26
|:-|:-|:-|:-|:-|
27
-
| Vendor | Endless | 2014 | [link](https://www.endlessos.org/os) | A Completely Free, User-Friendly Operating System Packed with Educational Tools, Games, and More
28
-
| Vendor | Red Hat | 2015 | [link](https://redhat.com) | Image Based Linux
29
-
| Vendor | Apertis | 2020 | [link](https://apertis.org) | Collaborative OS platform for products
30
-
| Vendor | Fedora Project | 2021 | [link](https://fedoraproject.org/atomic-desktops/) | An atomic desktop operating system aimed at good support for container-focused workflows
27
+
| Vendor | Endless | 2014 |[link](https://www.endlessos.org/os)| A Completely Free, User-Friendly Operating System Packed with Educational Tools, Games, and More|
28
+
| Vendor | Red Hat | 2015 |[link](https://redhat.com)| Image Based Linux|
29
+
| Vendor | Apertis | 2020 |[link](https://apertis.org)| Collaborative OS platform for products|
30
+
| Vendor | Fedora Project | 2021 |[link](https://fedoraproject.org/atomic-desktops/)| An atomic desktop operating system aimed at good support for container-focused workflows|
31
31
| Vendor | Playtron GameOS | 2022 |[link](https://www.playtron.one/)| A video game console OS that has integration with the top PC game stores |
32
-
| Vendor | Universal Blue | 2022 | [link](https://universal-blue.org/) | The reliability of a Chromebook, but with the flexibility and power of a traditional Linux desktop
33
-
| Vendor | Fyra Labs | 2024 | [link](https://fyralabs.com) | Bootc powers an experimental variant of Ultramarine Linux
32
+
| Vendor | Universal Blue | 2022 |[link](https://universal-blue.org/)| The reliability of a Chromebook, but with the flexibility and power of a traditional Linux desktop|
33
+
| Vendor | Fyra Labs | 2024 |[link](https://fyralabs.com)| Bootc powers an experimental variant of Ultramarine Linux|
0 commit comments