From de54e408820169ef2f0388e6c2271d62a0f8040f Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Wed, 11 Dec 2024 19:15:28 -0500 Subject: [PATCH] revert net6 changes --- LambdaRuntimeDockerfiles/Images/net6/amd64/Dockerfile | 1 - LambdaRuntimeDockerfiles/Images/net6/arm64/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/LambdaRuntimeDockerfiles/Images/net6/amd64/Dockerfile b/LambdaRuntimeDockerfiles/Images/net6/amd64/Dockerfile index 0e4c23685..72b34f0f4 100644 --- a/LambdaRuntimeDockerfiles/Images/net6/amd64/Dockerfile +++ b/LambdaRuntimeDockerfiles/Images/net6/amd64/Dockerfile @@ -28,7 +28,6 @@ RUN curl -SL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/a FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim AS builder WORKDIR /src COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport", "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/"] -COPY ["Libraries/src/SnapshotRestore.Registry", "Repo/Libraries/src/SnapshotRestore.Registry/"] COPY ["Libraries/src/Amazon.Lambda.Core", "Repo/Libraries/src/Amazon.Lambda.Core/"] COPY ["buildtools/", "Repo/buildtools/"] RUN dotnet restore "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj" /p:TargetFrameworks=net6.0 diff --git a/LambdaRuntimeDockerfiles/Images/net6/arm64/Dockerfile b/LambdaRuntimeDockerfiles/Images/net6/arm64/Dockerfile index fb96a50ff..98343ef6f 100644 --- a/LambdaRuntimeDockerfiles/Images/net6/arm64/Dockerfile +++ b/LambdaRuntimeDockerfiles/Images/net6/arm64/Dockerfile @@ -58,7 +58,6 @@ RUN curl -SL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/a FROM mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim AS builder WORKDIR /src COPY ["Libraries/src/Amazon.Lambda.RuntimeSupport", "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/"] -COPY ["Libraries/src/SnapshotRestore.Registry", "Repo/Libraries/src/SnapshotRestore.Registry/"] COPY ["Libraries/src/Amazon.Lambda.Core", "Repo/Libraries/src/Amazon.Lambda.Core/"] COPY ["buildtools/", "Repo/buildtools/"] RUN dotnet restore "Repo/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj" /p:TargetFrameworks=net6.0