sha256:201b11f032ff914fac1fd88d68e679c847b31bf3a58a47e07885425cc6be34e9
OS/ARCH
linux/amd64
Compressed size
311.06 MB
Last pushed
over 1 year by ertant
Type
Image
Manifest digest
sha256:ed8e6351d54b36d0bc5b884a05f360469348de18478ce1c50c3ac601277b4823
Image Layers
1# debian.sh --arch 'amd64' out/26.91 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.86 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.120 B6COPY /dotnet /usr/share/dotnet # buildkit30.75 MB7RUN /bin/sh -c ln -s153 B8ENV ASPNET_VERSION=8.0.120 B9COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit10.56 MB10LABEL com.bookingmaster.6kare=6Kare0 B12RUN /bin/sh -c apt-get update153.72 MB13COPY /source/Bin/Release/Web /app/ # buildkit71.27 MB14COPY /source/Docker/Build/entrypoint.sh /app/ # buildkit259 B15EXPOSE map[443/tcp:{} 80/tcp:{}]0 B16WORKDIR /app32 B17RUN /bin/sh -c chmod +x253 B18ENTRYPOINT ["./entrypoint.sh"]0 B19CMD ["bookingmaster"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1736726400'