sha256:913b8c7f8784ebd891c50fb9b15dbdb9a0e2c24d5dd96dac732a587c0ba91274
OS/ARCH
Compressed size
136.72 MB
Last pushed
6 months by itachi1706
Type
Image
Manifest digest
sha256:3291d1c5db8dbf57ffb0951daaa4676b9cfcef87ea025ab63d86ebc043c20036
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.50 B11COPY /dotnet /usr/share/dotnet # buildkit34.96 MB12RUN /bin/sh -c ln -s155 B13ENV ASPNET_VERSION=10.0.50 B14COPY /dotnet /usr/share/dotnet # buildkit12.18 MB15ENV TZ=Asia/Singapore0 B16RUN /bin/sh -c ln -snf191 B17WORKDIR /app93 B18COPY /app/out . # buildkit22.49 MB19RUN /bin/sh -c find /205.66 KB20RUN /bin/sh -c groupadd webgroup22.5 MB21USER webuser0 B22ENV ASPNETCORE_URLS=http://*:80800 B23EXPOSE [8080/tcp]0 B24ENTRYPOINT ["dotnet" "spcp_demo_app.dll"]0 BCommand
ARG RELEASE