PowerShell v7.3.0 preview.6 (#3924)
Update for PowerShell v7.3.0-preview.6
This commit is contained in:
Родитель
e70cfdb4e0
Коммит
045f951fad
|
@ -112,12 +112,12 @@
|
|||
"powershell|6.0|Linux|x64|sha": "459fdc6efff0a5b38d1485b28ae97b39352011a237cbd0addd48390aa4caef87db25e8caab7c55b8e050b95f772df0712a3b29973504fcbae10df17aa6773af3",
|
||||
"powershell|6.0|Windows|x64|sha": "8f343dbe252e1ea521bd417b2e74e2391ef480a30ffb66205f0773d143fe17f7a5b689528e9cd40bf4137f4a3d82607b4865a91806a0a2e7ded85800fd8ae1da",
|
||||
|
||||
"powershell|7.0|build-version": "7.3.0-preview.5",
|
||||
"powershell|7.0|Linux.Alpine|sha": "0876dbf467c7502d9da77d0c62214161e30b673d4e7a2d22a68d55ff901be8315fb404b885cc7fbc11c919340f05372599b55716c01126559e22aa606774b286",
|
||||
"powershell|7.0|Linux|arm32|sha": "1967f24d663c3a7eb2378ce920500768b7495b1d96ea616732f6a1bcc81214b0c3b5582c71984464b25f3b5dff573409585e27abde9cf1f746f8282cb2f38477",
|
||||
"powershell|7.0|Linux|arm64|sha": "815c487ef49239ba66f5557f1e6f9e34359412ffa38988d2a274e9b01a1b2daf854da50f1100f7423ee7ca7205a624d3cc3815f92d6f1c4e734fa9afcede41b6",
|
||||
"powershell|7.0|Linux|x64|sha": "1929e2b28176e606fe82ff8a4d146b8fdc33918b8d4fea10a769264d66a7eabc327f9c351d44672e6fd4cc0aaafffd984887b2fdc4f68490f9a7537e24b575d9",
|
||||
"powershell|7.0|Windows|x64|sha": "fff36152710b746c4c3df623e2eae6ef425df5ab61230e6711f3fb50ad6b7a84d912798567e1b8719e7bf51819de6be5262976a87af06434a184f3284b029ae5",
|
||||
"powershell|7.0|build-version": "7.3.0-preview.6",
|
||||
"powershell|7.0|Linux.Alpine|sha": "0b3d7d597d13cc9b137a9e9ead5f2e5ac9e28c1ee5ce1febfc366da858221b97415d54800d778e7e7ef331513c5ec5f62795e07e7f30dbd8186b0bb137fb362b",
|
||||
"powershell|7.0|Linux|arm32|sha": "dca43ade352c48ee164967184420c2232790208d51c9f53cc3e8bbe07088b1f825bbeaa32ca08f514b96b93c7f412a974795365d4be560b2c90d0cdc1ea3df99",
|
||||
"powershell|7.0|Linux|arm64|sha": "a3f999de6080896486746092775f6a5c845e5e93711906e367aeee33b4023ddfc18db80d30db550f2f4aa2d42ad7ca1b5c1949fab95e4c6665680e0ce4aeb5ba",
|
||||
"powershell|7.0|Linux|x64|sha": "488390d1b641730d0043836f46904c03b0335999acaf1f2f15841ffb5ca15725ab4168a894b9b05d41de7ba7f6899e4fc44d71b52167d42c1d98b6ae8528ed23",
|
||||
"powershell|7.0|Windows|x64|sha": "3f6a2096e4b1aa5c35a158e6cff675b0c1d0c905dca382ba6200f46f371bc7718e53c56ab916bed1aaa96acac039d3ba201cadc338d70f93fe778dad60abec78",
|
||||
|
||||
"runtime|3.1|build-version": "3.1.27",
|
||||
"runtime|3.1|targeting-pack-version": "3.1.0",
|
||||
|
|
|
@ -36,9 +36,9 @@ RUN wget -O dotnet.tar.gz https://dotnetbuilds.azureedge.net/public/Sdk/$DOTNET_
|
|||
&& dotnet help
|
||||
|
||||
# Install PowerShell global tool
|
||||
RUN powershell_version=7.3.0-preview.5 \
|
||||
RUN powershell_version=7.3.0-preview.6 \
|
||||
&& wget -O PowerShell.Linux.Alpine.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.Alpine.$powershell_version.nupkg \
|
||||
&& powershell_sha512='0876dbf467c7502d9da77d0c62214161e30b673d4e7a2d22a68d55ff901be8315fb404b885cc7fbc11c919340f05372599b55716c01126559e22aa606774b286' \
|
||||
&& powershell_sha512='0b3d7d597d13cc9b137a9e9ead5f2e5ac9e28c1ee5ce1febfc366da858221b97415d54800d778e7e7ef331513c5ec5f62795e07e7f30dbd8186b0bb137fb362b' \
|
||||
&& 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://dotnetbuilds.azureedge.net/public/S
|
|||
&& dotnet help
|
||||
|
||||
# Install PowerShell global tool
|
||||
RUN powershell_version=7.3.0-preview.5 \
|
||||
RUN powershell_version=7.3.0-preview.6 \
|
||||
&& curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg \
|
||||
&& powershell_sha512='1929e2b28176e606fe82ff8a4d146b8fdc33918b8d4fea10a769264d66a7eabc327f9c351d44672e6fd4cc0aaafffd984887b2fdc4f68490f9a7537e24b575d9' \
|
||||
&& powershell_sha512='488390d1b641730d0043836f46904c03b0335999acaf1f2f15841ffb5ca15725ab4168a894b9b05d41de7ba7f6899e4fc44d71b52167d42c1d98b6ae8528ed23' \
|
||||
&& 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://dotnetbuilds.azureedge.net/public/S
|
|||
&& dotnet help
|
||||
|
||||
# Install PowerShell global tool
|
||||
RUN powershell_version=7.3.0-preview.5 \
|
||||
RUN powershell_version=7.3.0-preview.6 \
|
||||
&& curl -fSL --output PowerShell.Linux.arm32.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.arm32.$powershell_version.nupkg \
|
||||
&& powershell_sha512='1967f24d663c3a7eb2378ce920500768b7495b1d96ea616732f6a1bcc81214b0c3b5582c71984464b25f3b5dff573409585e27abde9cf1f746f8282cb2f38477' \
|
||||
&& powershell_sha512='dca43ade352c48ee164967184420c2232790208d51c9f53cc3e8bbe07088b1f825bbeaa32ca08f514b96b93c7f412a974795365d4be560b2c90d0cdc1ea3df99' \
|
||||
&& 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://dotnetbuilds.azureedge.net/public/S
|
|||
&& dotnet help
|
||||
|
||||
# Install PowerShell global tool
|
||||
RUN powershell_version=7.3.0-preview.5 \
|
||||
RUN powershell_version=7.3.0-preview.6 \
|
||||
&& curl -fSL --output PowerShell.Linux.arm64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg \
|
||||
&& powershell_sha512='815c487ef49239ba66f5557f1e6f9e34359412ffa38988d2a274e9b01a1b2daf854da50f1100f7423ee7ca7205a624d3cc3815f92d6f1c4e734fa9afcede41b6' \
|
||||
&& powershell_sha512='a3f999de6080896486746092775f6a5c845e5e93711906e367aeee33b4023ddfc18db80d30db550f2f4aa2d42ad7ca1b5c1949fab95e4c6665680e0ce4aeb5ba' \
|
||||
&& 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 \
|
||||
|
|
|
@ -48,9 +48,9 @@ RUN curl -fSL --output dotnet.rpm https://dotnetbuilds.azureedge.net/public/Sdk/
|
|||
&& dotnet help
|
||||
|
||||
# Install PowerShell global tool
|
||||
RUN powershell_version=7.3.0-preview.5 \
|
||||
RUN powershell_version=7.3.0-preview.6 \
|
||||
&& curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg \
|
||||
&& powershell_sha512='1929e2b28176e606fe82ff8a4d146b8fdc33918b8d4fea10a769264d66a7eabc327f9c351d44672e6fd4cc0aaafffd984887b2fdc4f68490f9a7537e24b575d9' \
|
||||
&& powershell_sha512='488390d1b641730d0043836f46904c03b0335999acaf1f2f15841ffb5ca15725ab4168a894b9b05d41de7ba7f6899e4fc44d71b52167d42c1d98b6ae8528ed23' \
|
||||
&& 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 \
|
||||
|
|
|
@ -44,9 +44,9 @@ RUN curl -fSL --output dotnet.rpm https://dotnetbuilds.azureedge.net/public/Sdk/
|
|||
&& dotnet help
|
||||
|
||||
# Install PowerShell global tool
|
||||
RUN powershell_version=7.3.0-preview.5 \
|
||||
RUN powershell_version=7.3.0-preview.6 \
|
||||
&& curl -fSL --output PowerShell.Linux.arm64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg \
|
||||
&& powershell_sha512='815c487ef49239ba66f5557f1e6f9e34359412ffa38988d2a274e9b01a1b2daf854da50f1100f7423ee7ca7205a624d3cc3815f92d6f1c4e734fa9afcede41b6' \
|
||||
&& powershell_sha512='a3f999de6080896486746092775f6a5c845e5e93711906e367aeee33b4023ddfc18db80d30db550f2f4aa2d42ad7ca1b5c1949fab95e4c6665680e0ce4aeb5ba' \
|
||||
&& 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://dotnetbuilds.azureedge.net/public/S
|
|||
&& dotnet help
|
||||
|
||||
# Install PowerShell global tool
|
||||
RUN powershell_version=7.3.0-preview.5 \
|
||||
RUN powershell_version=7.3.0-preview.6 \
|
||||
&& curl -fSL --output PowerShell.Linux.x64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.x64.$powershell_version.nupkg \
|
||||
&& powershell_sha512='1929e2b28176e606fe82ff8a4d146b8fdc33918b8d4fea10a769264d66a7eabc327f9c351d44672e6fd4cc0aaafffd984887b2fdc4f68490f9a7537e24b575d9' \
|
||||
&& powershell_sha512='488390d1b641730d0043836f46904c03b0335999acaf1f2f15841ffb5ca15725ab4168a894b9b05d41de7ba7f6899e4fc44d71b52167d42c1d98b6ae8528ed23' \
|
||||
&& 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://dotnetbuilds.azureedge.net/public/S
|
|||
&& dotnet help
|
||||
|
||||
# Install PowerShell global tool
|
||||
RUN powershell_version=7.3.0-preview.5 \
|
||||
RUN powershell_version=7.3.0-preview.6 \
|
||||
&& curl -fSL --output PowerShell.Linux.arm32.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.arm32.$powershell_version.nupkg \
|
||||
&& powershell_sha512='1967f24d663c3a7eb2378ce920500768b7495b1d96ea616732f6a1bcc81214b0c3b5582c71984464b25f3b5dff573409585e27abde9cf1f746f8282cb2f38477' \
|
||||
&& powershell_sha512='dca43ade352c48ee164967184420c2232790208d51c9f53cc3e8bbe07088b1f825bbeaa32ca08f514b96b93c7f412a974795365d4be560b2c90d0cdc1ea3df99' \
|
||||
&& 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://dotnetbuilds.azureedge.net/public/S
|
|||
&& dotnet help
|
||||
|
||||
# Install PowerShell global tool
|
||||
RUN powershell_version=7.3.0-preview.5 \
|
||||
RUN powershell_version=7.3.0-preview.6 \
|
||||
&& curl -fSL --output PowerShell.Linux.arm64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Linux.arm64.$powershell_version.nupkg \
|
||||
&& powershell_sha512='815c487ef49239ba66f5557f1e6f9e34359412ffa38988d2a274e9b01a1b2daf854da50f1100f7423ee7ca7205a624d3cc3815f92d6f1c4e734fa9afcede41b6' \
|
||||
&& powershell_sha512='a3f999de6080896486746092775f6a5c845e5e93711906e367aeee33b4023ddfc18db80d30db550f2f4aa2d42ad7ca1b5c1949fab95e4c6665680e0ce4aeb5ba' \
|
||||
&& 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.3.0-preview.5'; `
|
||||
$powershell_version = '7.3.0-preview.6'; `
|
||||
Invoke-WebRequest -OutFile PowerShell.Windows.x64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Windows.x64.$powershell_version.nupkg; `
|
||||
$powershell_sha512 = 'fff36152710b746c4c3df623e2eae6ef425df5ab61230e6711f3fb50ad6b7a84d912798567e1b8719e7bf51819de6be5262976a87af06434a184f3284b029ae5'; `
|
||||
$powershell_sha512 = '3f6a2096e4b1aa5c35a158e6cff675b0c1d0c905dca382ba6200f46f371bc7718e53c56ab916bed1aaa96acac039d3ba201cadc338d70f93fe778dad60abec78'; `
|
||||
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.3.0-preview.5'; `
|
||||
$powershell_version = '7.3.0-preview.6'; `
|
||||
Invoke-WebRequest -OutFile PowerShell.Windows.x64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Windows.x64.$powershell_version.nupkg; `
|
||||
$powershell_sha512 = 'fff36152710b746c4c3df623e2eae6ef425df5ab61230e6711f3fb50ad6b7a84d912798567e1b8719e7bf51819de6be5262976a87af06434a184f3284b029ae5'; `
|
||||
$powershell_sha512 = '3f6a2096e4b1aa5c35a158e6cff675b0c1d0c905dca382ba6200f46f371bc7718e53c56ab916bed1aaa96acac039d3ba201cadc338d70f93fe778dad60abec78'; `
|
||||
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.3.0-preview.5'; `
|
||||
$powershell_version = '7.3.0-preview.6'; `
|
||||
Invoke-WebRequest -OutFile PowerShell.Windows.x64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Windows.x64.$powershell_version.nupkg; `
|
||||
$powershell_sha512 = 'fff36152710b746c4c3df623e2eae6ef425df5ab61230e6711f3fb50ad6b7a84d912798567e1b8719e7bf51819de6be5262976a87af06434a184f3284b029ae5'; `
|
||||
$powershell_sha512 = '3f6a2096e4b1aa5c35a158e6cff675b0c1d0c905dca382ba6200f46f371bc7718e53c56ab916bed1aaa96acac039d3ba201cadc338d70f93fe778dad60abec78'; `
|
||||
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.3.0-preview.5'; `
|
||||
$powershell_version = '7.3.0-preview.6'; `
|
||||
Invoke-WebRequest -OutFile PowerShell.Windows.x64.$powershell_version.nupkg https://pwshtool.blob.core.windows.net/tool/$powershell_version/PowerShell.Windows.x64.$powershell_version.nupkg; `
|
||||
$powershell_sha512 = 'fff36152710b746c4c3df623e2eae6ef425df5ab61230e6711f3fb50ad6b7a84d912798567e1b8719e7bf51819de6be5262976a87af06434a184f3284b029ae5'; `
|
||||
$powershell_sha512 = '3f6a2096e4b1aa5c35a158e6cff675b0c1d0c905dca382ba6200f46f371bc7718e53c56ab916bed1aaa96acac039d3ba201cadc338d70f93fe778dad60abec78'; `
|
||||
if ((Get-FileHash PowerShell.Windows.x64.$powershell_version.nupkg -Algorithm sha512).Hash -ne $powershell_sha512) { `
|
||||
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
|
||||
exit 1; `
|
||||
|
|
Загрузка…
Ссылка в новой задаче