Skip to content

Commit cfe106a

Browse files
authored
Merge pull request #88331 from liangxia/bug50553
OCPBUGS#50553: Fix typo
2 parents d889255 + 5814f7d commit cfe106a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/containers-signature-verify-unsigned.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For example, the image references lacking a verifiable signature are contained i
1212
.Example release info output
1313
[source,terminal]
1414
----
15-
$ oc adm release info quay.io/openshift-release-dev/ ocp-release@sha256:2309578b68c5666dad62aed696f1f9d778ae1a089ee461060ba7b9514b7ca417 -o pullspec <1>
15+
$ oc adm release info quay.io/openshift-release-dev/ocp-release@sha256:2309578b68c5666dad62aed696f1f9d778ae1a089ee461060ba7b9514b7ca417 -o pullspec <1>
1616
quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:9aafb914d5d7d0dec4edd800d02f811d7383a7d49e500af548eab5d00c1bffdb <2>
1717
----
1818

@@ -23,4 +23,4 @@ quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:9aafb914d5d7d0dec4edd800d0
2323
== Automated verification during updates
2424
Verification of signatures is automatic. The OpenShift Cluster Version Operator (CVO) verifies signatures on the release images during an {product-title} update. This is an internal process. An {product-title} installation or update fails if the automated verification fails.
2525

26-
Verification of signatures can also be done manually using the `skopeo` command-line utility.
26+
Verification of signatures can also be done manually using the `skopeo` command-line utility.

0 commit comments

Comments
 (0)