sha256:ecbb462de788ca3469fb2d44ec8e91f0cc52a16af868298f33cc6442826777cf
OS/ARCH
linux/arm64
Compressed size
283.49 MB
Last pushed
about 1 year by devops943
Type
Image
Manifest digest
sha256:ecbb462de788ca3469fb2d44ec8e91f0cc52a16af868298f33cc6442826777cf
Image Layers
1
ADD file ... in /
28.68 MB
2
CMD ["bash"]
0 B
3
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
0 B
4
RUN /bin/sh -c apt-get update
14.42 MB
5
ENV DOTNET_VERSION=6.0.27
0 B
6
COPY /dotnet /usr/share/dotnet # buildkit
27.96 MB
7
RUN /bin/sh -c ln -s
153 B
8
ENV ASPNET_VERSION=6.0.27
0 B
9
COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit
8.66 MB
10
ENV ASPNETCORE_URLS= DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=6.0.419
0 B
11
RUN /bin/sh -c apt-get update
24.22 MB
12
RUN /bin/sh -c curl -fSL
138.03 MB
13
RUN /bin/sh -c powershell_version=7.2.18
12.52 MB
14
COPY . ./src # buildkit
2.64 MB
15
WORKDIR /src
32 B
16
RUN /bin/sh -c dotnet build
21.24 MB
17
RUN /bin/sh -c dotnet publish
5.12 MB
18
WORKDIR /app
32 B
19
EXPOSE map[80/tcp:{}]
0 B
20
CMD ["./myWebApp"]
0 B
Command
ADD file:ef14ef2abd4725ea6056637e44d9261e2b025853230ea45636b67a735b3d4918 in /