sha256:1e6a16819c5dd70935b82aaa6d3f06643455b58028761a378ecbb61232357051
OS/ARCH
linux/amd64
Compressed size
158.14 MB
Last pushed
9 months by kdinet2024
Type
Image
Manifest digest
sha256:1e6a16819c5dd70935b82aaa6d3f06643455b58028761a378ecbb61232357051
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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=8.0.220 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.220 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10RUN /bin/sh -c apt-get update17.85 MB11ENV ASPNETCORE_HTTP_PORTS=800 B12ENV ASPNETCORE_ENVIRONMENT=Production0 B13EXPOSE [80/tcp]0 B14ARG SERVICE_FOLDER=rapor0 B15WORKDIR /app93 B16COPY /app/publish . # buildkit54.17 MB17COPY docker/rapor/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit788 B18RUN |1 SERVICE_FOLDER=rapor /bin/sh -c804 B19ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'