Skip to content

Commit cc6ddc3

Browse files
authored
Merge pull request #843 from cgwalters/maintenance-update
Add MAINTAINERS.md and ADOPTERS.md
2 parents 39082a1 + ddbdfba commit cc6ddc3

File tree

3 files changed

+53
-4
lines changed

3 files changed

+53
-4
lines changed

ADOPTERS.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
> **Note**
3+
> Do you want to add yourself to this list? Simply fork the repository and open a PR with the required change.
4+
> We have a short description of the adopter types at the bottom of this page. Each type is in alphabetical order.
5+
6+
# bootc Adopters (direct)
7+
8+
| Type | Name | Since | Website | Use-Case |
9+
|:-|:-|:-|:-|:-|
10+
Vendor | Red Hat | 2024 | https://redhat.com | Image Based Linux
11+
End-User | HeliumOS | 2024 | https://www.heliumos.org/ | An atomic desktop operating system for your devices
12+
13+
# bootc Adopters (indirect, via ostree)
14+
15+
Bootc is a relatively new project, but much of the underlying technology and goals is *not* new.
16+
The underlying ostree project is over 13 years old (as of 2024). This project also relates
17+
to [rpm-ostree](https://github.com/coreos/rpm-ostree/) which has existed a really long time.
18+
19+
Not every one of these projects uses bootc directly today, but a toplevel goal of bootc
20+
is to be the successor to ostree, and it is our aim to seamlessly carry forward these users.
21+
22+
| Type | Name | Since | Website | Use-Case |
23+
|:-|:-|:-|:-|:-|
24+
| Vendor | Endless | 2014 | [link](https://www.endlessos.org/os) | A Completely Free, User-Friendly Operating System Packed with Educational Tools, Games, and More
25+
| Vendor | Red Hat | 2015 | [link](https://redhat.com) | Image Based Linux
26+
| Vendor | Apertis | 2020 | [link](https://apertis.org) | Collaborative OS platform for products
27+
| Vendor | Fedora Project | 2021 | [link](https://fedoraproject.org/atomic-desktops/) | An atomic desktop operating system aimed at good support for container-focused workflows
28+
| Vendor | UBlue | 2023 | [link](https://universal-blue.org/) | The reliability of a Chromebook, but with the flexibility and power of a traditional Linux desktop
29+
30+
### Adopter Types
31+
32+
**End-user**: The organization runs bootc in production in some way.
33+
34+
**Integration**: The organization has a product that integrates with bootc, but does not contain bootc.
35+
36+
**Vendor**: The organization packages bootc in their product and sells it as part of their product.
37+

MAINTAINERS.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Maintainers
2+
3+
The current Maintainers Group for the bootc Project consists of:
4+
5+
| Name | GitHub ID | Employer | Responsibilities |
6+
| ---- | ---- | ---- | ---- |
7+
| Chris Kyrouac | [ckyrouac](https://github.com/orgs/containers/people/ckyrouac) | Red Hat | Approver |
8+
| Colin Walters | [cgwalters](https://github.com/orgs/containers/people/cgwalters) | Red Hat | Approver |
9+
| John Eckersberg | [jeckersb](https://github.com/orgs/containers/people/jeckersb) | Red Hat | Approver |

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ can be upgraded in place seamlessly across any future changes.
2424

2525
## Documentation
2626

27-
See the [project documentation](https://containers.github.io/bootc/); there
28-
are also operating systems and distributions using bootc; here are some examples:
27+
See the [project documentation](https://containers.github.io/bootc/).
2928

30-
- https://docs.fedoraproject.org/en-US/bootc/
31-
- https://www.heliumos.org/
29+
## Adopters (base and end-user images)
30+
31+
The bootc CLI is just a client system; it is not tied to any particular
32+
operating system or Linux distribution. You very likely want to actually
33+
start by looking at [ADOPTERS.md](ADOPTERS.md).
3234

3335
## Community discussion
3436

@@ -41,4 +43,5 @@ Matrix channel and a weekly video call meeting for example: <https://docs.fedora
4143
## Developing bootc
4244

4345
Are you interested in working on bootc? Great! See our [CONTRIBUTING.md](CONTRIBUTING.md) guide.
46+
There is also a list of [MAINTAINERS.md](MAINTAINERS.md).
4447

0 commit comments

Comments
 (0)