Skip to content

Commit ee94754

Browse files
authored
Merge pull request #161 from cgwalters/bodhi-link
2 parents 6060b7e + 777dc93 commit ee94754

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,23 @@ mounted, persistent volumes. More on this in [the ostree docs](https://ostreede
3939

4040
## Status
4141

42-
At the current time, bootc is in active development and is not quite
43-
considered ready for production use. The command line interface
44-
*might* change. There is not yet stable RPC API.
42+
The core `bootc update` functionality is really just the same
43+
technology which has shipped for some time in rpm-ostree so there
44+
should be absolutely no worries about using it for OS updates.
45+
A number of people do this today.
4546

46-
However, it heavily relies on a lot of underlying technologies which
47-
are tested, and the goal is to stabilize everything sometime in
48-
2023.
47+
That said bootc is in active development and some parts
48+
are subject to change, such as the command line interface and
49+
the CRD-like API exposed via `bootc edit`.`
50+
51+
The `bootc install` functionality is also more experimental.
4952

5053
## Using bootc
5154

5255
### Installing
5356

54-
* Fedora, CentOS Stream 9: There is a [COPR](https://copr.fedorainfracloud.org/coprs/rhcontainerbot/bootc/) tracking git main with binary packages.
57+
* Fedora: [bootc is packaged](https://bodhi.fedoraproject.org/updates/?packages=bootc) and be available in the main repositories soon.
58+
* CentOS Stream 9: There is a [COPR](https://copr.fedorainfracloud.org/coprs/rhcontainerbot/bootc/) tracking git main with binary packages.
5559

5660
You can also build this project like any other Rust project, e.g. `cargo build --release` from a git clone.
5761

0 commit comments

Comments
 (0)