sha256:8cd9d5d3124917a5b1fe9411a759f3da18c39fd926271bfdec5df3e4d68e8608
OS/ARCH
linux/amd64
Compressed size
88.48 MB
Last pushed
9 days by dockerhuborganization
Type
Image
Manifest digest
sha256:f275c6da00474bf58c3bc65eb5abed82331577e4f1cac31a6ad36c2050bf79eb
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.310 B6COPY /dotnet /usr/share/dotnet # buildkit30.77 MB7RUN /bin/sh -c ln -s164 B8ENV ASPNET_VERSION=8.0.310 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10RUN /bin/sh -c apt-get update2.17 MB11WORKDIR /app91 B12COPY /app/publish . # buildkit80.5 KB13RUN /bin/sh -c chown -R80.5 KB14ENV ASPNETCORE_ENVIRONMENT=Production0 B15ENV ASPNETCORE_URLS=http://+:50000 B16USER appuser0 B17EXPOSE [5000/tcp]0 B18HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:5000/health-check0 B19ENTRYPOINT ["dotnet" "BoldBI.VersionApi.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'