Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Be able target patch versions for docker dotnet images #1610

Open
EverybodyKurts opened this issue Sep 2, 2022 · 2 comments
Open

Be able target patch versions for docker dotnet images #1610

EverybodyKurts opened this issue Sep 2, 2022 · 2 comments

Comments

@EverybodyKurts
Copy link

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
@bamurtaugh
Copy link
Member

Thanks for opening @EverybodyKurts!

@samruddhikhandale thoughts?

@samruddhikhandale
Copy link
Member

Hi @EverybodyKurts,

We're starting to migrate contents of this repo to the devcontainers org, as part of the work on the open dev container specification.

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

Refer to the README for more details.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants