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

Codefresh image not found error

Codefresh image not found error

Solution

  1. 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.
  2. If this docker image was pushed to docker registry. Go to the Integration page and check that you integrated with this docker registry.

Troubleshooting common issues