File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,21 @@ The driver-toolkit image for the latest minor release are tagged with the minor
31
31
# For x86 image:
32
32
$ oc adm release info quay.io/openshift-release-dev/ocp-release:{product-version}.z-x86_64 --image-for=driver-toolkit
33
33
34
- # For ARM image:
34
+ # For ARM image:
35
35
$ oc adm release info quay.io/openshift-release-dev/ocp-release:{product-version}.z-aarch64 --image-for=driver-toolkit
36
36
----
37
37
+
38
38
.Example output
39
+
40
+ The output for the `ocp-release:4.12.0-x86_64` image is as follows:
41
+ +
39
42
[source,terminal]
40
43
----
41
- quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:0fd84aee79606178b6561ac71f8540f404d518ae5deff45f6d6ac8f02636c7f4
44
+ quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:b53883ca2bac5925857148c4a1abc300ced96c222498e3bc134fe7ce3a1dd404
42
45
----
43
46
44
47
. This image can be obtained using a valid pull secret, such as the pull secret required to install {product-title}.
45
-
48
+ +
46
49
[source,terminal]
47
50
----
48
51
$ podman pull --authfile=path/to/pullsecret.json quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<SHA>
You can’t perform that action at this time.
0 commit comments