We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems there are no images available yet for .NET 8. Are there any plans for this? If so, on what sort of timeline can these be expected?
The text was updated successfully, but these errors were encountered:
I second this question, I would also like to update my device with UDEV rules, etc to use .net8.
update, I just did it myself:
# name and tag could be armv7hf-debian:bookworm-20231127 FROM balenalib/**name**:**tag** RUN curl -sSL https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh && chmod +x ./dotnet-install.sh && ./dotnet-install.sh --version latest --runtime aspnetcore --channel 8.0 -InstallDir /usr/share/dotnet && rm ./dotnet-install.sh ENV DOTNET_ROOT=/usr/share/dotnet ENV PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools # **other commands** # optionally add an ENTRYPOINT or CMD
Sorry, something went wrong.
I also second the request + make it available for aarch64
No branches or pull requests
It seems there are no images available yet for .NET 8. Are there any plans for this? If so, on what sort of timeline can these be expected?
The text was updated successfully, but these errors were encountered: