Sign inSign up

eliasdb/platform-api:097b5b4215c550ccedefd90dd7dd63895b3f75e7

Manifest digest

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 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.220 B
6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB
7RUN /bin/sh -c ln -s162 B
8ENV ASPNET_VERSION=8.0.220 B
9COPY /dotnet /usr/share/dotnet # buildkit10.26 MB
10WORKDIR /app93 B
11RUN /bin/sh -c apt-get update319.02 KB
12COPY /app/publish . # buildkit6.97 MB
13COPY apps/server/platform-api/wait-for-postgres.sh ./wait-for-postgres.sh # buildkit293 B
14RUN /bin/sh -c chmod +x302 B
15EXPOSE map[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' '@1765152000'