Sign inSign up

stuartshay/azuredevopskats:9d8897f

Multi-platform
Index digest

sha256:1d4ab0b2a9687d778c3d33ba5467cf038deb6e4ed92f62d21ef77f1f9e982039

OS/ARCH

Compressed size

94.18 MB

Last pushed

7 months by stuartshay

Type

Image

Manifest digest

sha256:a3b2571dd091bcb24e64d9a33498bada27690f1a3848995eec68bf3231d07abe

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
15LABEL org.opencontainers.image.title=AzureDevOpsKats org.opencontainers.image.description=Cat photo gallery0 B
16WORKDIR /app93 B
17RUN /bin/sh -c mkdir -p151 B
18COPY --chown=app:app /app/publish . #2.68 MB
19USER app0 B
20ENV ASPNETCORE_URLS=http://+:8080 ASPNETCORE_ENVIRONMENT=Production0 B
21EXPOSE [8080/tcp]0 B
22HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health0 B
23ENTRYPOINT ["dotnet" "AzureDevOpsKats.Web.dll"]0 B

Command

 ARG RELEASE