sha256:ae6154515c358bb3f4e66a06f03c1434dd8a25149329eb2ad49ffa4e06f82257
OS/ARCH
linux/amd64
Compressed size
148.01 MB
Last pushed
about 1 month by actiwaredevelopment
Type
Image
Manifest digest
sha256:7d6274f29b7d4927b4d9ad7927275db205916447de4e5e8afe6c8db86006ac2d
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.26 KB5ENV DOTNET_VERSION=9.0.180 B6COPY /dotnet /usr/share/dotnet # buildkit32.97 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=9.0.180 B9COPY /dotnet /usr/share/dotnet # buildkit10.8 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.16 MB16COPY ./src/configuration /app/ClientApp # buildkit4.71 MB17COPY ./SharePoint.zip /app # buildkit1.74 MB18COPY ./module-definition/SharePointOnline/info.json /app # buildkit4.42 KB19COPY ./module-definition/SharePointOnline/languages /app/languages # buildkit44.65 KB20RUN /bin/sh -c chown -R29.66 MB21USER io0 B22EXPOSE [30121/tcp]0 B23ENTRYPOINT ["dotnet" "/app/IO2.Module.SharePoint.Service.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'