Skip to content
New issue

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

Any plans for .NET 8 support? #986

Open
bzuu-ic opened this issue Dec 4, 2023 · 2 comments
Open

Any plans for .NET 8 support? #986

bzuu-ic opened this issue Dec 4, 2023 · 2 comments

Comments

@bzuu-ic
Copy link

bzuu-ic commented Dec 4, 2023

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?

@benclerix-cegeka
Copy link

benclerix-cegeka commented Dec 5, 2023

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

@BartJansseune
Copy link

I also second the request + make it available for aarch64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants