File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,21 @@ The driver-toolkit image for the latest minor release are tagged with the minor
26
26
27
27
. The image URL of the `driver-toolkit` corresponding to a certain release can be extracted from the release image using the `oc adm` command:
28
28
+
29
+ --
30
+ * For an x86 image, the command is as follows:
31
+ +
29
32
[source,terminal,subs="attributes+"]
30
33
----
31
- # For x86 image:
32
34
$ oc adm release info quay.io/openshift-release-dev/ocp-release:{product-version}.z-x86_64 --image-for=driver-toolkit
35
+ ----
33
36
34
- # For ARM image:
37
+ * For an ARM image, the command is as follows:
38
+ +
39
+ [source,terminal,subs="attributes+"]
40
+ ----
35
41
$ oc adm release info quay.io/openshift-release-dev/ocp-release:{product-version}.z-aarch64 --image-for=driver-toolkit
36
42
----
43
+ --
37
44
+
38
45
.Example output
39
46
You can’t perform that action at this time.
0 commit comments