-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
1
-
False
-
False
-
Undefined
-
-
CMP Sprint 35
I wasn't able to find instructions to actually obtain the oc-compliance plugin for use on a local machine (nothing at https://docs.openshift.com/container-platform/4.8/security/oc_compliance_plug_in/oc-compliance-plug-in-using.html ) . The simplest command to fetch from the downstream image I could come up with is:
`podman run --rm --entrypoint /bin/cat registry.redhat.io/compliance/oc-compliance-rhel8 /usr/bin/oc-compliance > ~/bin/oc-compliance`
That might be sufficient for documentation.
Acceptance Criteria
- We have documentation that explains how to download the x86_64 Linux plugin. With the note that it is currently only supported on x86_64 Linux.