sha256:7a521aea2a4e4a85b30534cba444d8c5e645bf2b8532e941e10719ef0f73a353
OS/ARCH
linux/amd64
Compressed size
114.14 MB
Last pushed
10 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:cd8d89fafc6fc5965e1cdb658f276568c5ebb9158edbdf51fd1d1aa5ca61d3fa
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.21 KB5ENV DOTNET_VERSION=8.0.220 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s153 B8ENV ASPNET_VERSION=8.0.220 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10RUN /bin/sh -c apt-get update14.52 MB11RUN /bin/sh -c update-ca-certificates #121.38 KB12ENV DEFAULT_PORT=301080 B13WORKDIR /app92 B14COPY ./out /app # buildkit9.11 MB15COPY ./src/configuration /app/ClientApp # buildkit4.23 MB16COPY ./dataconnect.zip /app # buildkit22.46 KB17COPY ./module-definition/info.json /app # buildkit5.46 KB18EXPOSE [30108/tcp]0 B19ENTRYPOINT ["dotnet" "/app/IO.Module.DataConnect.Service.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650'