sha256:48345d5956218e99183be20ed67307a04f3b025b8911194fad2ebbe23be4f7e6
OS/ARCH
linux/amd64
Compressed size
96.6 MB
Last pushed
6 months by markusweissehlers
Type
Image
Manifest digest
sha256:48345d5956218e99183be20ed67307a04f3b025b8911194fad2ebbe23be4f7e6
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 DEBIAN_FRONTEND=noninteractive0 B9RUN /bin/sh -c apt update2.4 MB10COPY files/binaries /installer # buildkit15.53 MB11COPY /cert-tool /installer # buildkit2.23 MB12ENTRYPOINT ["dotnet" "/installer/create-web-dir.dll"]0 B13ENV SRV_HOME=/srv/dbagent SECRETS=/run/secrets CONFIG=/config MONO_PATH=/srv/dbagent0 B14COPY --chmod=755 files/*.sh /usr/bin/ #1.01 KB15COPY files/*.config /config/ # buildkit727 B16COPY files/*.nlog /config/ # buildkit32 B17HEALTHCHECK &{["CMD-SHELL" "test `find /tmp/alive0 B18WORKDIR /srv/dbagent116 B19ENTRYPOINT ["/usr/bin/run.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'