File tree Expand file tree Collapse file tree
AspireWithJavaScript/AspireJavaScript.AppHost
DotnetTool/DotnetTool.AppHost
withdockerfile/WithDockerfile.AppHost Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node:22 -slim
1+ FROM node:20 -slim
22WORKDIR /app
33COPY package*.json ./
44RUN --mount=type=cache,target=/root/.npm npm ci
Original file line number Diff line number Diff line change 181181 " exec" ,
182182 " dotnet-ef" ,
183183 " --source" ,
184- " C:\\ Users\\ runneradmin\\ AppData\\ Local\\ Temp\\ does-not-exist\\ 2623c613-5a82-4b5a-9f8a-09e9eb9a98c1 " ,
184+ " C:\\ Users\\ runneradmin\\ AppData\\ Local\\ Temp\\ does-not-exist\\ 4dd99f46-34da-492c-b45c-49879839346c " ,
185185 " --ignore-failed-sources" ,
186186 " --yes" ,
187187 " --"
199199 " exec" ,
200200 " dotnet-ef" ,
201201 " --source" ,
202- " C:\\ Users\\ runneradmin\\ AppData\\ Local\\ Temp\\ does-not-exist\\ 2623c613-5a82-4b5a-9f8a-09e9eb9a98c1 " ,
202+ " C:\\ Users\\ runneradmin\\ AppData\\ Local\\ Temp\\ does-not-exist\\ 4dd99f46-34da-492c-b45c-49879839346c " ,
203203 " --ignore-failed-sources" ,
204204 " --version" ,
205205 " 10.0.*" ,
219219 " exec" ,
220220 " dotnet-ef" ,
221221 " --source" ,
222- " C:\\ Users\\ runneradmin\\ AppData\\ Local\\ Temp\\ does-not-exist\\ 2623c613-5a82-4b5a-9f8a-09e9eb9a98c1 " ,
222+ " C:\\ Users\\ runneradmin\\ AppData\\ Local\\ Temp\\ does-not-exist\\ 4dd99f46-34da-492c-b45c-49879839346c " ,
223223 " --ignore-failed-sources" ,
224224 " --prerelease" ,
225225 " --yes" ,
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/oss/go/microsoft/golang:1.23 AS builder
22WORKDIR /app
33COPY . .
4- RUN echo "Built at 20260313162955 " > /build-info.txt
4+ RUN echo "Built at 20260320163200 " > /build-info.txt
55RUN go build -o qots .
66
77FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
You can’t perform that action at this time.
0 commit comments