sha256:8c717988da78fdc91fa74a13408869c9606a68009921011439086ad1ce277a17
OS/ARCH
linux/amd64
Compressed size
166.21 MB
Last pushed
over 1 year by actiwaredevelopment
Type
Image
Manifest digest
sha256:5986e6b7b878a82e550a48492716c6c7de9c4e5073aafd428244ae5eb2a3c267
Image Layers
1# debian.sh --arch 'amd64' out/28.85 MB2ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update14.27 MB4ENV DOTNET_VERSION=6.0.360 B5COPY /dotnet /usr/share/dotnet # buildkit30.18 MB6RUN /bin/sh -c ln -s154 B7ENV ASPNET_VERSION=6.0.360 B8COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit9.04 MB9RUN /bin/sh -c apt-get update23.79 MB10RUN /bin/sh -c update-ca-certificates #112.53 KB11ENV DEFAULT_PORT=301190 B12WORKDIR /app93 B13COPY ./out /app # buildkit40.78 MB14COPY ./src/configuration /app/ClientApp # buildkit6.27 MB15COPY ./module-definition/info.json /app # buildkit2.41 KB16COPY ./module-definition/languages /app/languages # buildkit20.07 KB17COPY ./Office.zip /app # buildkit12.89 MB18EXPOSE map[30119/tcp:{}]0 B19ENTRYPOINT ["dotnet" "/app/Module.Office.Service.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'