1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/microshift-embed-microshift-build-image.adoc
2025-11-21 17:07:56 +00:00

26 lines
1.3 KiB
Plaintext

// Module included in the following assemblies:
//
// microshift_running_applications/embed-microshift-offline-deploy.adoc
:_mod-docs-content-type: CONCEPT
[id="microshift-embed-microshift-build-image-offline-deployment_{context}"]
= Build and use the rpm-ostree image for offline deployments
[role="_abstract"]
You can use image builder to create `rpm-ostree` system images with embedded {microshift-short} container images.
To embed container images, you must add the image references to your image builder blueprint. You can create the commit and ISO as needed for your use case.
Add the prerequisites listed here to the ones that are included in the procedures that follow.
[id="microshift-embed-microshift-build-image-offline-deployment-prereqs_{context}"]
== Additional prerequisites for offline deployments
* You have created and updated a {op-system-ostree} image blueprint for offline use. The following procedures use the example of a blueprint created with container images. You must use the updated blueprint you created in the "Embedding MicroShift containers for offline deployments" procedure.
* You have updated the `/etc/osbuild-worker/osbuild-worker.toml` configuration file for offline use.
[IMPORTANT]
====
Replace `minimal-microshift.toml` in the following procedures with the name of the TOML you updated for offline use, <my_blueprint_name>.
====