1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-12318-v2: adds bootc image use to MicroShift

This commit is contained in:
aravipra
2025-01-27 19:20:05 +05:30
committed by openshift-cherrypick-robot
parent 9fd31f57e5
commit 8c15db4f8c
11 changed files with 330 additions and 51 deletions

View File

@@ -1,8 +1,8 @@
:_mod-docs-content-type: ASSEMBLY
[id="microshift-install-rhel-image-mode"]
[id="microshift-about-rhel-image-mode"]
include::_attributes/attributes-microshift.adoc[]
= Using image mode for RHEL with {microshift-short}
:context: microshift-install-rhel-image-mode
= Understanding image mode for RHEL with {microshift-short}
:context: microshift-about-rhel-image-mode
toc::[]
@@ -12,14 +12,10 @@ You can embed {microshift-short} into an operating system image using image mode
include::snippets/technology-preview.adoc[]
include::modules/microshift-install-rhel-image-mode-conc.adoc[leveloffset=+1]
include::modules/microshift-install-rhel-image-mode-build-image.adoc[leveloffset=+1]
include::modules/microshift-install-rhel-image-mode-publish-image.adoc[leveloffset=+1]
include::modules/microshift-install-bootc-conc.adoc[leveloffset=+1]
[id="_additional-resources_microshift-install-rhel-image-mode_{context}"]
== Additional resources
* link:https://developers.redhat.com/products/rhel-image-mode/getting-started[Image mode for Red Hat Enterprise Linux learning exercises]
* link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/using_image_mode_for_rhel_to_build_deploy_and_manage_operating_systems/index[Using image mode for RHEL to build, deploy, and manage operating systems]
* link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/{op-system-version-major}/html/using_image_mode_for_rhel_to_build_deploy_and_manage_operating_systems/index[Using image mode for RHEL to build, deploy, and manage operating systems]

View File

@@ -0,0 +1,26 @@
:_mod-docs-content-type: ASSEMBLY
[id="microshift-install-publish-bootc-image"]
include::_attributes/attributes-microshift.adoc[]
= Installing and publishing a bootc image to a registry
:context: microshift-install-rhel-bootc-image
toc::[]
{microshift-short} is built and published as image mode containers. When installing a {op-system-base-full} bootable container image with {microshift-short}, use either a prebuilt bootable container image or build your own custom bootable container image.
:FeatureName: Image mode for {op-system-base}
include::snippets/technology-preview.adoc[]
include::modules/microshift-install-bootc-workflow.adoc[leveloffset=+1]
[id="microshift-get-build-bootc-image_{context}"]
== Get or build your bootc image
Either get an existing bootc image or create one, then you can publish that image to a remote registry for use.
include::modules/microshift-install-bootc-get-published-image.adoc[leveloffset=+2]
include::modules/microshift-install-bootc-build-image.adoc[leveloffset=+2]
include::modules/microshift-install-bootc-publish-image.adoc[leveloffset=+1]

View File

@@ -0,0 +1,17 @@
:_mod-docs-content-type: ASSEMBLY
[id="microshift-install-running-bootc-image-in-vm"]
include::_attributes/attributes-microshift.adoc[]
= Running the bootc image in a virtual machine
:context: microshift-install-running-bootc-image-in-vm
toc::[]
Use the bootable container image as an installation source to set up a {op-system-base-full} virtual machine.
:FeatureName: Image mode for {op-system-base}
include::snippets/technology-preview.adoc[]
include::modules/microshift-install-bootc-prepare-kickstart.adoc[leveloffset=+1]
include::modules/microshift-install-bootc-creating-vm.adoc[leveloffset=+1]