sha256:456488143ebaac36b08bab9c0e778ebd657a43996131bd51fcf962922637392a
OS/ARCH
linux/amd64
Compressed size
166.2 MB
Last pushed
over 1 year by actiwaredevelopment
Type
Image
Manifest digest
sha256:7ea6de557ae6c3ff6f7903125269a42c4e46f08febbdaa35b27c7093a363528e
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 /app91 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'