Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Retry jobs failed with docker.errors.ImageNotFound #13

Open
mateuspontes opened this issue Oct 2, 2019 · 0 comments
Open

Retry jobs failed with docker.errors.ImageNotFound #13

mateuspontes opened this issue Oct 2, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@mateuspontes
Copy link
Collaborator

mateuspontes commented Oct 2, 2019

Fastlane should reenque jobs failed due to Image not found error. Only jobs with retry.

To create a job with retry:

$ curl -XPOST -d'{"image": "hello-world", "command": "/hello", "retries": 4}' http://localhost:10000/tasks/hello-world

Traceback error:

Traceback (most recent call last): File "/var/lib/pyenv/versions/3.6.5/envs/app_env_3.6.5/lib/python3.6/site-packages/docker/api/client.py", line 261, in _raise_for_status response.raise_for_status() File "/var/lib/pyenv/versions/3.6.5/envs/app_env_3.6.5/lib/python3.6/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url
@mateuspontes mateuspontes added the bug Something isn't working label Oct 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant