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

Update docker static resource for dotnet-isolated 8 - Default ASP.NET Core port changed from 80 to 8080 #3617

Open
pragnagopa opened this issue Mar 7, 2024 · 1 comment

Comments

@pragnagopa
Copy link
Member

Follow up to https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port

Docker template used in Core Tools needs to be updated - azure-functions-core-tools/src/Azure.Functions.Cli/StaticResources/Dockerfile.dotnet8Isolated at v4.x · Azure/azure-functions-core-tools (github.com)

to match what you shared above; also, azure-functions-core-tools/src/Azure.Functions.Cli/StaticResources/Dockerfile.dotnet8Isolated at v4.x · Azure/azure-functions-core-tools (github.com) is still pointing to preview - needs to be updated as well

FROM mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0 AS base
WORKDIR /home/site/wwwroot
EXPOSE 8080
@pragnagopa
Copy link
Member Author

tagging @kshyju @CooperLink

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

1 participant