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

Use Azure Linux base image #640

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Use Azure Linux base image #640

merged 1 commit into from
Dec 9, 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

@DrizzlyOwl DrizzlyOwl force-pushed the docker/azurelinux branch 9 times, most recently from ada7154 to 8dcdc9b Compare November 18, 2024 14:44
* 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 411c923 into main Dec 9, 2024
2 checks passed
@DrizzlyOwl DrizzlyOwl deleted the docker/azurelinux branch December 9, 2024 13:43
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.

2 participants