sha256:0e80342ae134edae51bdf3d1caa993130ccd0360653cbd05eab5b7cbb3ed83c9
OS/ARCH
Compressed size
114.19 MB
Last pushed
9 months by vedph
Type
Image
Manifest digest
sha256:dcac6800c5b09312627d2e8e5e31c796ff2c1df26f547b98faf8cd3bf3358c0d
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 / 28.35 MB6CMD ["/bin/bash"]0 B7ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B8RUN /bin/sh -c apt-get update16.04 MB9RUN /bin/sh -c groupadd 3.45 KB10ENV DOTNET_VERSION=10.0.10 B11COPY /dotnet /usr/share/dotnet # buildkit34.93 MB12RUN /bin/sh -c ln -s155 B13ENV ASPNET_VERSION=10.0.10 B14COPY /dotnet /usr/share/dotnet # buildkit12.17 MB15WORKDIR /app93 B16EXPOSE [8080/tcp]0 B17EXPOSE [443/tcp]0 B18WORKDIR /app32 B19COPY /app/publish . # buildkit22.69 MB20ENTRYPOINT ["dotnet" "CadmusNdpApi.dll"]0 BCommand
ARG RELEASE