File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,23 @@ mounted, persistent volumes. More on this in [the ostree docs](https://ostreede
39
39
40
40
## Status
41
41
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.
45
46
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.
49
52
50
53
## Using bootc
51
54
52
55
### Installing
53
56
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.
55
59
56
60
You can also build this project like any other Rust project, e.g. ` cargo build --release ` from a git clone.
57
61
You can’t perform that action at this time.
0 commit comments