Sign inSign up

actiwareio/io-module-sharepoint:prerelease-2.0.12

Index digest

sha256:487efcd8f78475748b6cbd0c8ae8f72859dce8f98f86a35501eaee19afe66981

OS/ARCH

linux/amd64

Compressed size

147.99 MB

Last pushed

3 months by actiwaredevelopment

Type

Image

Manifest digest

sha256:d70e9597131ef58a200c9133c22133d29372928be094613fc04e1de3ddc62d51

Image Layers

1# debian.sh --arch 'amd64' out/26.93 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.25 KB
5ENV DOTNET_VERSION=9.0.170 B
6COPY /dotnet /usr/share/dotnet # buildkit32.96 MB
7RUN /bin/sh -c ln -s164 B
8ENV ASPNET_VERSION=9.0.170 B
9COPY /dotnet /usr/share/dotnet # buildkit10.8 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.1 KB
14WORKDIR /app91 B
15COPY ./out /app # buildkit23.16 MB
16COPY ./src/configuration /app/ClientApp # buildkit4.71 MB
17COPY ./SharePoint.zip /app # buildkit1.74 MB
18COPY ./module-definition/SharePointOnline/info.json /app # buildkit4.42 KB
19COPY ./module-definition/SharePointOnline/languages /app/languages # buildkit41.55 KB
20RUN /bin/sh -c chown -R29.65 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' '@1782172800'