Docker image does not exist or no pull access
Issue
Workflow’s process fails with similar error message:
[SYSTEM] Error: Failed to pull base image: OWNER/REPO:TAG; caused by Error: (HTTP code 404) no such image - no such image: OWNER/REPO:TAG: No such image: codefreshdemo/demochat:feature_test
Solution
- If this docker image was created in Codefresh and hasn’t been pushed to docker registry. Go to the tab
Images
and check the tag and name of this image. - If this docker image was pushed to docker registry. Go to the Integration page and check that you integrated with this docker registry.