Skip to content

Commit 282ceb9

Browse files
authored
Merge pull request #96428 from tedaveryredhat/OSDOCS-15233
OSDOCS-15233:RFE-bootc image mode for RHEL
2 parents 5b50964 + d47984b commit 282ceb9

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

microshift_install_bootc/microshift-about-rhel-image-mode.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ toc::[]
99
You can embed {microshift-short} into an operating system image using image mode for {op-system-base-full}.
1010

1111
include::modules/microshift-install-bootc-conc.adoc[leveloffset=+1]
12+
include::modules/microshift-preparing-for-image-building-bootc.adoc[leveloffset=+1]
13+
1214

1315
[id="_additional-resources_microshift-install-rhel-image-mode_{context}"]
1416
== Additional resources

modules/microshift-install-bootc-build-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Build your {op-system-base-full} that contains {microshift-short} as a bootable
1414
* You logged into the {op-system-base} {op-system-version} host by using the user credentials that have `sudo` permissions.
1515
* The `rhocp` and `fast-datapath` repositories are accessible in the host subscription. The repositories do not necessarily need to be enabled on the host.
1616
* You have a remote registry such as link:https://quay.io[Red Hat quay] for storing and accessing bootc images.
17+
* You used the `dnf install -y container-tools` command to install the `container-tools` meta-package on the host. The meta-package contains all container tools, such as Podman, Buildah, and Skopeo for additional support and troubleshooting. These tools are required for obtaining assistance from Red{nbsp}Hat Support when you are building and installing the image.
1718
1819
.Procedure
1920

@@ -61,7 +62,6 @@ WantedBy=multi-user.target
6162
EOF
6263
RUN systemctl enable microshift-make-rshared.service
6364
----
64-
+
6565
[IMPORTANT]
6666
====
6767
Podman uses the host subscription information and repositories inside the container when building the container image. If the `rhocp` and `fast-datapath` repositories are not available on the host, the build fails.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Module included in the following assemblies:
2+
//
3+
// microshift_install_bootc/microshift-about-rhel-image-mode
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="preparing-for-image-building_{context}"]
7+
= Preparing for image building
8+
9+
Use the image builder tool to compose customized {microshift-short} bootc images optimized for edge deployments. You can run a {microshift-short} cluster with your applications on a {op-system-image} virtual machine for development and testing first, then use your whole solution in edge production environments.
10+
11+
Use the following {op-system-base} documentation to understand the full details of using {op-system-image}:
12+
13+
* Follow the instructions in 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]

0 commit comments

Comments
 (0)