-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.13.z, 4.12.z, 4.14.z, 4.15.z, 4.17.z, 4.16.z, 4.18.0
Description of problem:
There is a typo in the example command of section "Understanding the verification of container images lacking verifiable signatures"
Version-Release number of selected component (if applicable):
4.17
How reproducible:
Always
Steps to Reproduce:
1.Go to https://docs.openshift.com/container-platform/4.12/security/container_security/security-container-signature.html#containers-signature-verify-artifacts_security-container-signature 2.Check the command in "Example release info output"
Actual results:
The command is, $ oc adm release info quay.io/openshift-release-dev/ ocp-release@sha256:2309578b68c5666dad62aed696f1f9d778ae1a089ee461060ba7b9514b7ca417 -o pullspec
Expected results:
The command should be, $ oc adm release info quay.io/openshift-release-dev/ocp-release@sha256:2309578b68c5666dad62aed696f1f9d778ae1a089ee461060ba7b9514b7ca417 -o pullspec
Additional info: