You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
We are now publishing images from devcontainers/images with path mcr.microsoft.com/devcontainers/*. For more details, you can review the announcement issue.
For backwards compatibility, we are dual publishing, hence images with path mcr.microsoft.com/vscode/devcontainers/* works just fine. However, it would be nice to switch to the newer image paths.
To answer your question, here's the complete list of available tags - link and you can reference the latest patch version (say for dotnet 6) as follows -
FROM mcr.microsoft.com/devcontainers/dotnet:0.203.5-6.0
Relates to: Remote - Containers
I'd like to target the patch version of a dotnet release when referencing a docker image, like so:
FROM mcr.microsoft.com/vscode/devcontainers/dotnet:6.0.300
The text was updated successfully, but these errors were encountered: