Closed anirugu closed 3 years ago
Yep! In fact, this is why the source dockerfile is referenced. Just copy the contents of the .devcontainer
folder from that location, update devcontainer.json
to reference 6.0
for the VARIANT
and update dockerfile
to reference base.Dockerfile
.
@Chuxel Thanks for help.
I tried to get 6.0 but I didn't found it. Is this repo exist on docker as well, where I can find other tags?. Please check the screenshot
I look into https://mcr.microsoft.com/v2/vscode/devcontainers/dotnet/tags/list and didn't find the 6.0
I change the path to FROM mcr.microsoft.com/dotnet/sdk:${VARIANT}-focal and comentout the remoteuser and it's working for me for now.
@Chuxel Thanks, my problem fixed. Your earlier comment is correct.
I am looking for testing dotnet 6. How I can do that by change something in dockerfile and devcontainer.json and dotnet 6 environment is ready for testing.