You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/_index.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,46 +8,48 @@ Transactional, in-place operating system updates using OCI/Docker container imag
8
8
9
9
The original Docker container model of using "layers" to model applications has been extremely successful. This project aims to apply the same technique for bootable host systems - using standard OCI/Docker containers as a transport and delivery format for base operating system updates.
10
10
11
-
The container image includes a Linux kernel (in e.g. /usr/lib/modules), which is used to boot. At runtime on a target system, the base userspace is not itself running in a "container" by default. For example, assuming systemd is in use, systemd acts as pid1 as usual - there's no "outer" process. More about this in the docs; see below.
11
+
The container image includes a Linux kernel (in e.g. `/usr/lib/modules`), which is used to boot. At runtime on a target system, the base userspace is *not* itself running in a "container" by default. For example, assuming systemd is in use, systemd acts as pid1 as usual---there's no "outer" process. More about this in the docs; see below.
12
12
13
13
## Status
14
14
15
15
The CLI and API are considered stable. We will ensure that every existing system can be upgraded in place seamlessly across any future changes.
16
16
17
17
## Documentation
18
18
19
-
The project documentation is hosted on a different site: [https://bootc-dev.github.io/bootc/](https://bootc-dev.github.io/bootc/)
19
+
The project documentation is hosted on a different site: [Docs](https://bootc-dev.github.io/bootc/)
20
20
21
21
## Versioning
22
22
23
-
Although bootc is not released to crates.io as a library, version numbers are expected to follow semantic versioning standards. This practice began with the release of version 1.2.0; versions prior may not adhere strictly to semver standards.
23
+
Although bootc is not released to crates.io as a library, version numbers are expected to follow [semantic versioning](https://semver.org/) standards. This practice began with the release of version 1.2.0; versions prior may not adhere strictly to semver standards.
24
24
25
25
## Adopters (base and end-user images)
26
26
27
-
The bootc CLI is just a client system; it is not tied to any particular operating system or Linux distribution. You very likely want to actually start by checking [Adopters](about/adopters).
27
+
The bootc CLI is just a client system; it is not tied to any particular operating system or Linux distribution. You very likely want to actually start by looking at [ADOPTERS.md](about/adopters).
28
28
29
29
## Community discussion
30
30
31
-
Github discussion forum for async discussion
32
-
#bootc-dev on CNCF Slack for live chat
33
-
This project is also tightly related to the previously mentioned Fedora/CentOS bootc project, and many developers monitor the relevant discussion forums there. In particular there's a Matrix channel and a weekly video call meeting for example: https://docs.fedoraproject.org/en-US/bootc/community/.
31
+
-[Github discussion forum](https://github.com/containers/bootc/discussions) for async discussion
32
+
-[#bootc-dev on CNCF Slack](https://cloud-native.slack.com/archives/C08SKSQKG1L) for live chat
33
+
- Recurring live meeting hosted on [CNCF Zoom](https://zoom-lfx.platform.linuxfoundation.org/meeting/96540875093?password=7889708d-c520-4565-90d3-ce9e253a1f65) each Friday at 15:30 UTC.
34
+
-[Meeting notes on HackMD](https://hackmd.io/@cgwalters/HJk3Aj0ree/edit)
35
+
36
+
This project is also currently tightly related to the previously mentioned Fedora/CentOS bootc project, and many developers monitor the relevant discussion forums there. In particular, there's a Matrix channel and a weekly chat meeting; [learn more](https://docs.fedoraproject.org/en-US/bootc/community/).
34
37
35
38
## Developing bootc
36
39
37
-
Are you interested in working on bootc? Great! Reference our [contribution guide](about/contributing). There is also a [list of maintainers](about/maintainers).
40
+
Are you interested in working on bootc? Great! Reference our [contribution guide](about/contributing).
41
+
There is also a list of [Maintainers](about/maintainers).
38
42
39
43
## Governance
40
-
41
-
Check [Governance for project governance details](about/governance).
44
+
Reference [Governance](about/governance) for project governance details.
42
45
43
46
## Badges
44
47
45
-
OpenSSF Best Practices
48
+
[](https://www.bestpractices.dev/projects/10113)
46
49
47
-
## Code of Conduct
50
+
###Code of Conduct
48
51
49
52
The bootc project is a [Cloud Native Computing Foundation (CNCF) Sandbox project](https://www.cncf.io/sandbox-projects/) and adheres to the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
50
53
51
-
## Trademarks
52
-
54
+
---
53
55
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see [Trademark Usage](https://www.linuxfoundation.org/trademark-usage/).
0 commit comments