forked from CentOS/centos-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.
- Loading branch information
Showing
3 changed files
with
32 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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,32 @@ | ||
--- | ||
nav_order: 4 | ||
--- | ||
|
||
# Relationship with other projects | ||
|
||
## Fedora CoreOS | ||
|
||
The primary focus of Fedora CoreOS is on being a "golden image" that | ||
can be configured via Ignition to run containers. In the Fedora CoreOS | ||
model, the OS is "lifecycled" separately from the workload and configuration. | ||
|
||
This project is explicitly designed to be derived from via container | ||
tooling, not Ignition. While we will support a "just run the golden image" flow, | ||
ading and customizing the base image with extra packages and content is the expected | ||
norm. An important corrollary to this is that OS updates are "lifecycled" with the workload and configuration. | ||
|
||
## RHEL CoreOS | ||
|
||
We sometimes say that RHEL CoreOS | ||
[has FCOS as an upstream](https://github.com/openshift/os/blob/master/docs/faq.md#q-what-is-coreos) | ||
but this is only kind of true; RHEL CoreOS includes a subset of FCOS content, | ||
and is lifecycled with OCP. | ||
|
||
An explicit goal of this project is to produce bootable container images | ||
lifecycled with the base OS, that can be used as *base images* for RHEL CoreOS. | ||
For more on this, see e.g. | ||
<https://github.com/openshift/os/issues/799> | ||
|
||
## RHEL for Edge | ||
|
||
It is an explicit goal that CentOS boot also becomes a "base input" to RHEL for Edge. |