sha256:511ee7651fc3b016eb81e9817a9d7fc1fd722f58b9b6c9693844356d0cd86f20
OS/ARCH
linux/amd64
Compressed size
201.83 MB
Last pushed
6 days by actiwaredevelopment
Type
Image
Manifest digest
sha256:48bbb31df90160402fdd381c021b0996d1d320366cfbafe797148e99fc9d64ea
Image Layers
1# debian.sh --arch 'amd64' out/26.93 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.25 KB5ENV DOTNET_VERSION=8.0.310 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s163 B8ENV ASPNET_VERSION=8.0.310 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10RUN /bin/sh -c apt-get update40.74 MB11RUN /bin/sh -c update-ca-certificates #126.47 KB12RUN /bin/sh -c echo "deb226 B13RUN /bin/sh -c apt-get update220.84 KB14RUN /bin/sh -c apt-get install4.22 MB15ENV DEFAULT_PORT=301340 B16WORKDIR /app93 B17COPY ./out /app # buildkit64.8 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' '@1789689600'