sha256:5860e30d38e5abbefd5a0649b06f3b1865deafccbff5f009de00c6546e2a5ff5
OS/ARCH
linux/amd64
Compressed size
308.72 MB
Last pushed
12 months by maikebing
Type
Image
Manifest digest
sha256:5860e30d38e5abbefd5a0649b06f3b1865deafccbff5f009de00c6546e2a5ff5
Image Layers
1# debian.sh --arch 'amd64' out/27.79 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.90 B6COPY /dotnet /usr/share/dotnet # buildkit32.95 MB7RUN /bin/sh -c ln -s153 B8ENV ASPNET_VERSION=9.0.90 B9COPY /dotnet /usr/share/dotnet # buildkit10.79 MB10RUN /bin/sh -c echo "Acquire::http::Pipeline-Depth46.84 MB11WORKDIR /app126 B12EXPOSE map[8080/tcp:{}]0 B13EXPOSE map[8081/tcp:{}]0 B14EXPOSE map[1883/tcp:{}]0 B15EXPOSE map[8883/tcp:{}]0 B16USER app0 B17WORKDIR /app32 B18VOLUME [/app/security/]0 B19COPY /app/publish . # buildkit172.47 MB20ENTRYPOINT ["dotnet" "IoTSharp.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600'