sha256:8171a023faa39ea2a0165e81a20b01f99aff19c89b13dfcf1f22a08c4f463c94
OS/ARCH
Compressed size
80.06 MB
Last pushed
8 months by dataristix
Type
Image
Manifest digest
sha256:2fbbc9f04492fd67fc08e5e253c4ea9484423e263ce25712b5833f409ce8623b
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.20 B6COPY /usr/share/dotnet /usr/share/dotnet # buildkit34.92 MB7COPY /dotnet-symlink /usr/bin # buildkit151 B8ENTRYPOINT ["/usr/bin/dotnet"]0 B9CMD ["--info"]0 B10ENV ASPNET_VERSION=10.0.20 B11COPY /dotnet /usr/share/dotnet # buildkit12.17 MB12WORKDIR /app96 B13COPY /app/publish/service ./service # buildkit8.39 MB14COPY /app/publish/api ./api # buildkit4.18 MB15WORKDIR /app/service32 B16ENTRYPOINT ["dotnet" "Rensen.Uaol.Connector.IotDevices.Console.dll" "--pod"]0 BCommand
COPY /rootfs / # buildkit