sha256:3c9f915666479fda46ad4d896a36d62e6face457ce7a42f1ce3d6ed16d3d1efd
OS/ARCH
linux/amd64
Compressed size
112.34 MB
Last pushed
15 days by actiwaredevelopment
Type
Image
Manifest digest
sha256:6b04eaf09075420b22679f3f8c318239e19ef2070f31a3c736652d4fb0ba7493
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.26 KB5ENV DOTNET_VERSION=8.0.300 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=8.0.300 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10ENV DEFAULT_PORT=301240 B11RUN /bin/sh -c apt-get update14.59 MB12RUN /bin/sh -c update-ca-certificates #126.46 KB13WORKDIR /app93 B14RUN /bin/sh -c mkdir -p117 B15COPY ./out /app # buildkit7.65 MB16COPY ./src/configuration /app/ClientApp # buildkit3.8 MB17COPY ./salesforce.zip /app # buildkit13.37 KB18COPY ./module-definition/info.json /app # buildkit1.49 KB19EXPOSE [30124/tcp]0 B20ENTRYPOINT ["dotnet" "/app/io2-module-salesforce-service.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'