Sign inSign up

mnestix/mnestix-api:dev

Multi-platform
Index digest

sha256:9e0c32e78113e971198cd9ed244c5399640b0c9b239616281e92a0d880add5bc

OS/ARCH

Compressed size

96.12 MB

Last pushed

about 1 year by xitasomnestixdevs

Type

Image

Manifest digest

sha256:3e05c921787e687d5c944d39c46c5febdbe70e029db8a6ab9fdbd026766f2c96

Image Layers

1# debian.sh --arch 'arm64' out/26.78 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.66 MB
4RUN /bin/sh -c groupadd 3.25 KB
5ENV DOTNET_VERSION=8.0.180 B
6COPY /dotnet /usr/share/dotnet # buildkit29.4 MB
7RUN /bin/sh -c ln -s164 B
8ENV ASPNET_VERSION=8.0.180 B
9COPY /dotnet /usr/share/dotnet # buildkit10.26 MB
10USER app0 B
11WORKDIR /app96 B
12EXPOSE map[8080/tcp:{}]0 B
13EXPOSE map[8081/tcp:{}]0 B
14WORKDIR /app32 B
15COPY /app/publish . # buildkit12.02 MB
16ENTRYPOINT ["dotnet" "MnestixApi.dll"]0 B

Command

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