Skip to content

Commit 9e424c2

Browse files
authored
Merge pull request #519 from cgwalters/status
docs: Note 1.0 status re CLI/APIs
2 parents 3b3e437 + ce55bc8 commit 9e424c2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ which is used to boot. At runtime on a target system, the base userspace is
1515
*not* itself running in a container by default. For example, assuming
1616
systemd is in use, systemd acts as pid1 as usual - there's no "outer" process.
1717

18+
# Status
19+
20+
NOTE: At the current time, bootc has not reached 1.0, and it is possible
21+
that some APIs and CLIs may change.
22+
1823
# More information
1924

2025
See the [project documentation](https://containers.github.io/bootc/).

docs/src/intro.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@ The container image includes a Linux kernel (in e.g. `/usr/lib/modules`),
1313
which is used to boot. At runtime on a target system, the base userspace is
1414
*not* itself running in a container by default. For example, assuming
1515
systemd is in use, systemd acts as pid1 as usual - there's no "outer" process.
16+
17+
# Status
18+
19+
At the current time, bootc has not reached 1.0, and it is possible
20+
that some APIs and CLIs may change. For more information, see
21+
the [1.0 milestone](https://github.com/containers/bootc/milestone/1).
22+
23+
However, the core underlying code uses the [ostree](https://github.com/ostreedev/ostree)
24+
project which has been powering stable operating system updates for
25+
many years. The stability here generally refers to the surface
26+
APIs, not the underlying logic.

0 commit comments

Comments
 (0)