Sign inSign up

actiwareio/io-module-sharepoint:sharepoint2016-2.0.9

Index digest

sha256:e2840de5a12c9f3c9d6b6019bb0e668ef466f7b5fed530507a61b4355d74f760

OS/ARCH

linux/amd64

Compressed size

139.56 MB

Last pushed

10 months by actiwaredevelopment

Type

Image

Manifest digest

sha256:4c8085a84db5e4d52eb62b4a8ab6133c1a5038206ecbdbe63b3d46e2fdd78bb6

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.87 MB
4RUN /bin/sh -c groupadd 3.21 KB
5ENV DOTNET_VERSION=9.0.110 B
6COPY /dotnet /usr/share/dotnet # buildkit32.95 MB
7RUN /bin/sh -c ln -s153 B
8ENV ASPNET_VERSION=9.0.110 B
9COPY /dotnet /usr/share/dotnet # buildkit10.79 MB
10RUN /bin/sh -c apt-get update121.38 KB
11ENV DEFAULT_PORT=301210 B
12ENV IO_USER=io IO_UID=3000 IO_GROUP=io IO_GID=30000 B
13RUN /bin/sh -c groupadd -r1.11 KB
14WORKDIR /app93 B
15COPY ./out /app # buildkit23.14 MB
16COPY ./src/configuration /app/ClientApp # buildkit1.4 MB
17COPY ./SharePoint.zip /app # buildkit876.38 KB
18COPY ./module-definition/SharePoint2016/info.json /app # buildkit4.61 KB
19COPY ./module-definition/SharePoint2016/languages /app/languages # buildkit43.91 KB
20RUN /bin/sh -c chown -R25.45 MB
21USER io0 B
22EXPOSE [30121/tcp]0 B
23ENTRYPOINT ["dotnet" "/app/IO2.Module.SharePoint.Service.dll"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600'