sha256:0f8c631d8b868ce0fbec49f654014c2d3758e70f83837312f411c33b4eee29c6
OS/ARCH
Compressed size
70.53 MB
Last pushed
7 months by dataristix
Type
Image
Manifest digest
sha256:371bd31bd479fcaf2abeb7e7d75a3609815864a66ad46845d38a037df385d4d7
Image Layers
1COPY /rootfs / # buildkit20.03 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=8.0.230 B6COPY /usr/share/dotnet /usr/share/dotnet # buildkit30.76 MB7COPY /dotnet-symlink /usr/bin # buildkit150 B8ENTRYPOINT ["/usr/bin/dotnet"]0 B9CMD ["--info"]0 B10ENV ASPNET_VERSION=8.0.230 B11COPY /dotnet /usr/share/dotnet # buildkit10.58 MB12WORKDIR /app96 B13COPY /app/publish/service ./service # buildkit5.01 MB14COPY /app/publish/api ./api # buildkit4.15 MB15WORKDIR /app/service32 B16ENTRYPOINT ["dotnet" "Rensen.Uaol.Connector.GoogleSheets.Console.dll" "--pod"]0 BCommand
COPY /rootfs / # buildkit