sha256:1652fc30c63403614917141be1a2ff1fbfee8b67b0aa7b5d5ba61cfb2b02f122
OS/ARCH
Compressed size
91.22 MB
Last pushed
4 months by gacerioni
Type
Image
Manifest digest
sha256:6472f55151903dece2237a951350a0f733b62b3fb4f22c4fd99b312b1e332ed1
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.88 MB4RUN /bin/sh -c groupadd 3.26 KB5ENV DOTNET_VERSION=8.0.270 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s168 B8ENV ASPNET_VERSION=8.0.270 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10WORKDIR /app93 B11USER app0 B12COPY /publish/babi /app/babi/ # buildkit2.9 MB13COPY /publish/itau /app/itau/ # buildkit2.09 MB14COPY banco-inter/seeds /app/babi/seeds/ # buildkit83.85 KB15COPY itau-extrato/seeds /app/itau/seeds/ # buildkit3.78 KB16COPY entrypoint.sh /app/entrypoint.sh # buildkit646 B17ENV DOTNET_PRINT_TELEMETRY_MESSAGE=false DOTNET_NOLOGO=true APP=itau0 B18EXPOSE map[5217/tcp:{} 5218/tcp:{}]0 B19HEALTHCHECK &{["CMD-SHELL" "wget -qO- \"http://127.0.0.1:${PORT:-5218}/api/health\"0 B20ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'