Error when trying to install dotnet 8 with containerbase #1712
-
I'm trying to install dotnet 8 - https://dotnet.microsoft.com/en-us/download/dotnet/8.0 root@75e836e9afce:/# install-tool dotnet 8.0.100-rc.2 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
are you using the latest containerbase version? |
Beta Was this translation helpful? Give feedback.
-
@viceice is there any easy way to iterate over the list of available versions? When I navigate through the dotnet websites I eventually get to https://download.visualstudio.microsoft.com/download/pr/0d7fb51b-f30e-4b84-b4c2-b739ec8f7978/68e9fc71fb2c4f01a9c7f25672caf1d1/aspnetcore-runtime-8.0.0-rc.2.23480.2-linux-x64.tar.gz |
Beta Was this translation helpful? Give feedback.
-
it should now work, the release is available on the old urls, see PR #1733 @rarkins should we support pre-releases? It would make the installer much more complex because we need to fetch the json file to find the download urls. |
Beta Was this translation helpful? Give feedback.
it should now work, the release is available on the old urls, see PR #1733
@rarkins should we support pre-releases? It would make the installer much more complex because we need to fetch the json file to find the download urls.