Skip to content

Commit 096b830

Browse files
Merge pull request #55835 from tshwartz/OCPBUGS-6709-main
OCPBUGS-6709-main: adding note
2 parents 4db2b81 + 29b42a0 commit 096b830

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

modules/psap-driver-toolkit-pulling.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,21 @@ The driver-toolkit image for the latest minor release are tagged with the minor
3131
# For x86 image:
3232
$ oc adm release info quay.io/openshift-release-dev/ocp-release:{product-version}.z-x86_64 --image-for=driver-toolkit
3333
34-
# For ARM image:
34+
# For ARM image:
3535
$ oc adm release info quay.io/openshift-release-dev/ocp-release:{product-version}.z-aarch64 --image-for=driver-toolkit
3636
----
3737
+
3838
.Example output
39+
40+
The output for the `ocp-release:4.12.0-x86_64` image is as follows:
41+
+
3942
[source,terminal]
4043
----
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
4245
----
4346

4447
. This image can be obtained using a valid pull secret, such as the pull secret required to install {product-title}.
45-
48+
+
4649
[source,terminal]
4750
----
4851
$ podman pull --authfile=path/to/pullsecret.json quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:<SHA>

0 commit comments

Comments
 (0)