sha256:f5108f07746388cad82b481a63606aada7a86677dd5a3ac700ce1c8b25eed28b
OS/ARCH
linux/amd64
Compressed size
138.47 MB
Last pushed
8 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:22aee7473eb4a6633200c281c408a3c173ef092ea1686dd2c1709f1989e9aa33
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.230 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.230 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10RUN /bin/sh -c apt-get update15.42 MB11RUN /bin/sh -c update-ca-certificates #121.37 KB12ENV DEFAULT_PORT=301200 B13WORKDIR /app93 B14COPY ./out /app # buildkit16.39 MB15COPY ./src/configuration /app/ClientApp # buildkit17.98 MB16COPY ./Communication.zip /app # buildkit2.41 MB17COPY ./module-definition/info.json /app # buildkit3.66 KB18COPY ./module-definition/languages /app/languages # buildkit14.39 KB19EXPOSE [30120/tcp]0 B20ENTRYPOINT ["dotnet" "Module.Communication.Service.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'