Default universal image used by codespaces contains broken GPG keys #187911
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
When attempting to create a codespace from a repo containing either no devcontainer config or no base image specified in the devcontainer config, codespaces will use the
mcr.microsoft.com/devcontainers/universalimage. While inspecting some of the logs at creation time, I noticed it appears to pin tomcr.microsoft.com/devcontainers/universal:5.However when you actually boot the machine and try to run
sudo apt-get updatethe following error occurs:This error stems from GPG issues associated with yarn last month which have since been dealt with in the devcontainers/images repo and released using the
5andlatesttags.devcontainers/images#1752
Taking a deeper look into what is going on I checked the
ContainerImageInfologs on a codespace I booted and found it was actually using tag5.0.2rather than5.1.4which is the current latest release.Can someone at Github update the default image so we don't end up with broken machines? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions