MicrosoftDocs / mslearn-tailspin-spacegame-web

Code used in Microsoft Learn modules to support Azure DevOps
https://aka.ms/devops-build
Creative Commons Attribution 4.0 International
169 stars 26.65k forks source link

Unable to rebuild container #7956

Closed c4dr-me closed 2 weeks ago

c4dr-me commented 2 weeks ago

This codespace is currently running in recovery mode due to a container error.

  1. Use Cmd/Ctrl + Shift + P -> "Codespaces: View Creation Log" to see full logs
  2. Update your devcontainer configuration as needed
  3. Use Cmd/Ctrl + Shift + P -> "Codespaces: Rebuild Container" to retry
  4. For help, read more about custom configuration: https://aka.ms/ghcs-custom-configuration

This is what I get on initially starting the codespace after looking for some other issues like this I tried to rebuild Container but it doesn't change anything

### Tasks
c4dr-me commented 2 weeks ago

fixed by editing the docker file Change FROM mcr.microsoft.com/devcontainers/dotnet:6.0 to FROM mcr.microsoft.com/devcontainers/dotnet:6.0-bullseye