sha256:9495ea44707cb621fc0fcbe8263e3e3fb51aed4e699cf62a2f4e866d6490fbc3
OS/ARCH
linux/amd64
Compressed size
142.32 MB
Last pushed
about 1 year by kdinet2024
Type
Image
Manifest digest
sha256:9495ea44707cb621fc0fcbe8263e3e3fb51aed4e699cf62a2f4e866d6490fbc3
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.86 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.170 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.170 B9COPY /dotnet /usr/share/dotnet # buildkit10.57 MB10RUN /bin/sh -c apt-get update17.79 MB11ENV ASPNETCORE_HTTP_PORTS=800 B12ENV ASPNETCORE_ENVIRONMENT=Production0 B13EXPOSE map[80/tcp:{}]0 B14ARG SERVICE_FOLDER=turksat0 B15WORKDIR /app93 B16COPY /app/publish . # buildkit37.54 MB17COPY docker/turksat/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit788 B18RUN |1 SERVICE_FOLDER=turksat /bin/sh -c804 B19ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'