Updated on 2023-05-26 GMT+08:00

pull Command Execution Failed

Symptom 1

After you add the deployment action Run Docker Command and set Command to pull, the error message manifest for * not found is displayed.

Cause Analysis

The image to be pulled does not exist in the image repository.

Solution

Check that the entered image information is correct, and pull the image again.

Symptom 2

After you add the deployment action Run Docker Command and set Command to pull, the error message Auth is empty, only accept X-Auth-Token or Authorization or authentication failure is displayed.

Cause Analysis

You have logged out of the remote image repository and cannot pull images.

Solution

Run the login command to log in to the remote image repository and pull the image again.

Running Docker Commands FAQs

more