-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Description
Hi,
.NET 10 RC1 was released on September 9. I expected the image mcr.microsoft.com/devcontainers/dotnet:10.0-preview to include .NET 10 RC1, but it still uses 10.0.100-preview.7.25380.108.
I'm not very familiar with the repository, but I couldn't find any hard-coded preview.7 tags. It seems that rebuilding the images should pull the latest version automatically.
Could you please update the images if possible?
Thank you!
$ docker pull mcr.microsoft.com/devcontainers/dotnet:10.0-preview
10.0-preview: Pulling from devcontainers/dotnet
Digest: sha256:e3fda67f31eac6378d723bcfcc143795a60a2da92643f05b7c3182effa848d55
Status: Image is up to date for mcr.microsoft.com/devcontainers/dotnet:10.0-preview
mcr.microsoft.com/devcontainers/dotnet:10.0-preview
$ docker inspect mcr.microsoft.com/devcontainers/dotnet:10.0-preview
[
{
"Id": "sha256:d5d5142978444c5ab6d0249db896428f0e2c90da6da395a57169b52d62420f0f",
"RepoTags": [
"mcr.microsoft.com/devcontainers/dotnet:10.0-preview"
],
"RepoDigests": [
"mcr.microsoft.com/devcontainers/dotnet@sha256:e3fda67f31eac6378d723bcfcc143795a60a2da92643f05b7c3182effa848d55"
],
...
"Config": {
...
"Env": [
...
"DOTNET_VERSION=10.0.0-preview.7.25380.108",
"ASPNET_VERSION=10.0.0-preview.7.25380.108",
...
"DOTNET_SDK_VERSION=10.0.100-preview.7.25380.108",
...
],
...
}
}
]
Metadata
Metadata
Assignees
Labels
No labels