question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CircleCI fails randomly to install docker image?

See original GitHub issue

Not sure what this is, but probably not related to my recipe… It worked on my other PR just after.

Pulling repository docker.io/condaforge/linux-anvil
Tag latest not found in repository docker.io/condaforge/linux-anvil

docker pull condaforge/linux-anvil returned exit code 1

Action failed: docker pull condaforge/linux-anvil

Possibly put docker pull ... || (sleep 60; docker pull) or for n in 1 2 3; do docker pull ... && break; sleep 60; done into the docker.yml to guard against annoying temporary failures of the service.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ericdillcommented, Apr 5, 2017

Thanks for #2742 @epruesse . I think that addition addresses the low hanging fruit in this issue. Feel free to re-open if there’s more that you’d like to discuss 😃

0reactions
epruessecommented, Apr 4, 2017

@ericdill How about this: #2742

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker build fails on CI - CircleCI Discuss
Hello, Docker build fails in 50% of cases (during pipenv install), failure example: 1st run with error: Step 14/21 : RUN pipenv install...
Read more >
Build docker image fails randomly with "Error response from ...
Hi all! We're experiencing random failures of our docker image builds. The error we get is “Error response from daemon: container is marked...
Read more >
Docker Hub failures - Build Environment - CircleCI Discuss
For the last 3 days, our team has had random failures between Docker Hub and CirclecCI. We have multiple accounts with 3+ paid...
Read more >
How to debug docker push failures? - CircleCI Discuss
A Docker image upload to Google Registry(GCR) fails randomly with the following error. Also, you've never seen the same error in your local ......
Read more >
Circleci/mongo randomly fails - Build Environment
We're experiencing same issue on out circleci account. We try to run locally docker images. circleci/mongo; mongo:3.2; mongo:4.0; custom images
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found