|
6 | 6 | [id="microshift-bootc-conc_{context}"]
|
7 | 7 | = About image mode for {op-system-base-full}
|
8 | 8 |
|
9 |
| -Image mode for {op-system-base-full} is a Technology Preview deployment method that uses a container-native approach to build, deploy, and manage the operating system as a bootc image. By using bootc, you can build, deploy, and manage the operating system as if it is any other container. |
| 9 | +By using image mode for {op-system-base}, you can use the same tools and techniques for the operating system that you use with application containers. Image mode for {op-system-base} is a deployment method that uses a container-native approach to build, deploy, and manage the operating system as a `rhel-bootc` image. |
10 | 10 |
|
11 | 11 | * This container image uses standard OCI or Docker containers as a transport and delivery format for base operating system updates.
|
12 | 12 | * A bootc image includes a Linux kernel that is used to start the operating system.
|
13 | 13 | * By using bootc containers, developers, operations administrators, and solution providers can all use the same container-native tools and techniques.
|
14 | 14 |
|
15 |
| -Image mode splits the creation and installation of software changes into two steps: one on a build system and one on a running target system. |
| 15 | +Image mode for {op-system-base} splits the creation and installation of software changes into two steps: one on a build system and one on a running target system. |
16 | 16 |
|
17 |
| -* In the build-system step, a Podman build inspects the RPM files available for installation, determines any dependencies, and creates an ordered list of chained steps to complete, with the end result being a new operating system available to install. |
| 17 | +* In the build-system step, a Podman build inspects the RPM files available for installation, determines any dependencies, and creates an ordered list of chained steps to complete. Along with any other system configuration steps taking place, the end result is a new operating system available to install. |
18 | 18 |
|
19 |
| -* In the running-target-system step, a bootc update downloads, unpacks, and makes the new operating system bootable alongside the currently running system. Local configuration changes are carried forward to the new operating system, but do not take effect until the system is rebooted and the new operating system image replaces the running image. |
| 19 | +* In the running-target-system step, a bootc update downloads, unpacks, and prepares the new operating system to be started alongside the currently running system. Local configuration changes are carried forward to the new operating system. These changes take effect only when the system is restarted and the new operating system image replaces the previously running one. |
0 commit comments