Sign inSign up

scottgal/stylobot-site:sha-166666c

Index digest

sha256:ee960c2b7548f3f18d36093870fcf3b2994a3e206e2f10ae7d043c26120a79e0

OS/ARCH

linux/amd64

Compressed size

508.99 MB

Last pushed

7 months by scottgal

Type

Image

Manifest digest

sha256:7597db8a4b640c948988c08092187c107496b30151607664e90678e6c7aede94

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=24.040 B
5ADD file ... in / 28.35 MB
6CMD ["/bin/bash"]0 B
7ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
8RUN /bin/sh -c apt-get update16.04 MB
9RUN /bin/sh -c groupadd 3.45 KB
10ENV DOTNET_VERSION=10.0.30 B
11COPY /dotnet /usr/share/dotnet # buildkit34.93 MB
12RUN /bin/sh -c ln -s154 B
13ENV ASPNET_VERSION=10.0.30 B
14COPY /dotnet /usr/share/dotnet # buildkit12.17 MB
15WORKDIR /app93 B
16EXPOSE [8080/tcp]0 B
17EXPOSE [8443/tcp]0 B
18RUN /bin/sh -c apt-get update2.34 MB
19WORKDIR /app32 B
20COPY /app/publish . # buildkit207.58 MB
21RUN /bin/sh -c mkdir -p207.58 MB
22USER app0 B
23HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health0 B
24ENTRYPOINT ["dotnet" "Stylobot.Website.dll"]0 B

Command

 ARG RELEASE