Skip to content

Commit a3f99f9

Browse files
authored
Revert "Updates for .NET May 2024 OOB Releases" (#5510)
2 parents bd185eb + 4c7ef89 commit a3f99f9

File tree

304 files changed

+1531
-1531
lines changed

Some content is hidden

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

304 files changed

+1531
-1531
lines changed

README.aspnet.md

Lines changed: 115 additions & 115 deletions
Large diffs are not rendered by default.

README.runtime-deps.md

Lines changed: 89 additions & 89 deletions
Large diffs are not rendered by default.

README.runtime.md

Lines changed: 95 additions & 95 deletions
Large diffs are not rendered by default.

README.sdk.md

Lines changed: 65 additions & 65 deletions
Large diffs are not rendered by default.

manifest.versions.json

Lines changed: 112 additions & 112 deletions
Large diffs are not rendered by default.

src/aspire-dashboard/8.0/cbl-mariner-distroless/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN dotnet_aspire_version=8.0.0 \
1919

2020

2121
# Aspire Dashboard image
22-
FROM $REPO:8.0.6-cbl-mariner2.0-distroless-extra-amd64
22+
FROM $REPO:8.0.5-cbl-mariner2.0-distroless-extra-amd64
2323

2424
WORKDIR /app
2525
COPY --from=installer /app .

src/aspire-dashboard/8.0/cbl-mariner-distroless/arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN dotnet_aspire_version=8.0.0 \
1919

2020

2121
# Aspire Dashboard image
22-
FROM $REPO:8.0.6-cbl-mariner2.0-distroless-extra-arm64v8
22+
FROM $REPO:8.0.5-cbl-mariner2.0-distroless-extra-arm64v8
2323

2424
WORKDIR /app
2525
COPY --from=installer /app .
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ARG REPO=mcr.microsoft.com/dotnet/runtime
2-
FROM $REPO:6.0.31-alpine3.18-amd64
2+
FROM $REPO:6.0.30-alpine3.18-amd64
33

44
# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set
55
# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information.
66

77
# ASP.NET Core version
8-
ENV ASPNET_VERSION=6.0.31
8+
ENV ASPNET_VERSION=6.0.30
99

1010
# Install ASP.NET Core
1111
RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-x64.tar.gz \
12-
&& aspnetcore_sha512='6c79053842b907b2a5d79432e363d6d1fa45e59b73d469cbd8821e854d72dfc46b43e69156e608254e9815daf80ea534613ecf65cbbd6d8ee65789db99bf805b' \
12+
&& aspnetcore_sha512='05afa6c27d1e8ffc2722ba6ab9f0f0a9aded82812399323b0e723fcc85bd9864969031378d92e7d993b9fd80fae7276d5d1366c7050f5c175540b1416b1cd230' \
1313
&& echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \
1414
&& tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \
1515
&& rm aspnetcore.tar.gz
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ARG REPO=mcr.microsoft.com/dotnet/runtime
2-
FROM $REPO:6.0.31-alpine3.18-arm32v7
2+
FROM $REPO:6.0.30-alpine3.18-arm32v7
33

44
# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set
55
# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information.
66

77
# ASP.NET Core version
8-
ENV ASPNET_VERSION=6.0.31
8+
ENV ASPNET_VERSION=6.0.30
99

1010
# Install ASP.NET Core
1111
RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm.tar.gz \
12-
&& aspnetcore_sha512='3af78b991970d7d524e769e14ccb7870a8a7d52b4cb40526a0b92b8d85c4e676eb247e7db9f5995d5f73a55d0db92fbcfd667c3991e80d0543b4e91d107c5da2' \
12+
&& aspnetcore_sha512='4aa584e1d7a281ee0ee49e678239331cb3ed04b292284c09a1359ee09d2dcc86cef211db373854ff6250cf5d71d9c0c88d5c2eb0ef2c8d0d61705c5e3f9023e0' \
1313
&& echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \
1414
&& tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \
1515
&& rm aspnetcore.tar.gz
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ARG REPO=mcr.microsoft.com/dotnet/runtime
2-
FROM $REPO:6.0.31-alpine3.18-arm64v8
2+
FROM $REPO:6.0.30-alpine3.18-arm64v8
33

44
# .NET globalization APIs will use invariant mode by default because DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true is set
55
# by the base runtime-deps image. See https://aka.ms/dotnet-globalization-alpine-containers for more information.
66

77
# ASP.NET Core version
8-
ENV ASPNET_VERSION=6.0.31
8+
ENV ASPNET_VERSION=6.0.30
99

1010
# Install ASP.NET Core
1111
RUN wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-arm64.tar.gz \
12-
&& aspnetcore_sha512='c0defb7cb37b708211f7c9823ad7f28605403cc0028bcf37a7ddbc801d59b4fb24e6ffe4422cefe57a0e2a45f1a0e71f8583ec48465307ddf7b96f65444b20fb' \
12+
&& aspnetcore_sha512='cf698e2185311aa9e481534b8d8632e14a4284dd9529db62d2984e4385217358de3aa0a8e1c6851c6943ffdc2adb81afcee99dd92e08092d9536838f132b7df4' \
1313
&& echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - \
1414
&& tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App \
1515
&& rm aspnetcore.tar.gz

0 commit comments

Comments
 (0)