You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Embedding {microshift-short} containers for offline deployments
9
9
10
-
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.
10
+
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.
11
11
12
12
.Prerequisites
13
13
14
14
* You have root-user access to your build host.
15
15
* Your build host meets the image builder system requirements.
16
-
* You have installed and set up image builder and the `composer-cli` tool.
17
-
* You have created a {op-system-ostree} image blueprint.
18
-
* You have installed jq.
16
+
* You installed and set up image builder and the `composer-cli` tool.
17
+
* You created a {op-system-ostree} image blueprint.
18
+
* You installed jq.
19
19
20
20
.Procedure
21
21
@@ -35,7 +35,7 @@ Replace `<release_version>` with the numerical value of the release you are depl
35
35
+
36
36
[source,terminal]
37
37
----
38
-
$ ls /usr/share/microshift/release
38
+
$ sudo ls /usr/share/microshift/release
39
39
----
40
40
+
41
41
.Example output
@@ -45,50 +45,49 @@ release-x86_64.json
45
45
release-aarch64.json
46
46
----
47
47
+
48
-
If you installed the `microshift-release-info` RPM, you can proceed to step 4.
48
+
If you installed the `microshift-release-info` RPM, proceed to step 4.
49
49
50
50
. If you did not complete step 2, download and unpack the `microshift-release-info` RPM without installing it:
51
51
52
52
.. Download the RPM package by running the following command:
Replace `<my_image_pullspec_with_tag_or_digest>` with the exact reference to a container image used by the {microshift-short} version you are deploying.
117
+
Replace `_<my_image_pullspec_with_tag_or_digest>_` with the exact reference to a container image used by the {microshift-short} version you are deploying.
0 commit comments