sha256:971904eaddd2d992550f98f3b2493036fea641ec874e5088f4f75a44ec5e34c9
OS/ARCH
linux/amd64
Compressed size
89.63 MB
Last pushed
about 1 year by tobiasfenster
Type
Image
Manifest digest
sha256:971904eaddd2d992550f98f3b2493036fea641ec874e5088f4f75a44ec5e34c9
Image Layers
1# debian.sh --arch 'amd64' out/27.8 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=9.0.70 B6COPY /dotnet /usr/share/dotnet # buildkit32.95 MB7RUN /bin/sh -c ln -s153 B8ENV ASPNET_VERSION=9.0.70 B9COPY /dotnet /usr/share/dotnet # buildkit10.79 MB10WORKDIR /app93 B11COPY /app ./ # buildkit233.23 KB12ENV ASPNETCORE_URLS=http://+:80800 B13EXPOSE map[8080/tcp:{}]0 B14ENTRYPOINT ["dotnet" "azdevops-webhook-explorer.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'