Skip to content

Commit ee77174

Browse files
committed
Fix SDK checksums
1 parent 23f3279 commit ee77174

File tree

19 files changed

+47
-46
lines changed

19 files changed

+47
-46
lines changed

Diff for: eng/update-dependencies/DockerfileShaUpdater.cs

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ private static string GetArch(string[] variableParts)
224224
{
225225
string? sha = null;
226226
string shaExt = _options.IsInternal || !_productName.Contains("sdk", StringComparison.OrdinalIgnoreCase) ? ".sha512" : ".sha";
227+
shaExt = ".sha512";
227228

228229
string shaUrl = productDownloadUrl
229230
.Replace("/dotnetcli", "/dotnetclichecksums")

Diff for: manifest.versions.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -258,17 +258,17 @@
258258
"sdk|9.0|linux|x64|sha": "f093507ef635c3f8e572bf7b6ea7e144b85ccf6b7c6f914d3f182f782200a6088728663df5c9abe0638c9bd273fde3769ec824a6516f5fce734c4a4664ce3099",
259259
"sdk|9.0|win|x64|sha": "c3713f4db98fec9bcbb5be1378e7505a49cdb362e20e060045dc8e320ebc62e0f422e125efb9e966e957ee64e33219dea9b42c18ac5b8e51dd3648e5aa1319c5",
260260

261-
"sdk|10.0|build-version": "10.0.100-alpha.1.25072.4",
261+
"sdk|10.0|build-version": "10.0.100-alpha.1.25072.6",
262262
"sdk|10.0|product-version": "10.0.100-alpha.1",
263263
"sdk|10.0|fixed-tag": "$(sdk|10.0|product-version)",
264264
"sdk|10.0|minor-tag": "$(dotnet|10.0|minor-tag)",
265-
"sdk|10.0|linux-musl|arm|sha": "77424a71e98405c5402397a646464a90d54315c7921318dde4c7c2cdb499f3360cd2763ab0c7f41ca509feea34afde1613dd150d57003e16d2c203be36970eed",
266-
"sdk|10.0|linux-musl|arm64|sha": "686a19dc200bc0c03a14f32a075661d2e0942f5fac5ef8e238f2c85537f27a368beb9f5b8e5f8f50be641be7e1d305582ddedb177e8ba0cb7bd1806b9d470cdc",
267-
"sdk|10.0|linux-musl|x64|sha": "950aef1b56a922c2821fe171bd092caf27a8582624aedc50f7d6c6d8a114b44d08a06194f5a795790e977283a3854657ab1787ca5bc6b42cb98044c3d7d9fd4b",
268-
"sdk|10.0|linux|arm|sha": "8520adbf15f882e8ad894cee0a9823d538efd6b6aa4da1e798f2182d32bf9af4ddfc55f9c8aa03658f32faa22999482d73bf8a02a23009aae5ac20487bf1acf0",
269-
"sdk|10.0|linux|arm64|sha": "be18314e9dc9b38c5d53a834e8af4bca72f97b53f6ea144cc0007d73eab9bda34f333a67ccab15a52d4b0da15250ee9fb5fe47a0d08c0691c402195060bd1c06",
270-
"sdk|10.0|linux|x64|sha": "78a0dd88026b338c882049ff9c94baf2d1478e8ec338e1fd14bf485f301eeeb845bbe3912b03ec8534e77d90fa3c1203f483a5d56622731d4242ebf7086d0d59",
271-
"sdk|10.0|win|x64|sha": "8b20ae4e6c17db5726912f7f26e471460cac58e14e5f4b52637200453b5960eda0564d00518eb231638e0baf91280b963b456c96ab84ece91a499ac14515f337",
265+
"sdk|10.0|linux-musl|arm|sha": "5bf22a2ba550457a3654fabd153db317513f030e3de1ff644f710aa785551b78485e49047d8c7c9d5fb8c5c03d409c9e7cf3ecfcb6abfee8c2348e9c5894a2d9",
266+
"sdk|10.0|linux-musl|arm64|sha": "eee65db021f6b07418cea17ac165a70fe25633648a4f02d77eb92c3a675bd41be08eaaa1d05dd8ecf24863f3260edf1e30fc7d45a369ff547d4b45b7bb502033",
267+
"sdk|10.0|linux-musl|x64|sha": "f962a37d688f92ec21323f960e8f67e6f07aaa13ba8ec53380e2ea1e88c21ef8670bfe5e3ea942a9f24b3be7ccaf3902a7646152681a27e7d402e06e6f612a9e",
268+
"sdk|10.0|linux|arm|sha": "4840c144111fbb2d7949bddfcd9c7f341c2344241864104c3a9c3d331bf924f61cc5d2c717bfb2bfe00e10cde4b3b3acece3b7109837de3b1830524a6c602b00",
269+
"sdk|10.0|linux|arm64|sha": "fed98f47db628a802535862a8c1cd579393ffacd9b6657f9ee0fe913e1682f2f83541cb30690ae6edd89504389c4d1e91cec2c2f9223c6f3632556bd79ba9127",
270+
"sdk|10.0|linux|x64|sha": "b574adfb25e6ad8277e640fafffc4510356346f0514a3aa7fdf00cd7c301675195b3dede4108ec98fec33d230ebd5c12a31733659541db2d6c1b8a97620b6895",
271+
"sdk|10.0|win|x64|sha": "08e632e98e9f2605309357d2b75e4db9e9e0911d28996d53e04cdec270a5be2d1028097b916d8778c6889dbf83a93dc475bf27369f3f478cd58733497ed6d38e",
272272

273273
"syft|repo": "anchore/syft",
274274
"syft|tag": "v1.18.1"

Diff for: src/sdk/10.0/alpine3.21/amd64/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Disable the invariant mode (set in base image)
1212
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
1313
# Enable correct mode for dotnet watch (only mode supported in a container)
@@ -27,7 +27,7 @@ RUN apk add --upgrade --no-cache \
2727

2828
# Install .NET SDK
2929
RUN wget -O dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-x64.tar.gz \
30-
&& dotnet_sha512='950aef1b56a922c2821fe171bd092caf27a8582624aedc50f7d6c6d8a114b44d08a06194f5a795790e977283a3854657ab1787ca5bc6b42cb98044c3d7d9fd4b' \
30+
&& dotnet_sha512='f962a37d688f92ec21323f960e8f67e6f07aaa13ba8ec53380e2ea1e88c21ef8670bfe5e3ea942a9f24b3be7ccaf3902a7646152681a27e7d402e06e6f612a9e' \
3131
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3232
&& mkdir -p /usr/share/dotnet \
3333
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \

Diff for: src/sdk/10.0/alpine3.21/arm32v7/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Disable the invariant mode (set in base image)
1212
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
1313
# Enable correct mode for dotnet watch (only mode supported in a container)
@@ -27,7 +27,7 @@ RUN apk add --upgrade --no-cache \
2727

2828
# Install .NET SDK
2929
RUN wget -O dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm.tar.gz \
30-
&& dotnet_sha512='77424a71e98405c5402397a646464a90d54315c7921318dde4c7c2cdb499f3360cd2763ab0c7f41ca509feea34afde1613dd150d57003e16d2c203be36970eed' \
30+
&& dotnet_sha512='5bf22a2ba550457a3654fabd153db317513f030e3de1ff644f710aa785551b78485e49047d8c7c9d5fb8c5c03d409c9e7cf3ecfcb6abfee8c2348e9c5894a2d9' \
3131
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3232
&& mkdir -p /usr/share/dotnet \
3333
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \

Diff for: src/sdk/10.0/alpine3.21/arm64v8/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Disable the invariant mode (set in base image)
1212
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false \
1313
# Enable correct mode for dotnet watch (only mode supported in a container)
@@ -27,7 +27,7 @@ RUN apk add --upgrade --no-cache \
2727

2828
# Install .NET SDK
2929
RUN wget -O dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-musl-arm64.tar.gz \
30-
&& dotnet_sha512='686a19dc200bc0c03a14f32a075661d2e0942f5fac5ef8e238f2c85537f27a368beb9f5b8e5f8f50be641be7e1d305582ddedb177e8ba0cb7bd1806b9d470cdc' \
30+
&& dotnet_sha512='eee65db021f6b07418cea17ac165a70fe25633648a4f02d77eb92c3a675bd41be08eaaa1d05dd8ecf24863f3260edf1e30fc7d45a369ff547d4b45b7bb502033' \
3131
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3232
&& mkdir -p /usr/share/dotnet \
3333
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \

Diff for: src/sdk/10.0/azurelinux3.0/amd64/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Enable correct mode for dotnet watch (only mode supported in a container)
1212
DOTNET_USE_POLLING_FILE_WATCHER=true \
1313
# Skip extraction of XML docs - generally not useful within an image/container - helps performance
@@ -23,7 +23,7 @@ RUN tdnf install -y \
2323

2424
# Install .NET SDK
2525
RUN curl -fSL --output dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \
26-
&& dotnet_sha512='78a0dd88026b338c882049ff9c94baf2d1478e8ec338e1fd14bf485f301eeeb845bbe3912b03ec8534e77d90fa3c1203f483a5d56622731d4242ebf7086d0d59' \
26+
&& dotnet_sha512='b574adfb25e6ad8277e640fafffc4510356346f0514a3aa7fdf00cd7c301675195b3dede4108ec98fec33d230ebd5c12a31733659541db2d6c1b8a97620b6895' \
2727
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
2828
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \
2929
&& rm dotnet.tar.gz \

Diff for: src/sdk/10.0/azurelinux3.0/arm64v8/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Enable correct mode for dotnet watch (only mode supported in a container)
1212
DOTNET_USE_POLLING_FILE_WATCHER=true \
1313
# Skip extraction of XML docs - generally not useful within an image/container - helps performance
@@ -23,7 +23,7 @@ RUN tdnf install -y \
2323

2424
# Install .NET SDK
2525
RUN curl -fSL --output dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \
26-
&& dotnet_sha512='be18314e9dc9b38c5d53a834e8af4bca72f97b53f6ea144cc0007d73eab9bda34f333a67ccab15a52d4b0da15250ee9fb5fe47a0d08c0691c402195060bd1c06' \
26+
&& dotnet_sha512='fed98f47db628a802535862a8c1cd579393ffacd9b6657f9ee0fe913e1682f2f83541cb30690ae6edd89504389c4d1e91cec2c2f9223c6f3632556bd79ba9127' \
2727
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
2828
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \
2929
&& rm dotnet.tar.gz \

Diff for: src/sdk/10.0/bookworm-slim/amd64/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Enable correct mode for dotnet watch (only mode supported in a container)
1212
DOTNET_USE_POLLING_FILE_WATCHER=true \
1313
# Skip extraction of XML docs - generally not useful within an image/container - helps performance
@@ -25,7 +25,7 @@ RUN apt-get update \
2525

2626
# Install .NET SDK
2727
RUN curl -fSL --output dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \
28-
&& dotnet_sha512='78a0dd88026b338c882049ff9c94baf2d1478e8ec338e1fd14bf485f301eeeb845bbe3912b03ec8534e77d90fa3c1203f483a5d56622731d4242ebf7086d0d59' \
28+
&& dotnet_sha512='b574adfb25e6ad8277e640fafffc4510356346f0514a3aa7fdf00cd7c301675195b3dede4108ec98fec33d230ebd5c12a31733659541db2d6c1b8a97620b6895' \
2929
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3030
&& mkdir -p /usr/share/dotnet \
3131
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \

Diff for: src/sdk/10.0/bookworm-slim/arm32v7/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Enable correct mode for dotnet watch (only mode supported in a container)
1212
DOTNET_USE_POLLING_FILE_WATCHER=true \
1313
# Skip extraction of XML docs - generally not useful within an image/container - helps performance
@@ -25,7 +25,7 @@ RUN apt-get update \
2525

2626
# Install .NET SDK
2727
RUN curl -fSL --output dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm.tar.gz \
28-
&& dotnet_sha512='8520adbf15f882e8ad894cee0a9823d538efd6b6aa4da1e798f2182d32bf9af4ddfc55f9c8aa03658f32faa22999482d73bf8a02a23009aae5ac20487bf1acf0' \
28+
&& dotnet_sha512='4840c144111fbb2d7949bddfcd9c7f341c2344241864104c3a9c3d331bf924f61cc5d2c717bfb2bfe00e10cde4b3b3acece3b7109837de3b1830524a6c602b00' \
2929
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3030
&& mkdir -p /usr/share/dotnet \
3131
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \

Diff for: src/sdk/10.0/bookworm-slim/arm64v8/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Enable correct mode for dotnet watch (only mode supported in a container)
1212
DOTNET_USE_POLLING_FILE_WATCHER=true \
1313
# Skip extraction of XML docs - generally not useful within an image/container - helps performance
@@ -25,7 +25,7 @@ RUN apt-get update \
2525

2626
# Install .NET SDK
2727
RUN curl -fSL --output dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \
28-
&& dotnet_sha512='be18314e9dc9b38c5d53a834e8af4bca72f97b53f6ea144cc0007d73eab9bda34f333a67ccab15a52d4b0da15250ee9fb5fe47a0d08c0691c402195060bd1c06' \
28+
&& dotnet_sha512='fed98f47db628a802535862a8c1cd579393ffacd9b6657f9ee0fe913e1682f2f83541cb30690ae6edd89504389c4d1e91cec2c2f9223c6f3632556bd79ba9127' \
2929
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3030
&& mkdir -p /usr/share/dotnet \
3131
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \

Diff for: src/sdk/10.0/nanoserver-1809/amd64/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN powershell -Command " `
2525
$ProgressPreference = 'SilentlyContinue'; `
2626
`
2727
# Retrieve .NET SDK
28-
$sdk_version = '10.0.100-alpha.1.25072.4'; `
28+
$sdk_version = '10.0.100-alpha.1.25072.6'; `
2929
Invoke-WebRequest -OutFile dotnet.zip https://ci.dot.net/public/Sdk/$sdk_version/dotnet-sdk-$sdk_version-win-x64.zip; `
30-
$dotnet_sha512 = '8b20ae4e6c17db5726912f7f26e471460cac58e14e5f4b52637200453b5960eda0564d00518eb231638e0baf91280b963b456c96ab84ece91a499ac14515f337'; `
30+
$dotnet_sha512 = '08e632e98e9f2605309357d2b75e4db9e9e0911d28996d53e04cdec270a5be2d1028097b916d8778c6889dbf83a93dc475bf27369f3f478cd58733497ed6d38e'; `
3131
if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { `
3232
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
3333
exit 1; `
@@ -64,7 +64,7 @@ ENV `
6464
# Do not show first run text
6565
DOTNET_NOLOGO=true `
6666
# SDK version
67-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 `
67+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 `
6868
# Enable correct mode for dotnet watch (only mode supported in a container)
6969
DOTNET_USE_POLLING_FILE_WATCHER=true `
7070
# Skip extraction of XML docs - generally not useful within an image/container - helps performance

Diff for: src/sdk/10.0/nanoserver-ltsc2022/amd64/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN powershell -Command " `
2525
$ProgressPreference = 'SilentlyContinue'; `
2626
`
2727
# Retrieve .NET SDK
28-
$sdk_version = '10.0.100-alpha.1.25072.4'; `
28+
$sdk_version = '10.0.100-alpha.1.25072.6'; `
2929
Invoke-WebRequest -OutFile dotnet.zip https://ci.dot.net/public/Sdk/$sdk_version/dotnet-sdk-$sdk_version-win-x64.zip; `
30-
$dotnet_sha512 = '8b20ae4e6c17db5726912f7f26e471460cac58e14e5f4b52637200453b5960eda0564d00518eb231638e0baf91280b963b456c96ab84ece91a499ac14515f337'; `
30+
$dotnet_sha512 = '08e632e98e9f2605309357d2b75e4db9e9e0911d28996d53e04cdec270a5be2d1028097b916d8778c6889dbf83a93dc475bf27369f3f478cd58733497ed6d38e'; `
3131
if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { `
3232
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
3333
exit 1; `
@@ -64,7 +64,7 @@ ENV `
6464
# Do not show first run text
6565
DOTNET_NOLOGO=true `
6666
# SDK version
67-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 `
67+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 `
6868
# Enable correct mode for dotnet watch (only mode supported in a container)
6969
DOTNET_USE_POLLING_FILE_WATCHER=true `
7070
# Skip extraction of XML docs - generally not useful within an image/container - helps performance

Diff for: src/sdk/10.0/nanoserver-ltsc2025/amd64/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ RUN powershell -Command " `
2525
$ProgressPreference = 'SilentlyContinue'; `
2626
`
2727
# Retrieve .NET SDK
28-
$sdk_version = '10.0.100-alpha.1.25072.4'; `
28+
$sdk_version = '10.0.100-alpha.1.25072.6'; `
2929
Invoke-WebRequest -OutFile dotnet.zip https://ci.dot.net/public/Sdk/$sdk_version/dotnet-sdk-$sdk_version-win-x64.zip; `
30-
$dotnet_sha512 = '8b20ae4e6c17db5726912f7f26e471460cac58e14e5f4b52637200453b5960eda0564d00518eb231638e0baf91280b963b456c96ab84ece91a499ac14515f337'; `
30+
$dotnet_sha512 = '08e632e98e9f2605309357d2b75e4db9e9e0911d28996d53e04cdec270a5be2d1028097b916d8778c6889dbf83a93dc475bf27369f3f478cd58733497ed6d38e'; `
3131
if ((Get-FileHash dotnet.zip -Algorithm sha512).Hash -ne $dotnet_sha512) { `
3232
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
3333
exit 1; `
@@ -64,7 +64,7 @@ ENV `
6464
# Do not show first run text
6565
DOTNET_NOLOGO=true `
6666
# SDK version
67-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 `
67+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 `
6868
# Enable correct mode for dotnet watch (only mode supported in a container)
6969
DOTNET_USE_POLLING_FILE_WATCHER=true `
7070
# Skip extraction of XML docs - generally not useful within an image/container - helps performance

Diff for: src/sdk/10.0/noble/amd64/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Enable correct mode for dotnet watch (only mode supported in a container)
1212
DOTNET_USE_POLLING_FILE_WATCHER=true \
1313
# Skip extraction of XML docs - generally not useful within an image/container - helps performance
@@ -25,7 +25,7 @@ RUN apt-get update \
2525

2626
# Install .NET SDK
2727
RUN curl -fSL --output dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-x64.tar.gz \
28-
&& dotnet_sha512='78a0dd88026b338c882049ff9c94baf2d1478e8ec338e1fd14bf485f301eeeb845bbe3912b03ec8534e77d90fa3c1203f483a5d56622731d4242ebf7086d0d59' \
28+
&& dotnet_sha512='b574adfb25e6ad8277e640fafffc4510356346f0514a3aa7fdf00cd7c301675195b3dede4108ec98fec33d230ebd5c12a31733659541db2d6c1b8a97620b6895' \
2929
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3030
&& mkdir -p /usr/share/dotnet \
3131
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \

Diff for: src/sdk/10.0/noble/arm32v7/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet
33
FROM arm32v7/buildpack-deps:jammy-curl AS installer
44

55
# Install .NET SDK
6-
RUN curl -fSL --output dotnet.tar.gz https://ci.dot.net/public/Sdk/10.0.100-alpha.1.25072.4/dotnet-sdk-10.0.100-alpha.1.25072.4-linux-arm.tar.gz \
7-
&& dotnet_sha512='8520adbf15f882e8ad894cee0a9823d538efd6b6aa4da1e798f2182d32bf9af4ddfc55f9c8aa03658f32faa22999482d73bf8a02a23009aae5ac20487bf1acf0' \
6+
RUN curl -fSL --output dotnet.tar.gz https://ci.dot.net/public/Sdk/10.0.100-alpha.1.25072.6/dotnet-sdk-10.0.100-alpha.1.25072.6-linux-arm.tar.gz \
7+
&& dotnet_sha512='4840c144111fbb2d7949bddfcd9c7f341c2344241864104c3a9c3d331bf924f61cc5d2c717bfb2bfe00e10cde4b3b3acece3b7109837de3b1830524a6c602b00' \
88
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
99
&& mkdir -p /usr/share/dotnet \
1010
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \
@@ -20,7 +20,7 @@ ENV \
2020
# Do not show first run text
2121
DOTNET_NOLOGO=true \
2222
# SDK version
23-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
23+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
2424
# Enable correct mode for dotnet watch (only mode supported in a container)
2525
DOTNET_USE_POLLING_FILE_WATCHER=true \
2626
# Skip extraction of XML docs - generally not useful within an image/container - helps performance

Diff for: src/sdk/10.0/noble/arm64v8/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
# Do not show first run text
88
DOTNET_NOLOGO=true \
99
# SDK version
10-
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.4 \
10+
DOTNET_SDK_VERSION=10.0.100-alpha.1.25072.6 \
1111
# Enable correct mode for dotnet watch (only mode supported in a container)
1212
DOTNET_USE_POLLING_FILE_WATCHER=true \
1313
# Skip extraction of XML docs - generally not useful within an image/container - helps performance
@@ -25,7 +25,7 @@ RUN apt-get update \
2525

2626
# Install .NET SDK
2727
RUN curl -fSL --output dotnet.tar.gz https://ci.dot.net/public/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-arm64.tar.gz \
28-
&& dotnet_sha512='be18314e9dc9b38c5d53a834e8af4bca72f97b53f6ea144cc0007d73eab9bda34f333a67ccab15a52d4b0da15250ee9fb5fe47a0d08c0691c402195060bd1c06' \
28+
&& dotnet_sha512='fed98f47db628a802535862a8c1cd579393ffacd9b6657f9ee0fe913e1682f2f83541cb30690ae6edd89504389c4d1e91cec2c2f9223c6f3632556bd79ba9127' \
2929
&& echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - \
3030
&& mkdir -p /usr/share/dotnet \
3131
&& tar -oxzf dotnet.tar.gz -C /usr/share/dotnet ./packs ./sdk ./sdk-manifests ./templates ./LICENSE.txt ./ThirdPartyNotices.txt \

0 commit comments

Comments
 (0)