sha256:22dcc1d3e8deebaa78347cfbae4603810d817d0ccbfd8a1bc4bf015e44f7b492
OS/ARCH
linux/amd64
Compressed size
98.44 MB
Last pushed
over 1 year by tobiasfenster
Type
Image
Manifest digest
sha256:22dcc1d3e8deebaa78347cfbae4603810d817d0ccbfd8a1bc4bf015e44f7b492
Image Layers
1# debian.sh --arch 'amd64' out/27.79 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.86 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=9.0.50 B6COPY /dotnet /usr/share/dotnet # buildkit32.94 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=9.0.50 B9COPY /dotnet /usr/share/dotnet # buildkit10.78 MB10WORKDIR /app92 B11USER app0 B12EXPOSE map[9095/tcp:{} 9096/tcp:{}]0 B13WORKDIR /app32 B14COPY /app/publish . # buildkit9.06 MB15COPY --chown=app:app /root/.dotnet/corefx/cryptography/x509stores/my/* /home/app/.dotnet/corefx/cryptography/x509stores/my/ #2.67 KB16ENTRYPOINT ["dotnet" "wiremock-net.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'