sha256:324c312fc2d0388447ec83e70689eae0f67f441a14a148f8d2ec1c8229d40b72
OS/ARCH
linux/arm64
Compressed size
103.28 MB
Last pushed
over 1 year by edwinat
Type
Image
Manifest digest
sha256:024be6a575b46cc6bd05a888fa52728c2f2ff57ff27c7e71eb8f0b8b18b78bb3
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'