File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,11 @@ Use the following procedure to create the ISO. The {op-system-ostree} Installer
19
19
20
20
. Start an `ostree` container image build by running the following command:
21
21
+
22
- [source,terminal,subs="attributes+ "]
22
+ [source,terminal,subs="+quotes "]
23
23
----
24
- $ BUILDID=$(sudo composer-cli compose start-ostree -- ref "rhel/{op-system-version-major} /$(uname -m)/edge" minimal-microshift edge-container | awk '{print $2}' )
24
+ $ BUILDID=$(sudo composer-cli compose start-ostree -- ref "rhel/{op-system-version-major} /$(uname -m)/edge" __<microshift_blueprint>__ edge-container | awk '{print $2}' ) <1>
25
25
----
26
+ <1> Replace _<microshift_blueprint>_ with the name of your blueprint.
26
27
+
27
28
This command also returns the identification (ID) of the build for monitoring.
28
29
@@ -37,16 +38,16 @@ $ sudo composer-cli compose status
37
38
38
39
[source,terminal]
39
40
----
40
- ID Status Time Blueprint Version Type Size
41
- cc3377ec-4643-4483-b0e7-6b0ad0ae6332 RUNNING Wed Jun 7 12:26:23 2023 minimal-microshift 0.0.1 edge-container
41
+ ID Status Time Blueprint Version Type Size
42
+ cc3377ec-4643-4483-b0e7-6b0ad0ae6332 RUNNING Wed Jun 7 12:26:23 2023 microshift_blueprint 0.0.1 edge-container
42
43
----
43
44
+
44
45
.Example output of a completed build
45
46
46
47
[source,terminal]
47
48
----
48
- ID Status Time Blueprint Version Type Size
49
- cc3377ec-4643-4483-b0e7-6b0ad0ae6332 FINISHED Wed Jun 7 12:32:37 2023 minimal-microshift 0.0.1 edge-container
49
+ ID Status Time Blueprint Version Type Size
50
+ cc3377ec-4643-4483-b0e7-6b0ad0ae6332 FINISHED Wed Jun 7 12:32:37 2023 microshift_blueprint 0.0.1 edge-container
50
51
----
51
52
+
52
53
[NOTE]
You can’t perform that action at this time.
0 commit comments