sha256:977fafc2128d3c724bf517c3f92feabf20c339b532966b5e575cb2e5df10a6dd
OS/ARCH
linux/amd64
Compressed size
139.56 MB
Last pushed
7 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:6f0c4d715d196f79a09cfb55e3329f567aaae85abdab73e1e03680e40dd2a60f
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=9.0.120 B6COPY /dotnet /usr/share/dotnet # buildkit32.95 MB7RUN /bin/sh -c ln -s155 B8ENV ASPNET_VERSION=9.0.120 B9COPY /dotnet /usr/share/dotnet # buildkit10.79 MB10RUN /bin/sh -c apt-get update121.38 KB11ENV DEFAULT_PORT=301210 B12ENV IO_USER=io IO_UID=3000 IO_GROUP=io IO_GID=30000 B13RUN /bin/sh -c groupadd -r1.1 KB14WORKDIR /app93 B15COPY ./out /app # buildkit23.14 MB16COPY ./src/configuration /app/ClientApp # buildkit1.4 MB17COPY ./SharePoint.zip /app # buildkit876.38 KB18COPY ./module-definition/SharePoint2016/info.json /app # buildkit4.62 KB19COPY ./module-definition/SharePoint2016/languages /app/languages # buildkit43.92 KB20RUN /bin/sh -c chown -R25.45 MB21USER io0 B22EXPOSE [30121/tcp]0 B23ENTRYPOINT ["dotnet" "/app/IO2.Module.SharePoint.Service.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'