File tree Expand file tree Collapse file tree
source/AAS.TwinEngine.Plugin.TestPlugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk@sha256:dc8430e6024d454edadad1e160e1973be3cabbb7125998ef190d9e5c6adf7dbb AS build
1+ FROM mcr.microsoft.com/dotnet/sdk:10.0 @sha256:c0790639332692a0d56cdd81ed581cfd24d040d9839764c138994866df89a3b6 AS build
22ARG BUILD_CONFIGURATION=Release
33WORKDIR /App
44COPY ["AAS.TwinEngine.Plugin.TestPlugin/" , "AAS.TwinEngine.Plugin.TestPlugin/" ]
55RUN dotnet restore "AAS.TwinEngine.Plugin.TestPlugin/AAS.TwinEngine.Plugin.TestPlugin.csproj" --locked-mode
66RUN dotnet publish "AAS.TwinEngine.Plugin.TestPlugin/AAS.TwinEngine.Plugin.TestPlugin.csproj" -c "$BUILD_CONFIGURATION" -o out
77
8- FROM mcr.microsoft.com/dotnet/aspnet@sha256:9b5222b0ff8e9eb991a7c1a64b25f0f771d21ccc05dfa1c834f5668ffd9cd73f
8+ FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine @sha256:1e37a8236c558ae31bd6bc8144e38e6036b73cf1b0616fe56d79e60babb9d93b
99WORKDIR /App
1010
1111ENV DATA_DIR=/App/Data
You can’t perform that action at this time.
0 commit comments