|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <title>Adopters | bootc </title> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 8 | + |
| 9 | + <link rel="icon" type="image/png" href="https://bootc-dev.github.io/favicon.ico"> |
| 10 | + |
| 11 | + <style> |
| 12 | + :root { |
| 13 | + /* Primary theme color */ |
| 14 | + --primary-color-h: 288; |
| 15 | + --primary-color-s: 57%; |
| 16 | + --primary-color-l: 40%; |
| 17 | + --primary-color: hsl(var(--primary-color-h), var(--primary-color-s), var(--primary-color-l)); |
| 18 | + --primary-color-10: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 10%)); |
| 19 | + --primary-color-20: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 20%)); |
| 20 | + --primary-color-30: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 30%)); |
| 21 | + --primary-color-40: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 40%)); |
| 22 | + --primary-color-50: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 50%)); |
| 23 | + --primary-color-60: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 60%)); |
| 24 | + --primary-color-70: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 70%)); |
| 25 | + --primary-color-80: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 80%)); |
| 26 | + --primary-color-90: hsl(var(--primary-color-h), var(--primary-color-s), calc(var(--primary-color-l) + 90%)); |
| 27 | + /* Primary theme text color */ |
| 28 | + --primary-text-color: #000000; |
| 29 | + --primary-text-color-over: #fcfaf6; |
| 30 | + /* Primary theme link color */ |
| 31 | + --primary-link-color: #892ca0; |
| 32 | + /* Secondary color: the background body color */ |
| 33 | + --secondary-color: #fcfaf6; |
| 34 | + --secondary-text-color: #303030; |
| 35 | + /* Highlight text color of table of content */ |
| 36 | + --toc-highlight-text-color: #892ca0; |
| 37 | + --toc-background-color: white; |
| 38 | + --code-color: #4a4a4a; |
| 39 | + --code-background-color: white; |
| 40 | + --shadow-color: #ddd; |
| 41 | + /* Font used for headers (h1 & h2) */ |
| 42 | + --header-font-family: "Red Hat Display", sans-serif; |
| 43 | + /* Font used for text */ |
| 44 | + --text-font-family: "Red Hat Text", sans-serif; |
| 45 | + } |
| 46 | + .zola-anchor { |
| 47 | + margin-left: -2rem; |
| 48 | + margin-right: .75rem; |
| 49 | + } |
| 50 | +</style> |
| 51 | + |
| 52 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 53 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 54 | + <link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Mono:ital,wght@0,300..700;1,300..700&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet"> |
| 55 | + |
| 56 | + <link rel="stylesheet" href="/normalize.css"> |
| 57 | + <link rel="stylesheet" href="https://bootc-dev.github.io/juice.css"> |
| 58 | + |
| 59 | + |
| 60 | +</head> |
| 61 | + |
| 62 | +<body> |
| 63 | + |
| 64 | +<header class="box-shadow"> |
| 65 | + |
| 66 | + |
| 67 | +<a href="https://bootc-dev.github.io/"> |
| 68 | + <div class="logo"> |
| 69 | + <img src="https://bootc-dev.github.io/logo.png" alt="logo"> |
| 70 | + bootc |
| 71 | + </div> |
| 72 | +</a> |
| 73 | + |
| 74 | +<nav> |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + <a class="nav-item subtitle-text" href="/about">About</a> |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + <a class="nav-item subtitle-text external" href="https://bootc-dev.github.io/bootc/">Docs</a> |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + <a class="nav-item subtitle-text" href="/news">News</a> |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + <a class="nav-item subtitle-text" href="/blog">Blog</a> |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + <a class="nav-item subtitle-text external" href="https://github.com/bootc-dev/bootc">GitHub</a> |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | +</nav> |
| 100 | + |
| 101 | +</header> |
| 102 | + |
| 103 | + |
| 104 | + <main> |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | +<div class="toc"> |
| 113 | + <div class="toc-sticky"><div class="toc-item"> |
| 114 | + <a href="#bootc-adopters-direct" class="subtext">bootc Adopters (direct)</a> |
| 115 | + </div><div class="toc-item"> |
| 116 | + <a href="#bootc-adopters-indirect-via-ostree,bootc Adopters (indirect" class="subtext"> via ostree)</a> |
| 117 | + </div><div></div></div> |
| 118 | +</div> |
| 119 | + |
| 120 | + |
| 121 | + <div class="content text"> |
| 122 | + |
| 123 | + |
| 124 | +<div class="heading-text">End User Adopters</div> |
| 125 | +<blockquote> |
| 126 | +<p><strong>Note</strong> |
| 127 | +Do you want to add yourself to this list? Simply fork the repository and open a PR with the required change. |
| 128 | +We have a short description of the adopter types at the bottom of this page. Each type is in alphabetical order.</p> |
| 129 | +</blockquote> |
| 130 | +<h1 id="bootc-adopters-direct">bootc Adopters (direct)</h1> |
| 131 | +<table><thead><tr><th style="text-align: left">Type</th><th style="text-align: left">Name</th><th style="text-align: left">Since</th><th style="text-align: left">Website</th><th style="text-align: left">Use-Case</th></tr></thead><tbody> |
| 132 | +<tr><td style="text-align: left">Vendor</td><td style="text-align: left">Red Hat</td><td style="text-align: left">2024</td><td style="text-align: left">https://redhat.com</td><td style="text-align: left">Image Based Linux</td></tr> |
| 133 | +<tr><td style="text-align: left">Vendor</td><td style="text-align: left">HeliumOS</td><td style="text-align: left">2024</td><td style="text-align: left">https://www.heliumos.org/</td><td style="text-align: left">An atomic desktop operating system for your devices</td></tr> |
| 134 | +</tbody></table> |
| 135 | +<h1 id="bootc-adopters-indirect-via-ostree">bootc Adopters (indirect, via ostree)</h1> |
| 136 | +<p>Bootc is a relatively new project, but much of the underlying technology and goals is <em>not</em> new. |
| 137 | +The underlying ostree project is over 13 years old (as of 2024). This project also relates |
| 138 | +to <a class="external" rel="noopener noreferrer" target="_blank" href="https://github.com/coreos/rpm-ostree/">rpm-ostree</a> which has existed a really long time.</p> |
| 139 | +<p>Not every one of these projects uses bootc directly today, but a toplevel goal of bootc |
| 140 | +is to be the successor to ostree, and it is our aim to seamlessly carry forward these users.</p> |
| 141 | +<table><thead><tr><th style="text-align: left">Type</th><th style="text-align: left">Name</th><th style="text-align: left">Since</th><th style="text-align: left">Website</th><th style="text-align: left">Use-Case</th></tr></thead><tbody> |
| 142 | +<tr><td style="text-align: left">Vendor</td><td style="text-align: left">Endless</td><td style="text-align: left">2014</td><td style="text-align: left"><a class="external" rel="noopener noreferrer" target="_blank" href="https://www.endlessos.org/os">link</a></td><td style="text-align: left">A Completely Free, User-Friendly Operating System Packed with Educational Tools, Games, and More</td></tr> |
| 143 | +<tr><td style="text-align: left">Vendor</td><td style="text-align: left">Red Hat</td><td style="text-align: left">2015</td><td style="text-align: left"><a class="external" rel="noopener noreferrer" target="_blank" href="https://redhat.com">link</a></td><td style="text-align: left">Image Based Linux</td></tr> |
| 144 | +<tr><td style="text-align: left">Vendor</td><td style="text-align: left">Apertis</td><td style="text-align: left">2020</td><td style="text-align: left"><a class="external" rel="noopener noreferrer" target="_blank" href="https://apertis.org">link</a></td><td style="text-align: left">Collaborative OS platform for products</td></tr> |
| 145 | +<tr><td style="text-align: left">Vendor</td><td style="text-align: left">Fedora Project</td><td style="text-align: left">2021</td><td style="text-align: left"><a class="external" rel="noopener noreferrer" target="_blank" href="https://fedoraproject.org/atomic-desktops/">link</a></td><td style="text-align: left">An atomic desktop operating system aimed at good support for container-focused workflows</td></tr> |
| 146 | +<tr><td style="text-align: left">Vendor</td><td style="text-align: left">Playtron GameOS</td><td style="text-align: left">2022</td><td style="text-align: left"><a class="external" rel="noopener noreferrer" target="_blank" href="https://www.playtron.one/">link</a></td><td style="text-align: left">A video game console OS that has integration with the top PC game stores</td></tr> |
| 147 | +<tr><td style="text-align: left">Vendor</td><td style="text-align: left">Universal Blue</td><td style="text-align: left">2022</td><td style="text-align: left"><a class="external" rel="noopener noreferrer" target="_blank" href="https://universal-blue.org/">link</a></td><td style="text-align: left">The reliability of a Chromebook, but with the flexibility and power of a traditional Linux desktop</td></tr> |
| 148 | +<tr><td style="text-align: left">Vendor</td><td style="text-align: left">Fyra Labs</td><td style="text-align: left">2024</td><td style="text-align: left"><a class="external" rel="noopener noreferrer" target="_blank" href="https://fyralabs.com">link</a></td><td style="text-align: left">Bootc powers an experimental variant of Ultramarine Linux</td></tr> |
| 149 | +</tbody></table> |
| 150 | +<h3 id="adopter-types">Adopter Types</h3> |
| 151 | +<p><strong>End-user</strong>: The organization runs bootc in production in some way.</p> |
| 152 | +<p><strong>Integration</strong>: The organization has a product that integrates with bootc, but does not contain bootc.</p> |
| 153 | +<p><strong>Vendor</strong>: The organization packages bootc in their product and sells it as part of their product.</p> |
| 154 | + |
| 155 | + |
| 156 | + </div> |
| 157 | + |
| 158 | + |
| 159 | +<div class="sidebar"> |
| 160 | +</div> |
| 161 | + |
| 162 | + </main> |
| 163 | + |
| 164 | + |
| 165 | + <footer> |
| 166 | + <p class="subtext">We are a Cloud Native Computing Foundation sandbox project.</p> |
| 167 | + <p><a href="https://cncf.io"><img src="https://bootc-dev.github.io/img/cncf-color-bg.svg" height="75px" alt="CNCF logo"></a></p> |
| 168 | + <p class="subtext"> |
| 169 | + bootc, originally created by Red Hat and donated to open source with ❤<br/> |
| 170 | + Copyright © bootc, a Series of LF Projects, LLC<br/> |
| 171 | + For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/">lfprojects.org/policies/</a>. |
| 172 | + </p> |
| 173 | + </footer> |
| 174 | + |
| 175 | +</body> |
| 176 | +<script> |
| 177 | + const scrollHandler = entries => { |
| 178 | + // Find the first entry which intersecting and ratio > 0.9 to highlight. |
| 179 | + let entry = entries.find(entry => { |
| 180 | + return entry.isIntersecting && entry.intersectionRatio > 0.9; |
| 181 | + }); |
| 182 | + if (!entry) return; |
| 183 | + |
| 184 | + document.querySelectorAll(".toc a").forEach((item) => { |
| 185 | + item.classList.remove("active"); |
| 186 | + }); |
| 187 | + |
| 188 | + // let url = new URL(`#${entry.target.id}`); |
| 189 | + let link = document.querySelector(`.toc a[href$="${decodeURIComponent(`#${entry.target.id}`)}"]`) |
| 190 | + if (link) { |
| 191 | + link.classList.add("active"); |
| 192 | + link.scrollIntoView({ behavior: "auto", block: "nearest" }); |
| 193 | + } |
| 194 | + }; |
| 195 | + // Set -100px root margin to improve highlight experience. |
| 196 | + const observer = new IntersectionObserver(scrollHandler, { threshold: 1 }); |
| 197 | + let items = document.querySelectorAll('h1,h2,h3,h4,h5,h6'); |
| 198 | + items.forEach(item => observer.observe(item)); |
| 199 | +</script> |
| 200 | + |
| 201 | +</html> |
0 commit comments