mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
23 lines
1.3 KiB
Plaintext
23 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
|
|
|
|
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>.
|
|
====
|