diff --git a/containers/beta-workflow.md b/containers/beta-workflow.md index 2c84588..9d03dfc 100644 --- a/containers/beta-workflow.md +++ b/containers/beta-workflow.md @@ -147,8 +147,7 @@ preflight check container scan.connect.redhat.com/ospid-[PRODUCTION-project-ID]/ ### 8. Submit Results Running container policy checks against a container that passes all tests needed to submit to Red Hat: - - *Non-Red Hat Container Registry* + ``` preflight check container registry.example.org/[your-namespace]/[image-name]:[tag] \ --submit \ diff --git a/containers/troubleshooting.md b/containers/troubleshooting.md index efe0655..8218ead 100644 --- a/containers/troubleshooting.md +++ b/containers/troubleshooting.md @@ -17,7 +17,7 @@ ### Common Issues * [Authorization Errors](#authorizationerrors) * [File Not Found Errors](#filenotfound) - +* [Calling Remote API Errors](#callingremoteapierrors) ## RunAsNonRoot The certification tooling is verifying that the USER is declared in the dockerfile and is not one of the following: - USER root @@ -62,3 +62,7 @@ Possible causes: ## File Not Found Errors Possible causes: - You are not specifying the full path of the docker config file: please make sure you are using the full path, not the relative path. The file should only include the credentials for the image being certified. + +## Calling Remote API Errors +Possible causes: + - You are using the old opsid in --certification-project-id, you could find the project id in project link https://connect.redhat.com/projects/1234567890/overview