sha256:21fd3c111d7ea183c4094fbc4bfca6902d545b137db39dc2223110f464a2d5cf
OS/ARCH
linux/arm64
Compressed size
92.5 MB
Last pushed
3 months by eliasdb
Type
Image
Manifest digest
sha256:21fd3c111d7ea183c4094fbc4bfca6902d545b137db39dc2223110f464a2d5cf
Image Layers
1# debian.sh --arch 'arm64' out/27.86 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.68 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=8.0.270 B6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=8.0.270 B9COPY /dotnet /usr/share/dotnet # buildkit10.27 MB10WORKDIR /app91 B11RUN /bin/sh -c apt-get update319.06 KB12COPY /app/publish . # buildkit6.98 MB13COPY apps/server/platform-api/wait-for-postgres.sh ./wait-for-postgres.sh # buildkit293 B14RUN /bin/sh -c chmod +x302 B15EXPOSE [9101/tcp]0 B16ENTRYPOINT ["./wait-for-postgres.sh" "postgres-service-staging" "dotnet" "EDb.PlatformApi.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400'