File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
-
8
1
# Base images
9
2
10
3
Many users will be more interested in base (container) images.
11
4
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
+
12
10
For pre-built base images; any Fedora derivative already using ` ostree ` can be seamlessly converted into using bootc;
13
11
for example, [ Fedora CoreOS] ( https://quay.io/repository/fedora/fedora-coreos ) can be used as a
14
12
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
18
16
For other derivatives such as the [ "Atomic desktops"] ( https://gitlab.com/fedora/ostree ) , see
19
17
discussion of [ relationships] ( relationships.md ) which particularly covers interactions with rpm-ostree.
20
18
19
+ ## Other
20
+
21
21
However, bootc itself is not tied to Fedora derivatives;
22
22
[ this issue] ( https://github.com/coreos/bootupd/issues/468 ) tracks the main blocker for other distributions.
You can’t perform that action at this time.
0 commit comments