diff --git a/host/4/bullseye/dotnet-inproc/dotnet-appservice.Dockerfile b/host/4/bullseye/dotnet-inproc/dotnet-appservice.Dockerfile index dd75ae3e6..fafeb993b 100644 --- a/host/4/bullseye/dotnet-inproc/dotnet-appservice.Dockerfile +++ b/host/4/bullseye/dotnet-inproc/dotnet-appservice.Dockerfile @@ -57,7 +57,7 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \ RUN apt-get update && \ apt-get install -y libc-dev -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] COPY sshd_config /etc/ssh/ diff --git a/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated-composite.template b/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated-composite.template index 13b0b8beb..7e0ad0b91 100644 --- a/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated-composite.template +++ b/host/4/bullseye/dotnet-isolated/dotnet6-isolated/dotnet-isolated-composite.template @@ -8,7 +8,7 @@ COPY sshd_config /etc/ssh/ COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] ENV AzureWebJobsScriptRoot=/home/site/wwwroot \ HOME=/home \ diff --git a/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated-composite.template b/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated-composite.template index 456677437..4ae203e84 100644 --- a/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated-composite.template +++ b/host/4/bullseye/dotnet-isolated/dotnet7-isolated/dotnet-isolated-composite.template @@ -8,7 +8,7 @@ COPY sshd_config /etc/ssh/ COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] ENV AzureWebJobsScriptRoot=/home/site/wwwroot \ diff --git a/host/4/bullseye/java/java11/java11-composite.template b/host/4/bullseye/java/java11/java11-composite.template index 25393c735..fd1e40785 100644 --- a/host/4/bullseye/java/java11/java11-composite.template +++ b/host/4/bullseye/java/java11/java11-composite.template @@ -10,7 +10,7 @@ COPY sshd_config /etc/ssh/ COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/workers/java", "/azure-functions-host/workers/java" ] EXPOSE 2222 80 diff --git a/host/4/bullseye/java/java17/java17-composite.template b/host/4/bullseye/java/java17/java17-composite.template index 6de385b4b..8a2b268ed 100644 --- a/host/4/bullseye/java/java17/java17-composite.template +++ b/host/4/bullseye/java/java17/java17-composite.template @@ -10,7 +10,7 @@ COPY sshd_config /etc/ssh/ COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/workers/java", "/azure-functions-host/workers/java" ] EXPOSE 2222 80 diff --git a/host/4/bullseye/java/java8/java8-composite.template b/host/4/bullseye/java/java8/java8-composite.template index f12451541..f9cdb01cb 100644 --- a/host/4/bullseye/java/java8/java8-composite.template +++ b/host/4/bullseye/java/java8/java8-composite.template @@ -12,7 +12,7 @@ COPY sshd_config /etc/ssh/ COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/workers/java", "/azure-functions-host/workers/java" ] EXPOSE 2222 80 diff --git a/host/4/bullseye/node/node14/node14-composite.template b/host/4/bullseye/node/node14/node14-composite.template index 5335e5c71..179526757 100644 --- a/host/4/bullseye/node/node14/node14-composite.template +++ b/host/4/bullseye/node/node14/node14-composite.template @@ -5,7 +5,7 @@ COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] COPY sshd_config /etc/ssh/ COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] diff --git a/host/4/bullseye/node/node14/node14-slim.Dockerfile b/host/4/bullseye/node/node14/node14-slim.Dockerfile index e53ddee47..f7882c758 100644 --- a/host/4/bullseye/node/node14/node14-slim.Dockerfile +++ b/host/4/bullseye/node/node14/node14-slim.Dockerfile @@ -63,7 +63,7 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \ RUN apt-get update && \ apt-get install -y libc-dev -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] diff --git a/host/4/bullseye/node/node14/node14.Dockerfile b/host/4/bullseye/node/node14/node14.Dockerfile index 089a03c38..864594609 100644 --- a/host/4/bullseye/node/node14/node14.Dockerfile +++ b/host/4/bullseye/node/node14/node14.Dockerfile @@ -70,7 +70,7 @@ RUN apt-get install -y ca-certificates fonts-liberation libasound2 libatk-bridge libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 \ libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] diff --git a/host/4/bullseye/node/node16/node16-composite.template b/host/4/bullseye/node/node16/node16-composite.template index ac7c5295f..ea85fd5b5 100644 --- a/host/4/bullseye/node/node16/node16-composite.template +++ b/host/4/bullseye/node/node16/node16-composite.template @@ -7,7 +7,7 @@ COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] # Chrome Headless Dependencies (01/2023) # https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#chrome-headless-doesnt-launch-on-unix diff --git a/host/4/bullseye/node/node16/node16-slim.Dockerfile b/host/4/bullseye/node/node16/node16-slim.Dockerfile index 5d4df3b2b..1d215c829 100644 --- a/host/4/bullseye/node/node16/node16-slim.Dockerfile +++ b/host/4/bullseye/node/node16/node16-slim.Dockerfile @@ -63,7 +63,7 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \ RUN apt-get update && \ apt-get install -y libc-dev -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] diff --git a/host/4/bullseye/node/node16/node16.Dockerfile b/host/4/bullseye/node/node16/node16.Dockerfile index 8c748b909..d6718972d 100644 --- a/host/4/bullseye/node/node16/node16.Dockerfile +++ b/host/4/bullseye/node/node16/node16.Dockerfile @@ -70,7 +70,7 @@ RUN apt-get install -y ca-certificates fonts-liberation libasound2 libatk-bridge libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 \ libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] diff --git a/host/4/bullseye/node/node18/node18-composite.template b/host/4/bullseye/node/node18/node18-composite.template index 51c503b33..4613a8509 100644 --- a/host/4/bullseye/node/node18/node18-composite.template +++ b/host/4/bullseye/node/node18/node18-composite.template @@ -5,7 +5,7 @@ COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] COPY sshd_config /etc/ssh/ COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] diff --git a/host/4/bullseye/node/node18/node18-slim.Dockerfile b/host/4/bullseye/node/node18/node18-slim.Dockerfile index 4798fe5ac..a5cacde3c 100644 --- a/host/4/bullseye/node/node18/node18-slim.Dockerfile +++ b/host/4/bullseye/node/node18/node18-slim.Dockerfile @@ -63,7 +63,7 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \ RUN apt-get update && \ apt-get install -y libc-dev -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] diff --git a/host/4/bullseye/node/node18/node18.Dockerfile b/host/4/bullseye/node/node18/node18.Dockerfile index c2a7b9540..4215a333f 100644 --- a/host/4/bullseye/node/node18/node18.Dockerfile +++ b/host/4/bullseye/node/node18/node18.Dockerfile @@ -69,7 +69,7 @@ RUN apt-get install -y ca-certificates fonts-liberation libasound2 libatk-bridge libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 \ libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] diff --git a/host/4/bullseye/node/node20/node20-composite.template b/host/4/bullseye/node/node20/node20-composite.template index b128fa18a..e2103ba4b 100644 --- a/host/4/bullseye/node/node20/node20-composite.template +++ b/host/4/bullseye/node/node20/node20-composite.template @@ -5,7 +5,7 @@ COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] COPY sshd_config /etc/ssh/ COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] diff --git a/host/4/bullseye/node/node20/node20-slim.Dockerfile b/host/4/bullseye/node/node20/node20-slim.Dockerfile index d802f09fc..1140434b1 100644 --- a/host/4/bullseye/node/node20/node20-slim.Dockerfile +++ b/host/4/bullseye/node/node20/node20-slim.Dockerfile @@ -63,7 +63,7 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \ RUN apt-get update && \ apt-get install -y libc-dev -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] diff --git a/host/4/bullseye/node/node20/node20.Dockerfile b/host/4/bullseye/node/node20/node20.Dockerfile index 56c190242..986fcb278 100644 --- a/host/4/bullseye/node/node20/node20.Dockerfile +++ b/host/4/bullseye/node/node20/node20.Dockerfile @@ -70,7 +70,7 @@ RUN apt-get install -y ca-certificates fonts-liberation libasound2 libatk-bridge libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 \ libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/azure-functions-host", "/azure-functions-host" ] COPY --from=runtime-image [ "/workers/node", "/azure-functions-host/workers/node" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] diff --git a/host/4/bullseye/powershell/powershell70/powershell70-composite.template b/host/4/bullseye/powershell/powershell70/powershell70-composite.template index 1b2a59cfa..5cf99e0cc 100644 --- a/host/4/bullseye/powershell/powershell70/powershell70-composite.template +++ b/host/4/bullseye/powershell/powershell70/powershell70-composite.template @@ -19,7 +19,7 @@ RUN apt-get update && \ apt-get install -y libc-dev # copy bundles, host runtime and powershell worker from the build image -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/FuncExtensionBundles", "/FuncExtensionBundles"] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image ["/workers/powershell", "/azure-functions-host/workers/powershell"] diff --git a/host/4/bullseye/powershell/powershell72/powershell72-composite.template b/host/4/bullseye/powershell/powershell72/powershell72-composite.template index 558ec147a..393181984 100644 --- a/host/4/bullseye/powershell/powershell72/powershell72-composite.template +++ b/host/4/bullseye/powershell/powershell72/powershell72-composite.template @@ -16,7 +16,7 @@ RUN apt-get update && \ apt-get install -y libc-dev # copy bundles, host runtime and powershell worker from the build image -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/FuncExtensionBundles", "/FuncExtensionBundles"] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image ["/workers/powershell", "/azure-functions-host/workers/powershell"] diff --git a/host/4/bullseye/python/python310/python310-composite.template b/host/4/bullseye/python/python310/python310-composite.template index 51bb59d3c..b0d18a613 100644 --- a/host/4/bullseye/python/python310/python310-composite.template +++ b/host/4/bullseye/python/python310/python310-composite.template @@ -6,7 +6,7 @@ FROM mcr.microsoft.com/mirror/docker/library/python:3.10-slim-bullseye ARG HOST_VERSION -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] COPY start.sh /azure-functions-host/ COPY install_ca_certificates.sh /opt/startup/ diff --git a/host/4/bullseye/python/python310/python310-slim.Dockerfile b/host/4/bullseye/python/python310/python310-slim.Dockerfile index 00aaee147..3b5d204a0 100644 --- a/host/4/bullseye/python/python310/python310-slim.Dockerfile +++ b/host/4/bullseye/python/python310/python310-slim.Dockerfile @@ -95,7 +95,7 @@ RUN apt-get update && \ # Azure ML dependencies apt-get install -y liblttng-ust0 -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image [ "/workers/python/3.10/LINUX", "/azure-functions-host/workers/python/3.10/LINUX" ] COPY --from=runtime-image [ "/workers/python/worker.config.json", "/azure-functions-host/workers/python" ] diff --git a/host/4/bullseye/python/python310/python310.Dockerfile b/host/4/bullseye/python/python310/python310.Dockerfile index 677d0102e..7759f6147 100644 --- a/host/4/bullseye/python/python310/python310.Dockerfile +++ b/host/4/bullseye/python/python310/python310.Dockerfile @@ -50,7 +50,7 @@ RUN apt-get update && \ FROM mcr.microsoft.com/mirror/docker/library/python:3.10-slim-bullseye ARG HOST_VERSION -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image [ "/workers/python/3.10/LINUX", "/azure-functions-host/workers/python/3.10/LINUX" ] COPY --from=runtime-image [ "/workers/python/worker.config.json", "/azure-functions-host/workers/python" ] diff --git a/host/4/bullseye/python/python311/python311-composite.template b/host/4/bullseye/python/python311/python311-composite.template index c7bb0a4b3..7ad7af327 100644 --- a/host/4/bullseye/python/python311/python311-composite.template +++ b/host/4/bullseye/python/python311/python311-composite.template @@ -35,7 +35,7 @@ RUN apt-get update && \ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 ARG HOST_VERSION -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] COPY sshd_config /etc/ssh/ COPY start.sh /azure-functions-host/ diff --git a/host/4/bullseye/python/python311/python311-slim.Dockerfile b/host/4/bullseye/python/python311/python311-slim.Dockerfile index eded43efe..9e59ad601 100644 --- a/host/4/bullseye/python/python311/python311-slim.Dockerfile +++ b/host/4/bullseye/python/python311/python311-slim.Dockerfile @@ -78,7 +78,7 @@ RUN apt-get update && \ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 ARG HOST_VERSION -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] COPY install_ca_certificates.sh start_nonappservice.sh /opt/startup/ diff --git a/host/4/bullseye/python/python311/python311.Dockerfile b/host/4/bullseye/python/python311/python311.Dockerfile index eded43efe..9e59ad601 100644 --- a/host/4/bullseye/python/python311/python311.Dockerfile +++ b/host/4/bullseye/python/python311/python311.Dockerfile @@ -78,7 +78,7 @@ RUN apt-get update && \ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 ARG HOST_VERSION -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image [ "/FuncExtensionBundles", "/FuncExtensionBundles" ] COPY install_ca_certificates.sh start_nonappservice.sh /opt/startup/ diff --git a/host/4/bullseye/python/python37/python37-composite.template b/host/4/bullseye/python/python37/python37-composite.template index 574efbbc2..9c88cc005 100644 --- a/host/4/bullseye/python/python37/python37-composite.template +++ b/host/4/bullseye/python/python37/python37-composite.template @@ -54,7 +54,7 @@ RUN apt-get update && \ #apt-get install -y libc-dev && \ -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image [ "/workers/python/3.7/LINUX", "/azure-functions-host/workers/python/3.7/LINUX" ] COPY --from=runtime-image [ "/workers/python/worker.config.json", "/azure-functions-host/workers/python" ] diff --git a/host/4/bullseye/python/python38/python38-composite.template b/host/4/bullseye/python/python38/python38-composite.template index f32d5f4df..a68d88a26 100644 --- a/host/4/bullseye/python/python38/python38-composite.template +++ b/host/4/bullseye/python/python38/python38-composite.template @@ -53,7 +53,7 @@ RUN apt-get update && \ # Fix from https://github.com/GoogleCloudPlatform/google-cloud-dotnet-powerpack/issues/22#issuecomment-729895157 #apt-get install -y libc-dev -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image [ "/workers/python/3.8/LINUX", "/azure-functions-host/workers/python/3.8/LINUX" ] COPY --from=runtime-image [ "/workers/python/worker.config.json", "/azure-functions-host/workers/python" ] diff --git a/host/4/bullseye/python/python39/python39-composite.template b/host/4/bullseye/python/python39/python39-composite.template index 9074cd379..2c17e9631 100644 --- a/host/4/bullseye/python/python39/python39-composite.template +++ b/host/4/bullseye/python/python39/python39-composite.template @@ -53,7 +53,7 @@ RUN apt-get update && \ # Fix from https://github.com/GoogleCloudPlatform/google-cloud-dotnet-powerpack/issues/22#issuecomment-729895157 #apt-get install -y libc-dev && \ -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image [ "/workers/python/3.9/LINUX", "/azure-functions-host/workers/python/3.9/LINUX" ] COPY --from=runtime-image [ "/workers/python/worker.config.json", "/azure-functions-host/workers/python" ] diff --git a/host/4/bullseye/python/python39/python39.Dockerfile b/host/4/bullseye/python/python39/python39.Dockerfile index d2ec7445e..cc4cd7780 100644 --- a/host/4/bullseye/python/python39/python39.Dockerfile +++ b/host/4/bullseye/python/python39/python39.Dockerfile @@ -106,7 +106,7 @@ RUN apt-get update && \ # libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 \ # libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget -COPY --from=runtime-image [ "/usr/share/dotnet", "/usr/share/dotnet" ] +COPY --from=runtime-image [ "/usr/share/dotnet/shared", "/usr/share/dotnet/shared" ] COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"] COPY --from=runtime-image [ "/workers/python/3.9/LINUX", "/azure-functions-host/workers/python/3.9/LINUX" ] COPY --from=runtime-image [ "/workers/python/worker.config.json", "/azure-functions-host/workers/python" ]