{ "version": "0.204.14", "variants": [ "7.0-bullseye-slim", "7.0-jammy", "6.0-bullseye-slim", "6.0-jammy", "6.0-focal" ], "build": { "latest": "7.0-bullseye-slim", "rootDistro": "debian", "tags": [ "dotnet:${VERSION}-${VARIANT}" ], "architectures": { "7.0-bullseye-slim": [ "linux/amd64", "linux/arm64" ], "7.0-jammy": [ "linux/amd64", "linux/arm64" ], "6.0-bullseye-slim": [ "linux/amd64", "linux/arm64" ], "6.0-jammy": [ "linux/amd64", "linux/arm64" ], "6.0-focal": [ "linux/amd64" ] }, "variantTags": { "7.0-bullseye-slim": [ "dotnet:${VERSION}-7.0", "dotnet:${VERSION}-7.0-bullseye" ], "6.0-bullseye-slim": [ "dotnet:${VERSION}-6.0", "dotnet:${VERSION}-6.0-bullseye" ] } }, "dependencies": { "image": "mcr.microsoft.com/dotnet/sdk:${VARIANT}", "imageLink": "https://hub.docker.com/_/microsoft-dotnet-sdk", "apt": [ { "cgIgnore": false, "name": "yarn" } ], "git": { "Oh My Zsh!": "/home/vscode/.oh-my-zsh", "nvm": "/usr/local/share/nvm" }, "languages": { ".NET": { "cgIgnore": true, "versionCommand": "dotnet --version | grep -oE '[0-9]+\\.[0-9]+\\.[0-9]+' | tr -d '\\n' && echo \\\" (\\$(dotnet --info | grep -ozP 'Host.*:\\s*Version:\\s*\\K[0-9]\\.[0-9]\\.[0-9]' | tr '\\0' '\\n'))\\\"", "path": "/usr", "downloadUrl": "https://dotnet.microsoft.com/" } }, "other": { "git": {} } } }