-
Notifications
You must be signed in to change notification settings - Fork 35.2k
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
Running in Dev Container returns an error that no manifest can be found #187
Comments
👋 Thanks for contributing @michaelklopf! We will review the issue and get back to you soon. |
Hi @michaelklopf - thanks for the report. I tried to replicate this:
I was unable to reproduce the issue and get the same error message on my device.
I just checked the Microsoft Artifact Registry tags here - and you can see that the "2" tag exists annd has the specific image string provided. So I have to assume that can't be the issue. Which leaves the possibility that for some reason your local device was not able to access the registry at the given time. Were you able to check if you were online at the time? (If you see the issue again, try visiting that link to the Artifact above in browser to verify you can. see it) Can you check if the issue persists or did you get that only on occasion? |
@nitya I tried with the
I guess that being on an ARM Mac it needs to be a linux arm64 compatible version, are you running it on an Intel or ARM Mac? |
I am also facing this same issue while trying to use Dev Container in VSCode. My error message is
I then tried running
I am able to find it in the Microsoft Artifact Registry. Looking at the error, it seems like there is no image available for arm64 devices. @michaelklopf are you using an Apple Silicon device? That may be the reason. I am using MBP with M1 Pro As a temporary fix, you can try running this in terminal.
After the image has been pulled, try reopening the repository in Dev Container again. It should work. |
(This is @nitya) @michaelklopf - ah it is an ARM issue. You're right - I am still on an Intel Mac so I didn't get that issue. In the meantime, some context if useful: I can try that out (or if you do so let me know how it goes). |
报告错误 |
@potateros Yeah, I'm on an ARM Mac. Thank you for the hint @nitya It did work and the dev container is building and running now |
Glad to see this is working @michaelklopf , thanks for the help @nitya . Closing this. |
Describe the bug
Running project in dev container returns error.
To Reproduce
Cloning the repository, opening the folder with VSCode on macOS and letting the DevContainer build returns the error
Expected behavior
Run of DevContainer should be successful
Desktop (please complete the following information):
Additional context
I have basic experience with Docker, so this could be a user error, but I'm not sure.
The text was updated successfully, but these errors were encountered: