Skip to content

Commit 60fec15

Browse files
soninarendivyagandhisethi
authored andcommitted
Updating extension bundle version to 1.1.1 (#176)
1 parent 14e3ccb commit 60fec15

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

host/2.0/alpine/amd64/base.Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
2424

2525
RUN apk update && \
2626
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
3131

3232
COPY --from=installer-env ["/azure-functions-host", "/azure-functions-host"]
3333
COPY --from=installer-env ["/workers", "/workers"]

host/2.0/alpine/amd64/powershell.Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
2727

2828
RUN apk update && \
2929
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
3434

3535
COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"]
3636
COPY --from=runtime-image [ "/workers/powershell", "/azure-functions-host/workers/powershell" ]

host/2.0/bionic/arm32v7/dotnet-core/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
3333

3434
RUN apt-get update && \
3535
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 && \
4040
rm -f /usr/bin/qemu-arm-static
4141

4242
EXPOSE 80

host/2.0/stretch/amd64/base.Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ COPY --from=runtime-image ["/workers", "/workers"]
1818

1919
RUN apt-get update && \
2020
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
2525

2626
CMD [ "/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost" ]

host/2.0/stretch/amd64/powershell6.Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
2323

2424
RUN apt-get update && \
2525
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
3030

3131
COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"]
3232
COPY --from=runtime-image [ "/workers/powershell", "/azure-functions-host/workers/powershell" ]

host/3.0/buster/amd64/base.Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ COPY --from=runtime-image ["/workers", "/workers"]
1818

1919
RUN apt-get update && \
2020
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
2525

2626
CMD [ "/azure-functions-host/Microsoft.Azure.WebJobs.Script.WebHost" ]

host/3.0/buster/amd64/powershell6.Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
2323

2424
RUN apt-get update && \
2525
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
3030

3131
COPY --from=runtime-image ["/azure-functions-host", "/azure-functions-host"]
3232
COPY --from=runtime-image [ "/workers/powershell", "/azure-functions-host/workers/powershell" ]

0 commit comments

Comments
 (0)