1.1.3028.26
sha256:7e9502d6fc50bf862ba4c85a33f50d8a53885239c3c5ce86f70d26a620a4925f
OS/ARCH
linux/amd64
Compressed size
377.22 MB
Last pushed
over 1 year by raynetgmbh
Type
Image
Manifest digest
sha256:7e9502d6fc50bf862ba4c85a33f50d8a53885239c3c5ce86f70d26a620a4925f
Image Layers
1# debian.sh --arch 'amd64' out/27.78 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=8.0.130 B6COPY /dotnet /usr/share/dotnet # buildkit30.75 MB7RUN /bin/sh -c ln -s155 B8ENV ASPNET_VERSION=8.0.130 B9COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit10.56 MB10WORKDIR /app93 B11RUN /bin/sh -c apt-get update897.64 KB12RUN /bin/sh -c apt-get update27.01 MB13RUN /bin/sh -c apt-get update16.99 MB14ADD ./publish/backend . # buildkit245.4 MB15ADD ./BackendServerLaunch.sh . # buildkit229 B16EXPOSE map[5001/tcp:{}]0 B17EXPOSE map[5184/tcp:{}]0 B18RUN /bin/sh -c dos2unix ./BackendServerLaunch.sh232 B19ENTRYPOINT ["bash" "BackendServerLaunch.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200'