sha256:1105c80a03e411b21645773c3931f59aa2a4a411721b3e69a5aef86453736a54
OS/ARCH
Compressed size
92.43 MB
Last pushed
7 months by stuartshay
Type
Image
Manifest digest
sha256:b8386a9c7a6beca9f67634e8a6aee146f09a0f54d30d661b1d79c8d6c44859ff
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 27.53 MB6CMD ["/bin/bash"]0 B7ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B8RUN /bin/sh -c apt-get update16.02 MB9RUN /bin/sh -c groupadd 3.48 KB10ENV DOTNET_VERSION=10.0.30 B11COPY /dotnet /usr/share/dotnet # buildkit32.93 MB12RUN /bin/sh -c ln -s154 B13ENV ASPNET_VERSION=10.0.30 B14COPY /dotnet /usr/share/dotnet # buildkit11.69 MB15LABEL org.opencontainers.image.title=AzureDevOpsKats org.opencontainers.image.description=Cat photo gallery0 B16WORKDIR /app93 B17RUN /bin/sh -c mkdir -p151 B18COPY --chown=app:app /app/publish . #4.26 MB19USER app0 B20ENV ASPNETCORE_URLS=http://+:8080 ASPNETCORE_ENVIRONMENT=Production0 B21EXPOSE [8080/tcp]0 B22HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health0 B23ENTRYPOINT ["dotnet" "AzureDevOpsKats.Web.dll"]0 BCommand
ARG RELEASE