sha256:249c0011e5ecf67b54a1817e85c12b758090b01bc2c6474e0b17beeabd1334ab
OS/ARCH
linux/arm64
Compressed size
92.48 MB
Last pushed
9 months by eliasdb
Type
Image
Manifest digest
sha256:249c0011e5ecf67b54a1817e85c12b758090b01bc2c6474e0b17beeabd1334ab
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.220 B6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB7RUN /bin/sh -c ln -s162 B8ENV ASPNET_VERSION=8.0.220 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' '@1765152000'