Skip to content

Commit e3c85ce

Browse files
authored
Merge pull request #525 from cgwalters/link-fedora-bootc
docs: Link to Fedora/CentOS bootc
2 parents 3955b1a + 58440f3 commit e3c85ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/src/installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# Installing the binary
2-
3-
* Fedora: [bootc is packaged](https://bodhi.fedoraproject.org/updates/?packages=bootc).
4-
* CentOS Stream 9: There is a [COPR](https://copr.fedorainfracloud.org/coprs/rhcontainerbot/bootc/) tracking git main with binary packages.
5-
6-
You can also build this project like any other Rust project, e.g. `cargo build --release` from a git clone.
7-
81
# Base images
92

103
Many users will be more interested in base (container) images.
114

5+
## Fedora/CentOS
6+
7+
Currently, the [Fedora/CentOS bootc project](https://docs.fedoraproject.org/en-US/bootc/)
8+
is the most closely aligned upstream project.
9+
1210
For pre-built base images; any Fedora derivative already using `ostree` can be seamlessly converted into using bootc;
1311
for example, [Fedora CoreOS](https://quay.io/repository/fedora/fedora-coreos) can be used as a
1412
base image; you will want to also `rpm-ostree install bootc` in your image builds currently.
@@ -18,5 +16,7 @@ There are some overlaps between `bootc` and `ignition` and `zincati` however; se
1816
For other derivatives such as the ["Atomic desktops"](https://gitlab.com/fedora/ostree), see
1917
discussion of [relationships](relationships.md) which particularly covers interactions with rpm-ostree.
2018

19+
## Other
20+
2121
However, bootc itself is not tied to Fedora derivatives;
2222
[this issue](https://github.com/coreos/bootupd/issues/468) tracks the main blocker for other distributions.

0 commit comments

Comments
 (0)