Sign inSign up

eliasdb/platform-api:575041c79ac75182d402a8af70352cf2844e5b6b

Manifest digest

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 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.68 MB
4RUN /bin/sh -c groupadd 3.25 KB
5ENV DOTNET_VERSION=8.0.270 B
6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB
7RUN /bin/sh -c ln -s165 B
8ENV ASPNET_VERSION=8.0.270 B
9COPY /dotnet /usr/share/dotnet # buildkit10.27 MB
10WORKDIR /app91 B
11RUN /bin/sh -c apt-get update319.06 KB
12COPY /app/publish . # buildkit6.98 MB
13COPY apps/server/platform-api/wait-for-postgres.sh ./wait-for-postgres.sh # buildkit293 B
14RUN /bin/sh -c chmod +x302 B
15EXPOSE [9101/tcp]0 B
16ENTRYPOINT ["./wait-for-postgres.sh" "postgres-service-staging" "dotnet" "EDb.PlatformApi.dll"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1779062400'