Matt Thalman
Matt Thalman
@thaJeztah - Ok, that's interesting. But then why do the two image digests end up having the same image ID when you pull them?
@thaJeztah - I've ran into this situation again today. Two distinct image digests: * `mcr.microsoft.com/dotnet/nightly/runtime-deps@sha256:ce9abbf604ecb7eb026b4b063a74d0708b7ad7344fc8000cd251a39de654b36f` * `mcr.microsoft.com/dotnet/nightly/runtime-deps@sha256:764ee7d2530c9c76f5091684a0de09ad8d01cd3ed81c9057a80d6a63b0ac2834` That have the same image ID: ```shell > docker history mcr.microsoft.com/dotnet/nightly/runtime-deps@sha256:ce9abbf604ecb7eb026b4b063a74d0708b7ad7344fc8000cd251a39de654b36f IMAGE CREATED...
The problem is larger than just the 6.0/7.0 difference. There are separate doc pages for each .NET version. So even before the [change to make the dotnet-docker samples to be...
Ran into this myself. Would be nice to have this fixed. I'm very new to AHK but is there way to inject some special metadata into the object that gets...
I think long-term it would be useful to have the versioning scheme support patch versions as well. Consider the scenario where a script has been configured to use this new...
22.04 isn't expected to be released until April 2022.
> can not install from apt source yet. @rbhanda, @NikolaMilosavljevic - Can you investigate this (from https://github.com/dotnet/core/issues/7038#issuecomment-1081457707)? It doesn't look like netstandard-targeting-pack-2.1 is getting published. It doesn't exist at https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/n/netstandard-targeting-pack-2.1/.
> > A 22.04 package should depend on `libssl3`: https://packages.ubuntu.com/jammy/libssl3 > > That's only true for .NET 6 and higher. .NET Core 3.1 doesn't try to load OpenSSL 3. >...
Can someone provide a current repro for this? I'm unable to get my own repro on either my Windows or Mac machine. Please provide the following: * A simple .NET...
## Reverted Console Formatter Change in ASP.NET Core Container Images In .NET 6, the `Logging__Console__FormatterName` environment variable was [explicitly set to `Json`](https://github.com/dotnet/dotnet-docker/issues/3274) in the `aspnet` container images. Based on usability...