sha256:c90cd8afc753856ea28ac0d76f3808f6895c71273cb00366add31ebfe9596425
OS/ARCH
linux/arm64
Compressed size
103.28 MB
Last pushed
over 1 year by edwinat
Type
Image
Manifest digest
sha256:547dbf23768b8979ef5843f1ea7e4c6c75e88835a1bad1a722e2228bf5b621eb
Image Layers
1# debian.sh --arch 'arm64' out/26.78 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.60 B6COPY /dotnet /usr/share/dotnet # buildkit31.33 MB7RUN /bin/sh -c ln -s163 B8ENV ASPNET_VERSION=9.0.60 B9COPY /dotnet /usr/share/dotnet # buildkit10.41 MB10USER 16540 B11WORKDIR /app94 B12EXPOSE map[8080/tcp:{}]0 B13WORKDIR /app32 B14COPY /app/publish . # buildkit17.11 MB15ENTRYPOINT ["dotnet" "ResumeTailorServer.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1749513600'