-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to find image 'mcr.microsoft.com/azure-cli:latest' locally #150
Comments
we are also getting this error couple of times today intermittently. Can someone please take a look? |
I started seeing this error today in GitHub actions workflow using public runners:
if i rerun the workflow is mostly works, strange part other jobs which also use azure cli might work in same workflow while others do not. |
Hi @Kaloszer, @kantkrishan, @Dariusz-Jalowiec, may I know the configuration of your runner? Are you using a GitHub-hosted runner or a self-hosted one? |
github hosted runner for me. |
Same here |
It appears to be an internet problem on GitHub runners. To check, you can add this step before
|
Well we can't fix your DNS on github runners, now can we 🤣? Seems intermittent, lets hope it was just last week. |
I am continuing to experience the issue as previously reported. In alignment with your suggestions for troubleshooting, we attempted to fetch the tags list for azure-cli using the provided command. Unfortunately, the responses received suggest a possible service error or an unexpected redirection mechanism rather than the anticipated JSON listing of tags. Examples of the issue encountered: Attempt 1 Attempt 2 I have observed that this error frequently occurs when attempting to run approximately 20 jobs in parallel. This leads me to suspect that the issue could be related to rate limiting or another similar constraint. I am eager to resolve this issue and would appreciate any additional insights or suggestions you might have. I am available to provide further details or engage in additional troubleshooting steps as necessary. Also if you can prioritise this enhancement, we can leverage our own artifactory repository to store this image. Thank you for your assistance. |
@Kaloszer @Dariusz-Jalowiec I ran around 100 jobs in parallel but not seeing issue today. something might have changed recently it seems. |
Seems okay, my 8 went with no issues |
Hi everyone, let's keep an eye on the situation this week. If the problem persists, we can open an issue with the GitHub Actions runners team to request a fix. |
seems ok for me too |
Closing the issue for now, as the problem has not reoccurred. |
Since this week I've started seeing this issue where it had never happened before. It's causing intermittent pipeline failures - which can be remediated by re-running the job - but it's annoying :)
It's happened about 6 times this week, today 3 times within a single pipeline matrix execution.
The text was updated successfully, but these errors were encountered: