sha256:067786227dee32bafe78a2634980834208c8c475cdc560d586047b63501f225a
OS/ARCH
linux/amd64
Compressed size
107.73 MB
Last pushed
6 months by markusweissehlers
Type
Image
Manifest digest
sha256:067786227dee32bafe78a2634980834208c8c475cdc560d586047b63501f225a
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.87 MB4RUN /bin/sh -c groupadd 3.21 KB5ENV DOTNET_VERSION=8.0.250 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s152 B8ENV ASPNET_VERSION=8.0.250 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt2.94 MB11ENV SRV_HOME=/var/www0 B12COPY --chmod=755 files/*.sh /usr/bin/ #1.03 KB13COPY /installer/certificate-tool /installer/ # buildkit30.55 KB14WORKDIR /var/www108 B15EXPOSE [8080/tcp]0 B16ENV TARGETS=Server\Web\BusinessAPIServer,Server\Web\BusinessApiServer\AppInsights0 B17COPY /installer /installer # buildkit17.73 MB18COPY config/* /config/ # buildkit1.98 KB19COPY --chmod=755 files/*.sh /usr/bin/ #2.57 KB20HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:8080/imx/system0 B21ENTRYPOINT ["/usr/bin/run.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'