sha256:2c0c7540b8830688d1e1ffc19a9802a956477ffaef7f3f27741d39a9f96e5336
OS/ARCH
linux/arm64
Compressed size
86.35 MB
Last pushed
over 1 year by edwinat
Type
Image
Manifest digest
sha256:e25ccff765ccaa8d237482bcb3c621a3741907ec44c557eac6d9f5743874c729
Image Layers
1# debian.sh --arch 'arm64' out/26.77 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.65 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=9.0.50 B6COPY /dotnet /usr/share/dotnet # buildkit31.32 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=9.0.50 B9COPY /dotnet /usr/share/dotnet # buildkit10.41 MB10USER 16540 B11WORKDIR /app96 B12EXPOSE map[8080/tcp:{}]0 B13EXPOSE map[8081/tcp:{}]0 B14WORKDIR /app32 B15COPY /app/publish . # buildkit199.4 KB16ENTRYPOINT ["dotnet" "DeviceControl.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1745798400'