Sign inSign up

scottgal/stylobot-demo:20260616

Multi-platform
Index digest

sha256:4a67b9067ed4b1dd21bf60960f5b173353f8d2eef3fd1446e985dd6c7e9b6883

OS/ARCH

Compressed size

284.02 MB

Last pushed

3 months by scottgal

Type

Image

Manifest digest

sha256:4d76d592e09389ce90535bfe98badafc1042ca6fd5e9c522427b9245d5bbd851

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 27.54 MB
5CMD ["/bin/bash"]0 B
6ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
7RUN /bin/sh -c apt-get update18.13 MB
8RUN /bin/sh -c groupadd 3.48 KB
9ENV DOTNET_VERSION=10.0.90 B
10COPY /dotnet /usr/share/dotnet # buildkit32.83 MB
11RUN /bin/sh -c ln -s155 B
12ENV ASPNET_VERSION=10.0.90 B
13COPY /dotnet /usr/share/dotnet # buildkit11.64 MB
14WORKDIR /app91 B
15RUN /bin/sh -c apt-get update2.38 MB
16COPY /app/publish . # buildkit95.75 MB
17RUN /bin/sh -c mkdir -p95.75 MB
18USER app0 B
19EXPOSE [8080/tcp]0 B
20ENV ASPNETCORE_URLS=http://+:80800 B
21ENV ASPNETCORE_ENVIRONMENT=Production0 B
22HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8080/health0 B
23ENTRYPOINT ["dotnet" "Mostlylucid.BotDetection.Demo.dll"]0 B

Command

 ARG RELEASE