Skip to content

Commit 767210d

Browse files
committed
Update .NET 10 base URLs
1 parent db2f14c commit 767210d

70 files changed

Lines changed: 216 additions & 215 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

manifest.versions.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"base-url|public|maintenance|nightly": "https://builds.dotnet.microsoft.com/dotnet",
77
"base-url|public|preview|main": "https://builds.dotnet.microsoft.com/dotnet",
88
"base-url|public|preview|nightly": "https://ci.dot.net/public",
9-
"base-url|public-checksums|preview|nightly": "https://ci.dot.net/public-checksums",
9+
"base-url|public-checksums|main": "https://ci.dot.net/public-checksums",
10+
"base-url|public-checksums|nightly": "https://ci.dot.net/public-checksums",
1011

1112
"alpine|floating-tag-version": "alpine3.22",
1213
"alpine|10.0|floating-tag-version": "$(alpine|floating-tag-version)",
@@ -80,10 +81,10 @@
8081
"dotnet|10.0|product-version": "10.0.0",
8182
"dotnet|10.0|fixed-tag": "$(dotnet|10.0|product-version)",
8283
"dotnet|10.0|minor-tag": "10.0",
83-
"dotnet|10.0|base-url|main": "$(base-url|public|preview|nightly)",
84-
"dotnet|10.0|base-url|nightly": "$(base-url|public|preview|nightly)",
85-
"dotnet|10.0|base-url|checksums|main": "$(base-url|public-checksums|preview|nightly)",
86-
"dotnet|10.0|base-url|checksums|nightly": "$(base-url|public-checksums|preview|nightly)",
84+
"dotnet|10.0|base-url|main": "$(base-url|public|maintenance|main)",
85+
"dotnet|10.0|base-url|nightly": "$(base-url|public|maintenance|nightly)",
86+
"dotnet|10.0|base-url|checksums|main": "$(base-url|public|maintenance|main)",
87+
"dotnet|10.0|base-url|checksums|nightly": "$(base-url|public|maintenance|nightly)",
8788

8889
"libicu|bookworm": 72,
8990
"libicu|bullseye": 67,
@@ -158,9 +159,9 @@
158159
"monitor|10.0|fixed-tag": "$(monitor|10.0|product-version)",
159160
"monitor|10.0|minor-tag": "10.0",
160161
"monitor|10.0|base-url|main": "$(base-url|public|maintenance|main)",
161-
"monitor|10.0|base-url|nightly": "$(base-url|public|preview|nightly)",
162-
"monitor|10.0|base-url|checksums|main": "$(base-url|public-checksums|preview|nightly)",
163-
"monitor|10.0|base-url|checksums|nightly": "$(base-url|public-checksums|preview|nightly)",
162+
"monitor|10.0|base-url|nightly": "$(base-url|public|maintenance|nightly)",
163+
"monitor|10.0|base-url|checksums|main": "$(base-url|public-checksums|main)",
164+
"monitor|10.0|base-url|checksums|nightly": "$(base-url|public-checksums|nightly)",
164165

165166
"powershell|8.0|build-version": "7.4.12",
166167
"powershell|8.0|Linux.Alpine|sha": "9e94cf561e620f7565defab65df84fdaebfe5727466bb66b2aed083f0211be78ebfe6ce4d9d2450ad5fbefc9b021096bcfbb461e86db7d588d2b607c47372ab0",

src/aspnet/10.0/alpine3.22-composite/amd64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ FROM $REPO:10.0.0-alpine3.22-amd64 AS installer
66
# Retrieve ASP.NET Composite Runtime
77
RUN aspnetcore_version=10.0.0 \
88
&& wget \
9-
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz \
10-
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
11-
&& echo "$(cat aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz.sha512) aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz" | sha512sum -c - \
9+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz \
10+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
11+
&& sha512sum -c aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
1212
&& mkdir --parents /dotnet \
1313
&& tar --gzip --extract --no-same-owner --file aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz --directory /dotnet \
1414
&& rm \

src/aspnet/10.0/alpine3.22-composite/arm32v7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ FROM $REPO:10.0.0-alpine3.22-arm32v7 AS installer
66
# Retrieve ASP.NET Composite Runtime
77
RUN aspnetcore_version=10.0.0 \
88
&& wget \
9-
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz \
10-
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
11-
&& echo "$(cat aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz.sha512) aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz" | sha512sum -c - \
9+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz \
10+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
11+
&& sha512sum -c aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
1212
&& mkdir --parents /dotnet \
1313
&& tar --gzip --extract --no-same-owner --file aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz --directory /dotnet \
1414
&& rm \

src/aspnet/10.0/alpine3.22-composite/arm64v8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ FROM $REPO:10.0.0-alpine3.22-arm64v8 AS installer
66
# Retrieve ASP.NET Composite Runtime
77
RUN aspnetcore_version=10.0.0 \
88
&& wget \
9-
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz \
10-
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
11-
&& echo "$(cat aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512) aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz" | sha512sum -c - \
9+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz \
10+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
11+
&& sha512sum -c aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
1212
&& mkdir --parents /dotnet \
1313
&& tar --gzip --extract --no-same-owner --file aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz --directory /dotnet \
1414
&& rm \

src/aspnet/10.0/alpine3.22/amd64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ FROM $REPO:10.0.0-alpine3.22-amd64 AS installer
66
# Retrieve ASP.NET Core
77
RUN aspnetcore_version=10.0.0 \
88
&& wget \
9-
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz \
10-
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
11-
&& echo "$(cat aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz.sha512) aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz" | sha512sum -c - \
9+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz \
10+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
11+
&& sha512sum -c aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
1212
&& mkdir --parents /dotnet \
1313
&& tar --gzip --extract --no-same-owner --file aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz --directory /dotnet ./shared/Microsoft.AspNetCore.App \
1414
&& rm \

src/aspnet/10.0/alpine3.22/arm32v7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ FROM $REPO:10.0.0-alpine3.22-arm32v7 AS installer
66
# Retrieve ASP.NET Core
77
RUN aspnetcore_version=10.0.0 \
88
&& wget \
9-
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz \
10-
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
11-
&& echo "$(cat aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz.sha512) aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz" | sha512sum -c - \
9+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz \
10+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
11+
&& sha512sum -c aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
1212
&& mkdir --parents /dotnet \
1313
&& tar --gzip --extract --no-same-owner --file aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz --directory /dotnet ./shared/Microsoft.AspNetCore.App \
1414
&& rm \

src/aspnet/10.0/alpine3.22/arm64v8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ FROM $REPO:10.0.0-alpine3.22-arm64v8 AS installer
66
# Retrieve ASP.NET Core
77
RUN aspnetcore_version=10.0.0 \
88
&& wget \
9-
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz \
10-
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
11-
&& echo "$(cat aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512) aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz" | sha512sum -c - \
9+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz \
10+
https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
11+
&& sha512sum -c aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
1212
&& mkdir --parents /dotnet \
1313
&& tar --gzip --extract --no-same-owner --file aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz --directory /dotnet ./shared/Microsoft.AspNetCore.App \
1414
&& rm \

src/aspnet/10.0/azurelinux3.0-distroless-composite-extra/amd64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN tdnf install -y \
1212
# Retrieve ASP.NET Composite Runtime
1313
RUN aspnetcore_version=10.0.0 \
1414
&& curl --fail --show-error --location \
15-
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \
16-
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
17-
&& echo "$(cat aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512) aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz" | sha512sum -c - \
15+
--remote-name https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \
16+
--remote-name https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
17+
&& sha512sum -c aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
1818
&& mkdir --parents /usr/share/dotnet \
1919
&& tar --gzip --extract --no-same-owner --file aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz --directory /usr/share/dotnet \
2020
&& rm \

src/aspnet/10.0/azurelinux3.0-distroless-composite-extra/arm64v8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN tdnf install -y \
1212
# Retrieve ASP.NET Composite Runtime
1313
RUN aspnetcore_version=10.0.0 \
1414
&& curl --fail --show-error --location \
15-
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \
16-
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz.sha512 \
17-
&& echo "$(cat aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz.sha512) aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz" | sha512sum -c - \
15+
--remote-name https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \
16+
--remote-name https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz.sha512 \
17+
&& sha512sum -c aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz.sha512 \
1818
&& mkdir --parents /usr/share/dotnet \
1919
&& tar --gzip --extract --no-same-owner --file aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz --directory /usr/share/dotnet \
2020
&& rm \

src/aspnet/10.0/azurelinux3.0-distroless-composite/amd64/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN tdnf install -y \
1212
# Retrieve ASP.NET Composite Runtime
1313
RUN aspnetcore_version=10.0.0 \
1414
&& curl --fail --show-error --location \
15-
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \
16-
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
17-
&& echo "$(cat aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512) aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz" | sha512sum -c - \
15+
--remote-name https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \
16+
--remote-name https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
17+
&& sha512sum -c aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
1818
&& mkdir --parents /usr/share/dotnet \
1919
&& tar --gzip --extract --no-same-owner --file aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz --directory /usr/share/dotnet \
2020
&& rm \

0 commit comments

Comments
 (0)