Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions manifest.versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"alpine|9.0|floating-tag-version": "$(alpine|floating-tag-version)",
"alpine|8.0|floating-tag-version": "$(alpine|floating-tag-version)",

"aspire-dashboard|build-version": "13.3.0-preview.1.26169.7",
"aspire-dashboard|build-version": "13.3.0-preview.1.26174.7",
"aspire-dashboard|product-version": "13.3.0",
"aspire-dashboard|fixed-tag": "13.3.0",
"aspire-dashboard|minor-tag": "13.3",
"aspire-dashboard|major-tag": "13",
"aspire-dashboard|linux|x64|sha": "aafcdb77d77e2d8f8153bad21fd42cf4c2275cd4746fbb11cd9892e559125f3a8263e017b7d9da28715a8cdd5011a91504b020a99fa818271572d587e97ce86a",
"aspire-dashboard|linux|arm64|sha": "6f06f30b92599160c0a89ad866c9b3845e5ff62cff29b2b5834dbc2bebbc8e654d28f7b8c7eda9b421530bcb06b129540d75c9694fe3a02f5dde2d02239207c7",
"aspire-dashboard|linux|x64|sha": "080be00132d97cfcf6c01a85aa60952e6a3d620863c479d3094f93bf21b561764e9f2773465636d29dfed231a3906b26f4aaabc576c01a93b98d7d0d06308f1c",
"aspire-dashboard|linux|arm64|sha": "84a2501019a9ef7c6dfb995a9c3b4e3b50878e27ce7d0397e12731b70c4e20c62a72d05322b1a621663d031445c438a8692353e2eed03d641347f1ba3c4eb937",
"aspire-dashboard|base-url|main": "$(base-url|public|preview|nightly)",
"aspire-dashboard|base-url|nightly": "$(base-url|public|preview|nightly)",

Expand All @@ -37,7 +37,7 @@
"aspnet|10.0|build-version": "10.0.5",
"aspnet-composite|10.0|build-version": "$(aspnet|10.0|build-version)",

"aspnet|11.0|build-version": "11.0.0-preview.3.26168.109",
"aspnet|11.0|build-version": "11.0.0-preview.3.26172.108",
"aspnet-composite|11.0|build-version": "$(aspnet|11.0|build-version)",

"chisel|latest|build-version": "v1.4.0",
Expand Down Expand Up @@ -228,7 +228,7 @@
"runtime|8.0|build-version": "8.0.25",
"runtime|9.0|build-version": "9.0.14",
"runtime|10.0|build-version": "10.0.5",
"runtime|11.0|build-version": "11.0.0-preview.3.26168.109",
"runtime|11.0|build-version": "11.0.0-preview.3.26172.108",

"sdk|8.0|build-version": "8.0.419",
"sdk|8.0|product-version": "8.0.419",
Expand Down Expand Up @@ -257,7 +257,7 @@
"sdk|10.0|fixed-tag": "$(sdk|10.0|product-version)",
"sdk|10.0|minor-tag": "$(dotnet|10.0|minor-tag)",

"sdk|11.0|build-version": "11.0.100-preview.3.26168.109",
"sdk|11.0|build-version": "11.0.100-preview.3.26172.108",
"sdk|11.0|product-version": "11.0.100-preview.3",
"sdk|11.0|base-url|main": "$(dotnet|11.0|base-url|main)",
"sdk|11.0|base-url|nightly": "$(dotnet|11.0|base-url|nightly)",
Expand Down
4 changes: 2 additions & 2 deletions src/aspire-dashboard/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve Aspire Dashboard
RUN dotnet_aspire_version=13.3.0-preview.1.26169.7 \
RUN dotnet_aspire_version=13.3.0-preview.1.26174.7 \
&& curl --fail --show-error --location --output aspire_dashboard.zip https://ci.dot.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-x64.zip \
&& aspire_dashboard_sha512='aafcdb77d77e2d8f8153bad21fd42cf4c2275cd4746fbb11cd9892e559125f3a8263e017b7d9da28715a8cdd5011a91504b020a99fa818271572d587e97ce86a' \
&& aspire_dashboard_sha512='080be00132d97cfcf6c01a85aa60952e6a3d620863c479d3094f93bf21b561764e9f2773465636d29dfed231a3906b26f4aaabc576c01a93b98d7d0d06308f1c' \
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
&& mkdir --parents /app \
&& unzip aspire_dashboard.zip -d /app \
Expand Down
4 changes: 2 additions & 2 deletions src/aspire-dashboard/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve Aspire Dashboard
RUN dotnet_aspire_version=13.3.0-preview.1.26169.7 \
RUN dotnet_aspire_version=13.3.0-preview.1.26174.7 \
&& curl --fail --show-error --location --output aspire_dashboard.zip https://ci.dot.net/public/aspire/$dotnet_aspire_version/aspire-dashboard-linux-arm64.zip \
&& aspire_dashboard_sha512='6f06f30b92599160c0a89ad866c9b3845e5ff62cff29b2b5834dbc2bebbc8e654d28f7b8c7eda9b421530bcb06b129540d75c9694fe3a02f5dde2d02239207c7' \
&& aspire_dashboard_sha512='84a2501019a9ef7c6dfb995a9c3b4e3b50878e27ce7d0397e12731b70c4e20c62a72d05322b1a621663d031445c438a8692353e2eed03d641347f1ba3c4eb937' \
&& echo "$aspire_dashboard_sha512 aspire_dashboard.zip" | sha512sum -c - \
&& mkdir --parents /app \
&& unzip aspire_dashboard.zip -d /app \
Expand Down
6 changes: 3 additions & 3 deletions src/aspnet/11.0/alpine3.23-composite-extra/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-amd64 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
Expand All @@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-extra-amd64

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm32v7 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
Expand All @@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm32v7

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm64v8 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
Expand All @@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm64v8

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
6 changes: 3 additions & 3 deletions src/aspnet/11.0/alpine3.23-composite/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
FROM $REPO:11.0.0-preview.3-alpine3.23-amd64 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
Expand All @@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-amd64

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
6 changes: 3 additions & 3 deletions src/aspnet/11.0/alpine3.23-composite/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
FROM $REPO:11.0.0-preview.3-alpine3.23-arm32v7 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
Expand All @@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-arm32v7

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
6 changes: 3 additions & 3 deletions src/aspnet/11.0/alpine3.23-composite/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime-deps
FROM $REPO:11.0.0-preview.3-alpine3.23-arm64v8 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
Expand All @@ -21,9 +21,9 @@ FROM $REPO:11.0.0-preview.3-alpine3.23-arm64v8

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
RUN ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
4 changes: 2 additions & 2 deletions src/aspnet/11.0/alpine3.23-extra/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-amd64 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
Expand All @@ -20,6 +20,6 @@ RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-amd64

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.3.26168.109
ENV ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
4 changes: 2 additions & 2 deletions src/aspnet/11.0/alpine3.23-extra/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm32v7 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
Expand All @@ -20,6 +20,6 @@ RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm32v7

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.3.26168.109
ENV ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
4 changes: 2 additions & 2 deletions src/aspnet/11.0/alpine3.23-extra/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm64v8 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
Expand All @@ -20,6 +20,6 @@ RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
FROM $REPO:11.0.0-preview.3-alpine3.23-extra-arm64v8

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.3.26168.109
ENV ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
4 changes: 2 additions & 2 deletions src/aspnet/11.0/alpine3.23/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
FROM $REPO:11.0.0-preview.3-alpine3.23-amd64 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-x64.tar.gz.sha512 \
Expand All @@ -20,6 +20,6 @@ RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
FROM $REPO:11.0.0-preview.3-alpine3.23-amd64

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.3.26168.109
ENV ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
4 changes: 2 additions & 2 deletions src/aspnet/11.0/alpine3.23/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
FROM $REPO:11.0.0-preview.3-alpine3.23-arm32v7 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm.tar.gz.sha512 \
Expand All @@ -20,6 +20,6 @@ RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
FROM $REPO:11.0.0-preview.3-alpine3.23-arm32v7

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.3.26168.109
ENV ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
4 changes: 2 additions & 2 deletions src/aspnet/11.0/alpine3.23/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG REPO=mcr.microsoft.com/dotnet/runtime
FROM $REPO:11.0.0-preview.3-alpine3.23-arm64v8 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& wget \
https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz \
https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-musl-arm64.tar.gz.sha512 \
Expand All @@ -20,6 +20,6 @@ RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
FROM $REPO:11.0.0-preview.3-alpine3.23-arm64v8

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.3.26168.109
ENV ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& curl --fail --show-error --location \
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
Expand All @@ -30,9 +30,9 @@ FROM $REPO:11.0.0-preview.3-azurelinux3.0-distroless-extra-amd64

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"]
COPY --from=installer ["/dotnet-symlink", "/usr/bin"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& curl --fail --show-error --location \
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz.sha512 \
Expand All @@ -30,9 +30,9 @@ FROM $REPO:11.0.0-preview.3-azurelinux3.0-distroless-extra-arm64v8

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"]
COPY --from=installer ["/dotnet-symlink", "/usr/bin"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& curl --fail --show-error --location \
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz \
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-x64.tar.gz.sha512 \
Expand All @@ -30,9 +30,9 @@ FROM $REPO:11.0.0-preview.3-azurelinux3.0-distroless-amd64

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"]
COPY --from=installer ["/dotnet-symlink", "/usr/bin"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.3.26168.109 \
RUN aspnetcore_version=11.0.0-preview.3.26172.108 \
&& curl --fail --show-error --location \
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz \
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-composite-$aspnetcore_version-linux-arm64.tar.gz.sha512 \
Expand All @@ -30,9 +30,9 @@ FROM $REPO:11.0.0-preview.3-azurelinux3.0-distroless-arm64v8

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.3.26168.109 \
DOTNET_VERSION=11.0.0-preview.3.26172.108 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.3.26168.109
ASPNET_VERSION=11.0.0-preview.3.26172.108

COPY --from=installer ["/usr/share/dotnet", "/usr/share/dotnet"]
COPY --from=installer ["/dotnet-symlink", "/usr/bin"]
Expand Down
Loading
Loading