Sign inSign up

scottgal/stylobot-all:20260616

Multi-platform
Index digest

sha256:a2e8763c5edf68d2d6ab40d432c675914c553fd87b0629d33fe2f2bd2dcd6385

OS/ARCH

Compressed size

202.79 MB

Last pushed

3 months by scottgal

Type

Image

Manifest digest

sha256:048c094d7286d583fa51aa050241d448f198ba481495a82d15e1903748be19c1

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 /app93 B
15RUN /bin/sh -c apt-get update2.38 MB
16COPY /app/publish . # buildkit55.14 MB
17RUN /bin/sh -c mkdir -p55.14 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/_stylobot0 B
23ENTRYPOINT ["dotnet" "stylobot-all.dll"]0 B

Command

 ARG RELEASE