sha256:57c10e1dd4f70ce43d41bdeb6bc4097f77821c640a079156bd57fda71678054e
OS/ARCH
Compressed size
108.92 MB
Last pushed
13 days by particularbot
Type
Image
Manifest digest
sha256:e71491370ebdb7d13a440f7724ecf67095c8d8a600e66f41face04d1b6fa9707
Image Layers
1COPY /rootfs / # buildkit19.31 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3COPY /rootfs/home/app /home/app # buildkit121 B4USER 16540 B5ENV DOTNET_VERSION=10.0.11 ASPNET_VERSION=10.0.110 B6COPY /usr/share/dotnet /usr/share/dotnet # buildkit43.92 MB7COPY /dotnet-symlink /usr/bin # buildkit151 B8ENTRYPOINT ["/usr/bin/dotnet"]0 B9CMD ["--info"]0 B10WORKDIR /app96 B11EXPOSE [33333/tcp]0 B12COPY /deploy/Particular.ServiceControl /app # buildkit45.65 MB13COPY /healthcheck /healthcheck # buildkit44.35 KB14ENV PersistenceType=RavenDB ForwardErrorMessages=false ErrorRetentionPeriod=150 B15HEALTHCHECK {Test:[CMD /healthcheck/healthcheck http://localhost:33333/health] Interval:0s0 B16USER 16540 B17ENTRYPOINT ["/app/ServiceControl"]0 BCommand
COPY /rootfs / # buildkit