sha256:fc4487227fb93bd65e8c0def69c8851a0de64034d169fcff02d2578d5cf51be1
OS/ARCH
linux/amd64
Compressed size
142.05 MB
Last pushed
9 months by actiwaredevelopment
Type
Image
Manifest digest
sha256:06f788565ce072a0184c33619cda8b230ef8ea62487a5a219613eaed16a699d9
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.220 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.220 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10RUN /bin/sh -c apt-get update14.52 MB11RUN /bin/sh -c update-ca-certificates #121.37 KB12ENV DEFAULT_PORT=301220 B13WORKDIR /app93 B14COPY ./out /app # buildkit25.78 MB15COPY ./src/configuration /app/ClientApp # buildkit15.46 MB16COPY ./s3.zip /app # buildkit24.25 KB17COPY ./module-definition/info.json /app # buildkit2.86 KB18COPY ./src/configuration/build/locales/language/module/de.json /app/languages/de-DE.json # buildkit5.36 KB19COPY ./src/configuration/build/locales/language/module/en.json /app/languages/en-US.json # buildkit4.71 KB20EXPOSE [30122/tcp]0 B21ENTRYPOINT ["dotnet" "io2-module-s3-service.dll"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'