This commit is contained in:
Travis Plunk 2024-06-10 05:32:30 -07:00 коммит произвёл Logan Bussell
Родитель 15f0a57dc9
Коммит eac5b29e9e
21 изменённых файлов: 46 добавлений и 46 удалений

Просмотреть файл

@ -141,12 +141,12 @@
"netstandard-targeting-pack-2.1.0|linux-rpm|x64|sha": "fab41a86b9182b276992795247868c093890c6b3d5739376374a302430229624944998e054de0ff99bddd9459fc9543636df1ebd5392db069ae953ac17ea2880",
"powershell|6.0|build-version": "7.2.19",
"powershell|6.0|Linux.Alpine|sha": "ea85f2f27c262d6228903c2d21b98a40a809453ef2d086449e089437b9e5b00bb32eba04aa90d050b823101ddd0d60dbe04554e561e959d0e25ca584bbf7c9b6",
"powershell|6.0|Linux|arm32|sha": "dd152e66595e9e1c908338de37dad7541ca6ebbf59982562891088fecb5c0471a5c9f1aa351cf4a433f84ca602d3d417e9c37ad7ceb791847b94dfa13f5788c1",
"powershell|6.0|Linux|arm64|sha": "f5d6017b73cbd8a400278b0bb3a89dbac8b3b0209a6209c5a6d4248cb366ef4a81e96e0e68f115e424737033beb7d8fa7c9f394ec8bab97bd2fe05d386904d6f",
"powershell|6.0|Linux|x64|sha": "ea6274ef70f22e46068cbf16102fc7c4cc8ccdfc9d13575b7e814a09a61a8a092ff4f8ed4110d7bea78106beed23b03f9b872ab782ac1d65083a9ccad82d628d",
"powershell|6.0|Windows|x64|sha": "f92d5c4b71afa0890d2ca16485b25f89287f127d155c191ada1bc60f69e58559f6a6d87fedee0e06a8f9003f8cd945cdc122c3b0b457961a49f9b29b9ccaa74c",
"powershell|6.0|build-version": "7.2.20",
"powershell|6.0|Linux.Alpine|sha": "8e218e27e176ea30454ddaf96206d11b7982ce569752370326a950ea2a9edb4d454a372e52213096751522326bfb7f7cc89cdf79633d9353c492b422e3eab766",
"powershell|6.0|Linux|arm32|sha": "3bb85d251cb730690962ac5ea3b82879a292d28079dc1db156b74ff4ebfbc51d1dd5046eac4483131fe2f1d8b88ed54203843fbd7f1788c35198f7fa842f6a1f",
"powershell|6.0|Linux|arm64|sha": "cc21e8fcbbe5a8b8d9b26463da9a0a8f8966565061942b8d158b29e807d5fded0d9bf1e0b42b80c6b0cb875a994484a483458830a5019160f8e986e054700622",
"powershell|6.0|Linux|x64|sha": "16291c6de3241b4f108dfe406a7f6a86652c2ee90653da05a5a6eab7f421b7838b1ddc9a6084753d03f599eb2826731dd21cd7a262448ea88ff05c28156aa3f4",
"powershell|6.0|Windows|x64|sha": "3b2f0541b20de236aa4a2bb247a0202ef66c648462c3d04d4cd35911d823639b6b2344050a4401b245dd299f7d985cfa403a9e7b127050471e84e70bde4939e0",
"powershell|8.0|build-version": "7.4.2",
"powershell|8.0|Linux.Alpine|sha": "8af6b97658e800420b18d90a3e61d791b42b6de9a6d948751cbfcece7b5e714e512dfd805a2f32d95b0dd549c17812716b856331af3bc9def42840dd254d11e4",

Просмотреть файл

@ -36,9 +36,9 @@ RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& wget -O PowerShell.Linux.Alpine.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.Alpine.$powershell_version.nupkg \
&& powershell_sha512='ea85f2f27c262d6228903c2d21b98a40a809453ef2d086449e089437b9e5b00bb32eba04aa90d050b823101ddd0d60dbe04554e561e959d0e25ca584bbf7c9b6' \
&& powershell_sha512='8e218e27e176ea30454ddaf96206d11b7982ce569752370326a950ea2a9edb4d454a372e52213096751522326bfb7f7cc89cdf79633d9353c492b422e3eab766' \
&& echo "$powershell_sha512 PowerShell.Linux.Alpine.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.Alpine \

Просмотреть файл

@ -36,9 +36,9 @@ RUN wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_SDK
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& wget -O PowerShell.Linux.Alpine.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.Alpine.$powershell_version.nupkg \
&& powershell_sha512='ea85f2f27c262d6228903c2d21b98a40a809453ef2d086449e089437b9e5b00bb32eba04aa90d050b823101ddd0d60dbe04554e561e959d0e25ca584bbf7c9b6' \
&& powershell_sha512='8e218e27e176ea30454ddaf96206d11b7982ce569752370326a950ea2a9edb4d454a372e52213096751522326bfb7f7cc89cdf79633d9353c492b422e3eab766' \
&& echo "$powershell_sha512 PowerShell.Linux.Alpine.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.Alpine \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg \
&& powershell_sha512='ea6274ef70f22e46068cbf16102fc7c4cc8ccdfc9d13575b7e814a09a61a8a092ff4f8ed4110d7bea78106beed23b03f9b872ab782ac1d65083a9ccad82d628d' \
&& powershell_sha512='16291c6de3241b4f108dfe406a7f6a86652c2ee90653da05a5a6eab7f421b7838b1ddc9a6084753d03f599eb2826731dd21cd7a262448ea88ff05c28156aa3f4' \
&& echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.arm32.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm32.$powershell_version.nupkg \
&& powershell_sha512='dd152e66595e9e1c908338de37dad7541ca6ebbf59982562891088fecb5c0471a5c9f1aa351cf4a433f84ca602d3d417e9c37ad7ceb791847b94dfa13f5788c1' \
&& powershell_sha512='3bb85d251cb730690962ac5ea3b82879a292d28079dc1db156b74ff4ebfbc51d1dd5046eac4483131fe2f1d8b88ed54203843fbd7f1788c35198f7fa842f6a1f' \
&& echo "$powershell_sha512 PowerShell.Linux.arm32.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.arm32 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.arm64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg \
&& powershell_sha512='f5d6017b73cbd8a400278b0bb3a89dbac8b3b0209a6209c5a6d4248cb366ef4a81e96e0e68f115e424737033beb7d8fa7c9f394ec8bab97bd2fe05d386904d6f' \
&& powershell_sha512='cc21e8fcbbe5a8b8d9b26463da9a0a8f8966565061942b8d158b29e807d5fded0d9bf1e0b42b80c6b0cb875a994484a483458830a5019160f8e986e054700622' \
&& echo "$powershell_sha512 PowerShell.Linux.arm64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.arm64 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg \
&& powershell_sha512='ea6274ef70f22e46068cbf16102fc7c4cc8ccdfc9d13575b7e814a09a61a8a092ff4f8ed4110d7bea78106beed23b03f9b872ab782ac1d65083a9ccad82d628d' \
&& powershell_sha512='16291c6de3241b4f108dfe406a7f6a86652c2ee90653da05a5a6eab7f421b7838b1ddc9a6084753d03f599eb2826731dd21cd7a262448ea88ff05c28156aa3f4' \
&& echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.arm32.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm32.$powershell_version.nupkg \
&& powershell_sha512='dd152e66595e9e1c908338de37dad7541ca6ebbf59982562891088fecb5c0471a5c9f1aa351cf4a433f84ca602d3d417e9c37ad7ceb791847b94dfa13f5788c1' \
&& powershell_sha512='3bb85d251cb730690962ac5ea3b82879a292d28079dc1db156b74ff4ebfbc51d1dd5046eac4483131fe2f1d8b88ed54203843fbd7f1788c35198f7fa842f6a1f' \
&& echo "$powershell_sha512 PowerShell.Linux.arm32.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.arm32 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.arm64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg \
&& powershell_sha512='f5d6017b73cbd8a400278b0bb3a89dbac8b3b0209a6209c5a6d4248cb366ef4a81e96e0e68f115e424737033beb7d8fa7c9f394ec8bab97bd2fe05d386904d6f' \
&& powershell_sha512='cc21e8fcbbe5a8b8d9b26463da9a0a8f8966565061942b8d158b29e807d5fded0d9bf1e0b42b80c6b0cb875a994484a483458830a5019160f8e986e054700622' \
&& echo "$powershell_sha512 PowerShell.Linux.arm64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.arm64 \

Просмотреть файл

@ -49,9 +49,9 @@ RUN curl -fSL --output dotnet.rpm https://dotnetcli.azureedge.net/dotnet/Sdk/$DO
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg \
&& powershell_sha512='ea6274ef70f22e46068cbf16102fc7c4cc8ccdfc9d13575b7e814a09a61a8a092ff4f8ed4110d7bea78106beed23b03f9b872ab782ac1d65083a9ccad82d628d' \
&& powershell_sha512='16291c6de3241b4f108dfe406a7f6a86652c2ee90653da05a5a6eab7f421b7838b1ddc9a6084753d03f599eb2826731dd21cd7a262448ea88ff05c28156aa3f4' \
&& echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 \

Просмотреть файл

@ -45,9 +45,9 @@ RUN curl -fSL --output dotnet.rpm https://dotnetcli.azureedge.net/dotnet/Sdk/$DO
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.arm64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg \
&& powershell_sha512='f5d6017b73cbd8a400278b0bb3a89dbac8b3b0209a6209c5a6d4248cb366ef4a81e96e0e68f115e424737033beb7d8fa7c9f394ec8bab97bd2fe05d386904d6f' \
&& powershell_sha512='cc21e8fcbbe5a8b8d9b26463da9a0a8f8966565061942b8d158b29e807d5fded0d9bf1e0b42b80c6b0cb875a994484a483458830a5019160f8e986e054700622' \
&& echo "$powershell_sha512 PowerShell.Linux.arm64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.arm64 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg \
&& powershell_sha512='ea6274ef70f22e46068cbf16102fc7c4cc8ccdfc9d13575b7e814a09a61a8a092ff4f8ed4110d7bea78106beed23b03f9b872ab782ac1d65083a9ccad82d628d' \
&& powershell_sha512='16291c6de3241b4f108dfe406a7f6a86652c2ee90653da05a5a6eab7f421b7838b1ddc9a6084753d03f599eb2826731dd21cd7a262448ea88ff05c28156aa3f4' \
&& echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.arm32.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm32.$powershell_version.nupkg \
&& powershell_sha512='dd152e66595e9e1c908338de37dad7541ca6ebbf59982562891088fecb5c0471a5c9f1aa351cf4a433f84ca602d3d417e9c37ad7ceb791847b94dfa13f5788c1' \
&& powershell_sha512='3bb85d251cb730690962ac5ea3b82879a292d28079dc1db156b74ff4ebfbc51d1dd5046eac4483131fe2f1d8b88ed54203843fbd7f1788c35198f7fa842f6a1f' \
&& echo "$powershell_sha512 PowerShell.Linux.arm32.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.arm32 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.arm64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg \
&& powershell_sha512='f5d6017b73cbd8a400278b0bb3a89dbac8b3b0209a6209c5a6d4248cb366ef4a81e96e0e68f115e424737033beb7d8fa7c9f394ec8bab97bd2fe05d386904d6f' \
&& powershell_sha512='cc21e8fcbbe5a8b8d9b26463da9a0a8f8966565061942b8d158b29e807d5fded0d9bf1e0b42b80c6b0cb875a994484a483458830a5019160f8e986e054700622' \
&& echo "$powershell_sha512 PowerShell.Linux.arm64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.arm64 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg \
&& powershell_sha512='ea6274ef70f22e46068cbf16102fc7c4cc8ccdfc9d13575b7e814a09a61a8a092ff4f8ed4110d7bea78106beed23b03f9b872ab782ac1d65083a9ccad82d628d' \
&& powershell_sha512='16291c6de3241b4f108dfe406a7f6a86652c2ee90653da05a5a6eab7f421b7838b1ddc9a6084753d03f599eb2826731dd21cd7a262448ea88ff05c28156aa3f4' \
&& echo "$powershell_sha512 PowerShell.Linux.x64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.x64 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.arm32.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm32.$powershell_version.nupkg \
&& powershell_sha512='dd152e66595e9e1c908338de37dad7541ca6ebbf59982562891088fecb5c0471a5c9f1aa351cf4a433f84ca602d3d417e9c37ad7ceb791847b94dfa13f5788c1' \
&& powershell_sha512='3bb85d251cb730690962ac5ea3b82879a292d28079dc1db156b74ff4ebfbc51d1dd5046eac4483131fe2f1d8b88ed54203843fbd7f1788c35198f7fa842f6a1f' \
&& echo "$powershell_sha512 PowerShell.Linux.arm32.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.arm32 \

Просмотреть файл

@ -35,9 +35,9 @@ RUN curl -fSL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Sdk/
&& dotnet help
# Install PowerShell global tool
RUN powershell_version=7.2.19 \
RUN powershell_version=7.2.20 \
&& curl -fSL --output PowerShell.Linux.arm64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg \
&& powershell_sha512='f5d6017b73cbd8a400278b0bb3a89dbac8b3b0209a6209c5a6d4248cb366ef4a81e96e0e68f115e424737033beb7d8fa7c9f394ec8bab97bd2fe05d386904d6f' \
&& powershell_sha512='cc21e8fcbbe5a8b8d9b26463da9a0a8f8966565061942b8d158b29e807d5fded0d9bf1e0b42b80c6b0cb875a994484a483458830a5019160f8e986e054700622' \
&& echo "$powershell_sha512 PowerShell.Linux.arm64.$powershell_version.nupkg" | sha512sum -c - \
&& mkdir -p /usr/share/powershell \
&& dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.arm64 \

Просмотреть файл

@ -22,9 +22,9 @@ RUN powershell -Command " `
Remove-Item -Force dotnet.zip; `
`
# Install PowerShell global tool
$powershell_version = '7.2.19'; `
$powershell_version = '7.2.20'; `
Invoke-WebRequest -OutFile PowerShell.Windows.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Windows.x64.$powershell_version.nupkg; `
$powershell_sha512 = 'f92d5c4b71afa0890d2ca16485b25f89287f127d155c191ada1bc60f69e58559f6a6d87fedee0e06a8f9003f8cd945cdc122c3b0b457961a49f9b29b9ccaa74c'; `
$powershell_sha512 = '3b2f0541b20de236aa4a2bb247a0202ef66c648462c3d04d4cd35911d823639b6b2344050a4401b245dd299f7d985cfa403a9e7b127050471e84e70bde4939e0'; `
if ((Get-FileHash PowerShell.Windows.x64.$powershell_version.nupkg -Algorithm sha512).Hash -ne $powershell_sha512) { `
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
exit 1; `

Просмотреть файл

@ -22,9 +22,9 @@ RUN powershell -Command " `
Remove-Item -Force dotnet.zip; `
`
# Install PowerShell global tool
$powershell_version = '7.2.19'; `
$powershell_version = '7.2.20'; `
Invoke-WebRequest -OutFile PowerShell.Windows.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Windows.x64.$powershell_version.nupkg; `
$powershell_sha512 = 'f92d5c4b71afa0890d2ca16485b25f89287f127d155c191ada1bc60f69e58559f6a6d87fedee0e06a8f9003f8cd945cdc122c3b0b457961a49f9b29b9ccaa74c'; `
$powershell_sha512 = '3b2f0541b20de236aa4a2bb247a0202ef66c648462c3d04d4cd35911d823639b6b2344050a4401b245dd299f7d985cfa403a9e7b127050471e84e70bde4939e0'; `
if ((Get-FileHash PowerShell.Windows.x64.$powershell_version.nupkg -Algorithm sha512).Hash -ne $powershell_sha512) { `
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
exit 1; `

Просмотреть файл

@ -34,9 +34,9 @@ RUN powershell -Command " `
Remove-Item -Force dotnet.zip; `
`
# Install PowerShell global tool
$powershell_version = '7.2.19'; `
$powershell_version = '7.2.20'; `
Invoke-WebRequest -OutFile PowerShell.Windows.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Windows.x64.$powershell_version.nupkg; `
$powershell_sha512 = 'f92d5c4b71afa0890d2ca16485b25f89287f127d155c191ada1bc60f69e58559f6a6d87fedee0e06a8f9003f8cd945cdc122c3b0b457961a49f9b29b9ccaa74c'; `
$powershell_sha512 = '3b2f0541b20de236aa4a2bb247a0202ef66c648462c3d04d4cd35911d823639b6b2344050a4401b245dd299f7d985cfa403a9e7b127050471e84e70bde4939e0'; `
if ((Get-FileHash PowerShell.Windows.x64.$powershell_version.nupkg -Algorithm sha512).Hash -ne $powershell_sha512) { `
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
exit 1; `

Просмотреть файл

@ -34,9 +34,9 @@ RUN powershell -Command " `
Remove-Item -Force dotnet.zip; `
`
# Install PowerShell global tool
$powershell_version = '7.2.19'; `
$powershell_version = '7.2.20'; `
Invoke-WebRequest -OutFile PowerShell.Windows.x64.$powershell_version.nupkg https://powershellinfraartifacts-gkhedzdeaghdezhr.z01.azurefd.net/tool/$powershell_version/PowerShell.Windows.x64.$powershell_version.nupkg; `
$powershell_sha512 = 'f92d5c4b71afa0890d2ca16485b25f89287f127d155c191ada1bc60f69e58559f6a6d87fedee0e06a8f9003f8cd945cdc122c3b0b457961a49f9b29b9ccaa74c'; `
$powershell_sha512 = '3b2f0541b20de236aa4a2bb247a0202ef66c648462c3d04d4cd35911d823639b6b2344050a4401b245dd299f7d985cfa403a9e7b127050471e84e70bde4939e0'; `
if ((Get-FileHash PowerShell.Windows.x64.$powershell_version.nupkg -Algorithm sha512).Hash -ne $powershell_sha512) { `
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
exit 1; `