Skip to content

Commit 20c78e8

Browse files
author
Talia Shwartzberg
committed
OCPBUGS-10053-code
1 parent 555b39f commit 20c78e8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

modules/psap-driver-toolkit-pulling.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,21 @@ The driver-toolkit image for the latest minor release are tagged with the minor
2626

2727
. The image URL of the `driver-toolkit` corresponding to a certain release can be extracted from the release image using the `oc adm` command:
2828
+
29+
--
30+
* For an x86 image, the command is as follows:
31+
+
2932
[source,terminal,subs="attributes+"]
3033
----
31-
# For x86 image:
3234
$ oc adm release info quay.io/openshift-release-dev/ocp-release:{product-version}.z-x86_64 --image-for=driver-toolkit
35+
----
3336

34-
# For ARM image:
37+
* For an ARM image, the command is as follows:
38+
+
39+
[source,terminal,subs="attributes+"]
40+
----
3541
$ oc adm release info quay.io/openshift-release-dev/ocp-release:{product-version}.z-aarch64 --image-for=driver-toolkit
3642
----
43+
--
3744
+
3845
.Example output
3946

0 commit comments

Comments
 (0)