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

Split dotnet and dotnetisolated builds #1140

Merged
merged 2 commits into from
Aug 17, 2024
Merged

Conversation

pragnagopa
Copy link
Member

InProc Dotnet6 image is still on 4.35.1 hostversion as it has base image

docker inspect mcr.microsoft.com/azure-functions/dotnet:4.35.1.2-dotnet6-appservice

"Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "ASPNETCORE_URLS=http://+:80",
                "DOTNET_RUNNING_IN_CONTAINER=true",
                "AzureWebJobsScriptRoot=/home/site/wwwroot",
                "HOME=/home",
                "FUNCTIONS_WORKER_RUNTIME=dotnet",
                "DOTNET_USE_POLLING_FILE_WATCHER=true",
                "HOST_VERSION=4.35.1",
                "ASPNETCORE_CONTENTROOT=/azure-functions-host"
            ],

This PR splits InProc and DotnetIsoalated builds as they will be on different host versions going forward

@pragnagopa pragnagopa merged commit df67024 into dev Aug 17, 2024
5 of 31 checks passed
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.

1 participant