Skip to content

Commit 4d5a1c7

Browse files
authored
Merge pull request #97724 from openshift-cherrypick-robot/cherry-pick-97569-to-enterprise-4.12
[enterprise-4.12] OSDOCS-15608-re: Updated curl command in containers-signature-verify-…
2 parents b1092ad + 0a3fe90 commit 4d5a1c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/containers-signature-verify-skopeo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ $ curl -o pub.key https://access.redhat.com/security/data/fd431d51.txt
4242
+
4343
[source,terminal]
4444
----
45-
$ curl -o signature-1 https://mirror.openshift.com/pub/openshift-v4/signatures/openshift-release-dev/ocp-release/sha256%<sha_from_version>/signature-1 \ <1>
45+
$ curl -o signature-1 https://mirror.openshift.com/pub/openshift-v4/signatures/openshift-release-dev/ocp-release/sha256=<sha_from_version>/signature-1 \ <1>
4646
----
47-
<1> Replace `<sha_from_version>` with SHA value from the full link to the mirror site that matches the SHA of your release. For example, the link to the signature for the 4.12.23 release is `https://mirror.openshift.com/pub/openshift-v4/signatures/openshift-release-dev/ocp-release/sha256%e73ab4b33a9c3ff00c9f800a38d69853ca0c4dfa5a88e3df331f66df8f18ec55/signature-1`, and the SHA value is `e73ab4b33a9c3ff00c9f800a38d69853ca0c4dfa5a88e3df331f66df8f18ec55`.
47+
<1> Replace `<sha_from_version>` with SHA value from the full link to the mirror site that matches the SHA of your release. For example, the link to the signature for the 4.12.23 release is `https://mirror.openshift.com/pub/openshift-v4/signatures/openshift-release-dev/ocp-release/sha256=e73ab4b33a9c3ff00c9f800a38d69853ca0c4dfa5a88e3df331f66df8f18ec55/signature-1`, and the SHA value is `e73ab4b33a9c3ff00c9f800a38d69853ca0c4dfa5a88e3df331f66df8f18ec55`.
4848
4949
. Get the manifest for the release image by running the following command:
5050
+

0 commit comments

Comments
 (0)