File tree 7 files changed +28
-28
lines changed
bionic/arm32v7/dotnet-core
7 files changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
24
24
25
25
RUN apk update && \
26
26
apk add --no-cache gnupg wget unzip && \
27
- wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip && \
28
- mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
29
- unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
30
- rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip
27
+ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip && \
28
+ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
29
+ unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
30
+ rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip
31
31
32
32
COPY --from=installer-env ["/azure-functions-host" , "/azure-functions-host" ]
33
33
COPY --from=installer-env ["/workers" , "/workers" ]
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
27
27
28
28
RUN apk update && \
29
29
apk add --no-cache gnupg wget unzip && \
30
- wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip && \
31
- mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
32
- unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
33
- rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip
30
+ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip && \
31
+ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
32
+ unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
33
+ rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip
34
34
35
35
COPY --from=runtime-image ["/azure-functions-host" , "/azure-functions-host" ]
36
36
COPY --from=runtime-image [ "/workers/powershell" , "/azure-functions-host/workers/powershell" ]
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
33
33
34
34
RUN apt-get update && \
35
35
apt-get install -y gnupg wget unzip && \
36
- wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip && \
37
- mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
38
- unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
39
- rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip && \
36
+ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip && \
37
+ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
38
+ unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
39
+ rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip && \
40
40
rm -f /usr/bin/qemu-arm-static
41
41
42
42
EXPOSE 80
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ COPY --from=runtime-image ["/workers", "/workers"]
18
18
19
19
RUN apt-get update && \
20
20
apt-get install -y gnupg wget unzip && \
21
- wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip && \
22
- mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
23
- unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
24
- rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip
21
+ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip && \
22
+ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
23
+ unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
24
+ rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip
25
25
26
26
CMD [ "/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost" ]
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
23
23
24
24
RUN apt-get update && \
25
25
apt-get install -y gnupg wget unzip && \
26
- wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip && \
27
- mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
28
- unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
29
- rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip
26
+ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip && \
27
+ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
28
+ unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
29
+ rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip
30
30
31
31
COPY --from=runtime-image ["/azure-functions-host" , "/azure-functions-host" ]
32
32
COPY --from=runtime-image [ "/workers/powershell" , "/azure-functions-host/workers/powershell" ]
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ COPY --from=runtime-image ["/workers", "/workers"]
18
18
19
19
RUN apt-get update && \
20
20
apt-get install -y gnupg wget unzip && \
21
- wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip && \
22
- mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
23
- unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
24
- rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip
21
+ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip && \
22
+ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
23
+ unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
24
+ rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip
25
25
26
26
CMD [ "/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost" ]
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
23
23
24
24
RUN apt-get update && \
25
25
apt-get install -y gnupg wget unzip && \
26
- wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip && \
27
- mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
28
- unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.0 && \
29
- rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.0 .zip
26
+ wget https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip && \
27
+ mkdir -p /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
28
+ unzip /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip -d /FuncExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/1.1.1 && \
29
+ rm -f /Microsoft.Azure.Functions.ExtensionBundle.1.1.1 .zip
30
30
31
31
COPY --from=runtime-image ["/azure-functions-host" , "/azure-functions-host" ]
32
32
COPY --from=runtime-image [ "/workers/powershell" , "/azure-functions-host/workers/powershell" ]
You can’t perform that action at this time.
0 commit comments