sha256:e88110a8af9a67044e90f8d672af878100834ba4d50bf07895b136cdde87791b
OS/ARCH
linux/amd64
Compressed size
222.92 MB
Last pushed
6 months by andreykerchin
Type
Image
Manifest digest
sha256:79d3eb66c762d733f1411280f3f09446b782c31c0a7449f3a68783e1b051522d
Image Layers
1# debian.sh --arch 'amd64' out/26.93 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.21 KB5ENV DOTNET_VERSION=8.0.250 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s152 B8ENV ASPNET_VERSION=8.0.250 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10WORKDIR /app93 B11COPY /app . # buildkit49.62 MB12RUN /bin/sh -c apt-get update2.17 MB13ENV HOME=/root0 B14ENV PATH=/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B15RUN /bin/sh -c curl -fsSL73.05 MB16RUN /bin/sh -c ARCH=$(dpkg --print-architecture)11.95 MB17COPY sing-box-config.json /etc/sing-box/config.json # buildkit654 B18COPY entrypoint.sh /entrypoint.sh # buildkit576 B19RUN /bin/sh -c chmod +x575 B20EXPOSE [8080/tcp]0 B21ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'