forked from containers/bootc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request containers#843 from cgwalters/maintenance-update
Add MAINTAINERS.md and ADOPTERS.md
- Loading branch information
Showing
3 changed files
with
53 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
> **Note** | ||
> Do you want to add yourself to this list? Simply fork the repository and open a PR with the required change. | ||
> We have a short description of the adopter types at the bottom of this page. Each type is in alphabetical order. | ||
# bootc Adopters (direct) | ||
|
||
| Type | Name | Since | Website | Use-Case | | ||
|:-|:-|:-|:-|:-| | ||
Vendor | Red Hat | 2024 | https://redhat.com | Image Based Linux | ||
End-User | HeliumOS | 2024 | https://www.heliumos.org/ | An atomic desktop operating system for your devices | ||
|
||
# bootc Adopters (indirect, via ostree) | ||
|
||
Bootc is a relatively new project, but much of the underlying technology and goals is *not* new. | ||
The underlying ostree project is over 13 years old (as of 2024). This project also relates | ||
to [rpm-ostree](https://github.com/coreos/rpm-ostree/) which has existed a really long time. | ||
|
||
Not every one of these projects uses bootc directly today, but a toplevel goal of bootc | ||
is to be the successor to ostree, and it is our aim to seamlessly carry forward these users. | ||
|
||
| Type | Name | Since | Website | Use-Case | | ||
|:-|:-|:-|:-|:-| | ||
| Vendor | Endless | 2014 | [link](https://www.endlessos.org/os) | A Completely Free, User-Friendly Operating System Packed with Educational Tools, Games, and More | ||
| Vendor | Red Hat | 2015 | [link](https://redhat.com) | Image Based Linux | ||
| Vendor | Apertis | 2020 | [link](https://apertis.org) | Collaborative OS platform for products | ||
| Vendor | Fedora Project | 2021 | [link](https://fedoraproject.org/atomic-desktops/) | An atomic desktop operating system aimed at good support for container-focused workflows | ||
| Vendor | UBlue | 2023 | [link](https://universal-blue.org/) | The reliability of a Chromebook, but with the flexibility and power of a traditional Linux desktop | ||
|
||
### Adopter Types | ||
|
||
**End-user**: The organization runs bootc in production in some way. | ||
|
||
**Integration**: The organization has a product that integrates with bootc, but does not contain bootc. | ||
|
||
**Vendor**: The organization packages bootc in their product and sells it as part of their product. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Maintainers | ||
|
||
The current Maintainers Group for the bootc Project consists of: | ||
|
||
| Name | GitHub ID | Employer | Responsibilities | | ||
| ---- | ---- | ---- | ---- | | ||
| Chris Kyrouac | [ckyrouac](https://github.com/orgs/containers/people/ckyrouac) | Red Hat | Approver | | ||
| Colin Walters | [cgwalters](https://github.com/orgs/containers/people/cgwalters) | Red Hat | Approver | | ||
| John Eckersberg | [jeckersb](https://github.com/orgs/containers/people/jeckersb) | Red Hat | Approver | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters