Skip to content
Merged
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
6 changes: 3 additions & 3 deletions manifest.versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"aspnet|8.0|build-version": "8.0.23",
"aspnet-composite|8.0|build-version": "$(aspnet|8.0|build-version)",

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

"aspnet|10.0|build-version": "10.0.2",
Expand Down Expand Up @@ -227,7 +227,7 @@
"runtime|8.0|build-version": "8.0.23",
"runtime|9.0|build-version": "9.0.12",
"runtime|10.0|build-version": "10.0.2",
"runtime|11.0|build-version": "11.0.0-preview.1.26070.110",
"runtime|11.0|build-version": "11.0.0-preview.1.26079.116",

"sdk|8.0|build-version": "8.0.417",
"sdk|8.0|product-version": "8.0.417",
Expand Down Expand Up @@ -256,7 +256,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.1.26070.110",
"sdk|11.0|build-version": "11.0.100-preview.1.26079.116",
"sdk|11.0|product-version": "11.0.100-preview.1",
"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
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.1-alpine3.23-extra-amd64 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-alpine3.23-extra-amd64

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-extra-arm32v7 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-alpine3.23-extra-arm32v7

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-extra-arm64v8 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-alpine3.23-extra-arm64v8

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-amd64 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-alpine3.23-amd64

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-arm32v7 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-alpine3.23-arm32v7

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-arm64v8 AS installer

# Retrieve ASP.NET Composite Runtime
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-alpine3.23-arm64v8

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-extra-amd64 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1.26070.110 \
FROM $REPO:11.0.0-preview.1-alpine3.23-extra-amd64

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.1.26070.110
ENV ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-extra-arm32v7 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1.26070.110 \
FROM $REPO:11.0.0-preview.1-alpine3.23-extra-arm32v7

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.1.26070.110
ENV ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-extra-arm64v8 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1.26070.110 \
FROM $REPO:11.0.0-preview.1-alpine3.23-extra-arm64v8

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.1.26070.110
ENV ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-amd64 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1.26070.110 \
FROM $REPO:11.0.0-preview.1-alpine3.23-amd64

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.1.26070.110
ENV ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-arm32v7 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1.26070.110 \
FROM $REPO:11.0.0-preview.1-alpine3.23-arm32v7

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.1.26070.110
ENV ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1-alpine3.23-arm64v8 AS installer

# Retrieve ASP.NET Core
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1.26070.110 \
FROM $REPO:11.0.0-preview.1-alpine3.23-arm64v8

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.1.26070.110
ENV ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-azurelinux3.0-distroless-extra-amd64

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-azurelinux3.0-distroless-extra-arm64v8

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-azurelinux3.0-distroless-amd64

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& 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.1-azurelinux3.0-distroless-arm64v8

ENV \
# .NET Runtime version
DOTNET_VERSION=11.0.0-preview.1.26070.110 \
DOTNET_VERSION=11.0.0-preview.1.26079.116 \
# ASP.NET Core version
ASPNET_VERSION=11.0.0-preview.1.26070.110
ASPNET_VERSION=11.0.0-preview.1.26079.116

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 Core
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& curl --fail --show-error --location \
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz.sha512 \
Expand All @@ -26,6 +26,6 @@ RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
FROM $REPO:11.0.0-preview.1-azurelinux3.0-distroless-extra-amd64

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.1.26070.110
ENV ASPNET_VERSION=11.0.0-preview.1.26079.116

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 Core
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& curl --fail --show-error --location \
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz \
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm64.tar.gz.sha512 \
Expand All @@ -26,6 +26,6 @@ RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
FROM $REPO:11.0.0-preview.1-azurelinux3.0-distroless-extra-arm64v8

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.1.26070.110
ENV ASPNET_VERSION=11.0.0-preview.1.26079.116

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
4 changes: 2 additions & 2 deletions src/aspnet/11.0/azurelinux3.0-distroless/amd64/Dockerfile
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 Core
RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
RUN aspnetcore_version=11.0.0-preview.1.26079.116 \
&& curl --fail --show-error --location \
--remote-name https://ci.dot.net/public/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz \
--remote-name https://ci.dot.net/public-checksums/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz.sha512 \
Expand All @@ -26,6 +26,6 @@ RUN aspnetcore_version=11.0.0-preview.1.26070.110 \
FROM $REPO:11.0.0-preview.1-azurelinux3.0-distroless-amd64

# ASP.NET Core version
ENV ASPNET_VERSION=11.0.0-preview.1.26070.110
ENV ASPNET_VERSION=11.0.0-preview.1.26079.116

COPY --from=installer ["/dotnet", "/usr/share/dotnet"]
Loading
Loading