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

Unable to install .NET 8 SDK on Alpine following official instructions #37790

Open
bdovaz opened this issue Jan 5, 2024 · 5 comments
Open

Unable to install .NET 8 SDK on Alpine following official instructions #37790

bdovaz opened this issue Jan 5, 2024 · 5 comments
Assignees
Labels
Area-Linux untriaged Request triage from a team member

Comments

@bdovaz
Copy link

bdovaz commented Jan 5, 2024

Describe the bug

I try to install the .NET 8 SDK following the official instructions: https://learn.microsoft.com/en-us/dotnet/core/install/linux-alpine#install-net-8

The result is that it does not exist.

https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz

Related: dotnet/docs#38904

To Reproduce

Run: apk search dotnet

You will see that there are no results for dotnet8.

@bdovaz
Copy link
Author

bdovaz commented Jan 30, 2024

I see that although it has not been communicated here or in the other issue I mention, the documentation has been changed and now says that this installation method is not available yet.

When will it be available @marcpopMSFT? .NET 8 came out in November and we are in February....

Thanks.

@marcpopMSFT
Copy link
Member

@rbhanda and @MichaelSimons who may know the answer to that question.

@MichaelSimons
Copy link
Member

Alpine does not backport newer .NET releases to older versions. Because of the timing of the .NET 8.0 release and Alpine 3.19 (they were very close to each other), .NET 8.0 was not included in Alpine 3.19. Expect to see it with 3.20. It is available in edge today to try out.

@DrMarkDunne
Copy link

@MichaelSimons did .net 8 make into 3.20?

@MichaelSimons
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Linux untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

5 participants