sha256:d43871c3781c44b6a9f8db9443e3ea8eac3990c895bfea10a0f5fbcdc84756ad
OS/ARCH
linux/amd64
Compressed size
201.81 MB
Last pushed
9 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:a789e938aa8a108c454087ba9d16cc75ce695ef95e2821f12552e56ceff22d56
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.220 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.220 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10RUN /bin/sh -c apt-get update40.66 MB11RUN /bin/sh -c update-ca-certificates #121.37 KB12RUN /bin/sh -c echo "deb228 B13RUN /bin/sh -c apt-get update220.75 KB14RUN /bin/sh -c apt-get install4.22 MB15ENV DEFAULT_PORT=301340 B16WORKDIR /app93 B17COPY ./out /app # buildkit64.89 MB18COPY ./src/configuration /app/ClientApp # buildkit3.73 MB19COPY ./OutputManager.zip /app # buildkit1.84 MB20COPY ./module-definition/info.json /app # buildkit1.32 KB21COPY ./module-definition/languages /app/languages # buildkit6.72 KB22EXPOSE [30134/tcp]0 B23ENTRYPOINT ["dotnet" "/app/io2-module-output-manager-service.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'