sha256:f90dd68b30da08bd31684e898d1881e2e8238b114f5a7f2bd50b4484912c5bdb
OS/ARCH
Compressed size
76.97 MB
Last pushed
5 months by dataristix
Type
Image
Manifest digest
sha256:4b3794201df7f9009019e451bee146bab8aa4dc1039e6562991c535f7dfa4512
Image Layers
1COPY /rootfs / # buildkit20.41 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3COPY --chown=1654:1654 /rootfs/home/app /home/app #32 B4USER 16540 B5ENV DOTNET_VERSION=10.0.50 B6COPY /usr/share/dotnet /usr/share/dotnet # buildkit34.96 MB7COPY /dotnet-symlink /usr/bin # buildkit150 B8ENTRYPOINT ["/usr/bin/dotnet"]0 B9CMD ["--info"]0 B10ENV ASPNET_VERSION=10.0.50 B11COPY /dotnet /usr/share/dotnet # buildkit12.18 MB12WORKDIR /app96 B13COPY /app/publish/service ./service # buildkit5.27 MB14COPY /app/publish/api ./api # buildkit4.15 MB15WORKDIR /app/service32 B16ENTRYPOINT ["dotnet" "Rensen.Uaol.Connector.GoogleSheets.Console.dll" "--pod"]0 BCommand
COPY /rootfs / # buildkit