exceptionless/Exceptionless

docker image dotnet runtime error

v2codes opened this issue · 2 comments

The dotnet runtime version in image [exceptionless/exceptionless:latest] need to upgrade.

log:

==> /var/log/supervisor/exceptionless.log <==
.NET location: /usr/share/elasticsearch/.dotnet/

The following frameworks were found:
  7.0.0-preview.7.22375.6 at [/usr/share/elasticsearch/.dotnet/shared/Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0-rc.1.22426.10&arch=x64&rid=ubuntu.20.04-x64
You must install or update .NET to run this application.

App: /app/Exceptionless.Web.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '7.0.0-rc.1.22426.10' (x64)
.NET location: /usr/share/elasticsearch/.dotnet/

The following frameworks were found:
  7.0.0-preview.7.22375.6 at [/usr/share/elasticsearch/.dotnet/shared/Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0-rc.1.22426.10&arch=x64&rid=ubuntu.20.04-x64
You must install or update .NET to run this application.

App: /app/Exceptionless.Web.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '7.0.0-rc.1.22426.10' (x64)
.NET location: /usr/share/elasticsearch/.dotnet/

The following frameworks were found:
  7.0.0-preview.7.22375.6 at [/usr/share/elasticsearch/.dotnet/shared/Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0-rc.1.22426.10&arch=x64&rid=ubuntu.20.04-x64
......

@ejsmith weird that there is two different .net versions resolved here.

This should be resolved now. Sorry about that.