sha256:fef37e428b7deb9bc5cfcb10d59810ecaecb47243de13be3f6b0b9906821f1b3
OS/ARCH
linux/amd64
Compressed size
791.68 MB
Last pushed
almost 2 years by cistic
Type
Image
Manifest digest
sha256:fef37e428b7deb9bc5cfcb10d59810ecaecb47243de13be3f6b0b9906821f1b3
Image Layers
1# debian.sh --arch 'amd64' out/27.8 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.67 MB4RUN /bin/sh -c groupadd 3.21 KB5ENV DOTNET_VERSION=8.0.110 B6COPY /dotnet /usr/share/dotnet # buildkit30.75 MB7RUN /bin/sh -c ln -s153 B8ENV ASPNET_VERSION=8.0.110 B9COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit10.56 MB10WORKDIR /tmp32 B11RUN /bin/sh -c apt-get update233.11 MB12WORKDIR /root32 B13COPY linux/updateTimezone.sh linux/reverse-proxy.conf /root/ #472 B14RUN /bin/sh -c mv reverse-proxy.conf862 B15USER origam0 B16COPY linux/createSslCertificate.sh /etc/nginx/ssl/createSslCertificate.sh # buildkit608 B17RUN /bin/sh -c sudo chmod685 B18COPY nginx.conf /etc/nginx/nginx.conf # buildkit687 B19WORKDIR /home/origam32 B20RUN /bin/sh -c mkdir HTML5171 B21COPY --chown=origam:origam HTML5-SOURCE /home/origam/HTML5-SOURCE/ #5.06 MB22COPY --chown=origam:origam HTML5 _appsettings.template _OrigamSettings.mssql.template130.93 MB23WORKDIR /home/origam/HTML532 B24RUN /bin/sh -c mkdir data2.38 KB25CMD ["/bin/sh" "-c" "cd /etc/nginx/ssl0 B26USER root0 B27RUN /bin/sh -c apt-get update2.3 MB28COPY sshd_config /etc/ssh/ # buildkit372 B29RUN /bin/sh -c echo "service223 B30USER origam0 B31WORKDIR /home/origam/HTML5-SOURCE32 B32RUN /bin/sh -c mkdir src/plugins/implementations230 B33WORKDIR /home/origam/HTML5-SOURCE/src/plugins/implementations32 B34RUN /bin/sh -c git clone8.95 MB35WORKDIR /home/origam/HTML5-SOURCE32 B36RUN /bin/sh -c rm -r270 B37RUN /bin/sh -c sed '21,22d'802 B38COPY --chown=origam:origam PluginRegistration.ts src/plugins/tools/PluginRegistration.ts #900 B39RUN /bin/sh -c yarn add321.56 MB40RUN /bin/sh -c cp -R2.86 MB41WORKDIR /home/origam/HTML532 B42COPY --chown=origam:origam Origam.RatioService.dll Origam.RatioService.deps.json process.sh133.88 KB43RUN /bin/sh -c chmod +x2.24 KB44EXPOSE map[2222/tcp:{} 80/tcp:{} 8000/tcp:{} 8080/tcp:{}]0 B45ENTRYPOINT ["/bin/bash" "-c" "./process.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'