sha256:b8576fd778a5bc364db4e2935eb2f64ecb6370bef41c4224ac7be16fbf5669c9
OS/ARCH
linux/arm64
Compressed size
103.26 MB
Last pushed
over 1 year by edwinat
Type
Image
Manifest digest
sha256:99861b5a5043937d79a37c8d7b1a6374c2cc4563b227aa9e4defb02f5da773fc
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 -s167 B8ENV ASPNET_VERSION=9.0.50 B9COPY /dotnet /usr/share/dotnet # buildkit10.41 MB10USER 16540 B11WORKDIR /app96 B12EXPOSE map[8080/tcp:{}]0 B13WORKDIR /app32 B14COPY /app/publish . # buildkit17.1 MB15ENTRYPOINT ["dotnet" "ResumeTailorServer.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1747699200'