sha256:2118adc1066d3fe259e1758149a4ef3c45e4c8e6b7ccc0f62350e38b68361fba
OS/ARCH
linux/arm64
Compressed size
92.48 MB
Last pushed
11 months by eliasdb
Type
Image
Manifest digest
sha256:2118adc1066d3fe259e1758149a4ef3c45e4c8e6b7ccc0f62350e38b68361fba
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.210 B6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB7RUN /bin/sh -c ln -s163 B8ENV ASPNET_VERSION=8.0.210 B9COPY /dotnet /usr/share/dotnet # buildkit10.26 MB10WORKDIR /app93 B11RUN /bin/sh -c apt-get update319.02 KB12COPY /app/publish . # buildkit6.97 MB13COPY apps/server/platform-api/wait-for-postgres.sh ./wait-for-postgres.sh # buildkit293 B14RUN /bin/sh -c chmod +x302 B15EXPOSE map[9101/tcp:{}]0 B16ENTRYPOINT ["./wait-for-postgres.sh" "postgres-service-staging" "dotnet" "EDb.PlatformApi.dll"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1760918400'