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

Switch to Azure Linux base image #1223

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Switch to Azure Linux base image #1223

merged 1 commit into from
Dec 10, 2024

Conversation

DrizzlyOwl
Copy link
Collaborator

  • Reduces the overall final image size by using Azure Linux
  • Offers maximum compatibility with Azure infrastructure
  • Uses arbitrary user instead of 'root'
  • Supported by Microsoft

https://github.com/dotnet/dotnet-docker/blob/main/documentation/azurelinux.md#azure-linux

Warning

Note: ASP.NET Core apps (in official images) listen to port 8080 by default⁠, starting with .NET 8. This is because it is using an arbitrary user. As a result we will need to update the Container App definition to list to Port 8080

* Reduces the overall final image size by using Azure Linux
* Offers maximum compatibility with Azure infrastructure
* Uses arbitrary user instead of 'root'
* Supported by Microsoft
@DrizzlyOwl DrizzlyOwl merged commit d167d7d into main Dec 10, 2024
2 checks passed
@DrizzlyOwl DrizzlyOwl deleted the docker/azurelinux branch December 10, 2024 15:39
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

Successfully merging this pull request may close these issues.

3 participants