Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/microshift-embed-microshift-image-offline-deploy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

You can use image builder to create {op-system-ostree} images with embedded {microshift-short} container images. To embed container images, you must add the image references to your image builder blueprint file.

include::snippets/microshift-power-loss-embed-images.adoc[leveloffset=1]

.Prerequisites

* You have root-user access to your build host.
Expand Down
2 changes: 2 additions & 0 deletions modules/microshift-preparing-for-image-building-bootc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ Use the following {op-system-base} documentation to understand the full details
* Follow the instructions at the following link:

** 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]

include::snippets/microshift-power-loss-embed-images.adoc[leveloffset=1]
11 changes: 11 additions & 0 deletions snippets/microshift-power-loss-embed-images.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Text snippet included in the following modules:
//
// * modules/
// * modules/

:_mod-docs-content-type: SNIPPET

[WARNING]
====
For offline or disconnected configurations, embed all container image dependencies as part of the system image. When container images are downloaded without being embedded into the system image, CRI-O wipes them off during unclean shutdowns, such as when a power loss occurs. In this case, you can only restore those container images when the system is online.
====